Score:-1

E: Unable to locate package sublime-text 20.04

yt flag

I am unable to install the sublime text on my Ubuntu machin 20.04, i followed the below commands, still not works for me. sudo apt-get update sudo apt-get install sublime-text OR sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update. sudo apt-get install sublime-text-3

guiverc avatar
cn flag
Does this answer your question? [What can I do if a repository/PPA does not have a Release file?](https://askubuntu.com/questions/866901/what-can-i-do-if-a-repository-ppa-does-not-have-a-release-file)
guiverc avatar
cn flag
PPA's or *Personal Package Archive* rely on you performing all security checks, if you look at https://launchpad.net/~webupd8team/+archive/ubuntu/sublime-text-3 it's pretty easy to detect no support for releases as new as 20.04 are given, given the PPA is no longer maintained. Did you check?
Score:1
cn flag

You have two options to install sublime-text.

Option 1:

Follow the instructions on the official website:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg > /dev/null

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

sudo apt-get update

sudo apt-get install sublime-text

Option 2:

sublime-text is available as a snap package and can be installed with

snap install sublime-text

You can get more details about this snap package with

$ snap info sublime-text
name:      sublime-text
summary:   A sophisticated text editor for code, markup and prose.
publisher: Snapcrafters
store-url: https://snapcraft.io/sublime-text
contact:   https://github.com/snapcrafters/sublime-text/issues
license:   Proprietary
description: |
  Sublime Text is a powerful multi-platform text editor with a clean, modern user interface.
  Bringing wide support for programming languages, extensions, syntax-based features and many other
  useful features alongside low resource usage, Sublime Text proves itself to be a very competent
  solution for a vast set of environments and applications.
  The software may be downloaded and evaluated for free, however a license must be purchased for
  continued use.
  
    **Authors**
  
  This snap is maintained by the Snapcrafters community, and is not necessarily endorsed or
  officially maintained by the upstream developers.
snap-id: 2kOIsSRmQ7zjpIxzZDpoXaZOVejqaGOT
channels:
  latest/stable:    4143 2023-03-03 (118) 68MB classic
  latest/candidate: ↑                          
  latest/beta:      ↑                          
  latest/edge:      4143 2023-03-02 (118) 68MB classic
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.