@bschaaf
Yes, I did. The apt-cache was searched without finding it there either. It is not in that respository. The entire series of commands and results are below. The dash ( - ) was replaced with the underscore ( _ ) in case there might have been a mistyped character.
Were you successful in your attempt? Did I miss anything?
The links in the command responses below had to be ādamagedā by removing the colons ( : ) since a new user is only able to embed 2 links in their posts.
cp@RPI4a-w:~$ sudo apt-get update
Hit:1 http//raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http//archive.raspberrypi.org/debian buster InRelease
Reading package lists⦠Done
cp@RPI4a-w:~$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
OK
cp@RPI4a-w:~$ sudo apt-get install apt-transport-https
Reading package lists⦠Done
Building dependency tree
Reading state information⦠Done
apt-transport-https is already the newest version (1.8.2.2).
0 upgraded, 0 newly installed, 0 to remove and 98 not upgraded.
cp@RPI4a-w:~$ echo ādeb https://download.sublimetext.com/ apt/stable/ā | sudo tee /etc/apt/sources.list.d/sublime-text.list
deb https//download.sublimetext.com/ apt/stable/
cp@RPI4a-w:~$ sudo apt-get update
Get:1 https//download.sublimetext.com apt/stable/ InRelease [2,562 B]
Hit:2 http//archive.raspberrypi.org/debian buster InRelease
Get:3 https//download.sublimetext.com apt/stable/ Packages [1,026 B]
Hit:4 http//raspbian.raspberrypi.org/raspbian buster InRelease
Fetched 3,588 B in 2s (2,225 B/s)
Reading package lists⦠Done
cp@RPI4a-w:~$ sudo apt-get install sublime-text
Reading package lists⦠Done
Building dependency tree
Reading state information⦠Done
E: Unable to locate package sublime-text
cp@RPI4a-w:~$ sudo apt-get install sublime_text
Reading package lists⦠Done
Building dependency tree
Reading state information⦠Done
E: Unable to locate package sublime_text
cp@RPI4a-w:~$ sudo apt-cache search sublime
elpa-flx - sorting algorithm for fuzzy matching in Emacs
elpa-flx-ido - allows Emacs Ido to use the flx sorting algorithm
elpa-monokai-theme - fruity color theme for Emacs
golang-github-sahilm-fuzzy-dev - Go library for fuzzy string matching
node-fuzzysort - Fast SublimeText-like fuzzy search for JavaScript
python-restructuredtext-lint - reStructuredText linter - Python 2.7
python3-project-generator - project generators for various embedded tools (IDE)
python3-restructuredtext-lint - reStructuredText linter - Python 3.x
ruby-ace-rails-ap - Cloud9 Editor (Ace) for the Rails asset pipeline
zeal - Simple offline API documentation browser
cp@RPI4a-w:~$