I have a problem. I want to install Sublime Text, but it always gave me the following error:
Malformed entry 1 in list file /etc/apt/sources.lits.d/sublime-text.list (Component)
The list of sources could not be read
So I tried another installation method via snap. But now, trying to install snapd, the same error occurs
Malformed entry 1 in list file /etc/apt/sources.lits.d/sublime-text.list (Component)
The list of sources could not be read
The first entry of that list reads:
#eb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/bionic main restricted
I can't find out what to do.
cat /etc/apt/sources.lits.d/sublime-text.list
– cmak.fr Feb 18 '19 at 11:03sources.lits.d
looks suspicious since folder consist of misspelled "list". What is the output ofls sources.lits.d
? – Kulfy Feb 18 '19 at 12:42ls /etc/apt/sources.lits.d
– Kulfy Feb 18 '19 at 14:54