![]() |
Unable to get updates--error occured - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Unable to get updates--error occured (/showthread.php?tid=6868) |
Unable to get updates--error occured - Narender Rao - 03-24-2020 Greetings to all....I have encountered a problem when I tried to install seamonkey browser by doing copy and paste the code given in one of the support forum posts, and I am unable to install any thing else...Here I am giving the error log..Please help me in restoring my LL netbook :-[ System details: Acer AOD 257 netbook, Ram 2 gig, 250 gb hdd, running Linux Lite 4.8 64bit =========================== Install Updates Error log =========================== Install Updates could not fetch the package cache information lists. Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance. ============ Log =========== E: Type '“ndeb' is not known on line 11 in source list /etc/apt/sources.list E: The list of sources could not be read. ![]() Re: Unable to get updates--error occured - Valtam - 03-25-2020 Can you please paste the contents of /etc/apt/sources.list Thanks. Sent from my Mobile phone using Tapatalk Re: Unable to get updates--error occured - Narender Rao - 03-26-2020 Well sir, I tried to get the /etc/apt/sources.list through terminal but in vain. I am not a expert really but a simple user really. I beg for your pardon and request your magnanimity to show a solution to my trouble got myself with useless enthusiasm to try at the code found in our forum!! Re: Unable to get updates--error occured - firenice03 - 03-26-2020 [member=6197]Narender Rao[/member] In the terminal.. and you can copy/paste.. Code: cat /etc/apt/sources.list The use your mouse to swipe and highlight the contents - right click to copy then paste into you response (you can use the # icon to make it "code" -- swipe the contents prior) Re: Unable to get updates--error occured - Narender Rao - 03-26-2020 #cat /etc/apt/sources.list ###### Ubuntu Main Repos deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse ###### Ubuntu Update Repos deb http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse ###### Ubuntu Partner Repo deb http://archive.canonical.com/ubuntu bionic partner “ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main” Re: Unable to get updates--error occured - Valtam - 03-26-2020 This is your error: “ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main” remove that line and save the file. Then get what you need from here - https://sourceforge.net/projects/ubuntuzilla/files/ubuntuzilla/4.8.4/ Re: Unable to get updates--error occured - Narender Rao - 03-26-2020 Sir, How to remove the erroneous line and add the correct one? Please guide me! Thanks in advance !! Re: Unable to get updates--error occured - Narender Rao - 03-26-2020 Got it sir...just I googled across ubuntu forums and got the etc/apt/list edited by using terminal text editor program nano by removing the erroneous "ndeb...."line entirely and saving it. got the updates also. Thank You Please !! Re: Unable to get updates--error occured - firenice03 - 03-26-2020 (03-26-2020, 12:16 PM)Narender Rao link Wrote: Got it sir...just I googled across ubuntu forums and got the etc/apt/list edited by using terminal text editor program nano by removing the erroneous "ndeb...."line entirely and saving it. got the updates also.[member=6197]Narender Rao[/member] Nano is a good way to edit.. ![]() Good to hear your back - if you could mark the thread SOLVED -- Modify your 1st post (drop down - select Solved) or see the guidelines... |