Score:1

Sublime text editor installation problem in ubuntu

cn flag
E: The repository 'https://download.sublimetext.com apt/stable/ Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Kindly help me how to resolve this?

N0rbert avatar
zw flag
What is your Ubuntu version?
Score:1
zw flag

You have to remove the broken APT repository using Software & Updates (software-properies-gtk) first. Then fix it by:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-get install apt-transport-https
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

Or install SublimeText using one of the methods below:

  • Flatpak

    sudo apt install flatpak
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
    flatpak install flathub com.sublimetext.three
    
  • Ubuntu Make

    sudo add-apt-repository ppa:lyzardking/ubuntu-make
    sudo apt-get update
    sudo apt-get install ubuntu-make
    
    umake ide sublime-text
    
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.