0

I tried to uninstall atom from ubuntu 16.04 using

sudo apt remove atom || sudo apt remove --purge atom

command and following are the errors, please help me in resolving the issue.

E: Malformed entry 1 in list file /etc/apt/sources.list.d/sublime-text.list (Suite)    
E: The list of sources could not be read.    
E: Malformed entry 1 in list file /etc/apt/sources.list.d/sublime-text.list (Suite)    
E: The list of sources could not be read.

While running the following command

cat /etc/apt/sources.list.d/sublime-text.list

this was the output: deb https://download.sublimetext.com/apt/dev/

output for cat command

1 Answers1

0

Open that file using nano text editor and add a space like so:

  1. sudo nano /etc/apt/sources.list.d/sublime-text.list

    deb https://download.sublimetext.com/ apt/dev/
    

Then run sudo apt update, and try again.

George Udosen
  • 36,677
  • E: The package libisccfg140 needs to be reinstalled, but I can't find an archive for it. It is now showing me this error and a warning when I run sudo add-apt-repository ppa:webupd8team/sublime-text-3 error is /etc/apt/sources.list/ @george – Kushagra Varade Oct 28 '17 at 08:47
  • Please post another question for the installation of atom. – George Udosen Oct 28 '17 at 08:59