LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't Download Packages Please HELP!!! (https://www.linuxquestions.org/questions/linux-newbie-8/cant-download-packages-please-help-913891/)

Fcukinyahoo 11-16-2011 01:06 PM

Can't Download Packages Please HELP!!!
 
I have persistent ubuntu created with Unetbootin. I try to download packages through synaptic or terminal it doesnt find the packages. lets say i want to download chrome, i search it on synaptic it doesnt work. i try to download it from terminal i get

ubuntu@ubuntu:~$ sudo apt-get install chromium
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package chromium
ubuntu@ubuntu:~$

ERROR!!!

Please help because the reason i try to make it Persistent so I could download some packages and keep em.

adamk75 11-16-2011 01:16 PM

Seems pretty clear that chromium doesn't exist as a package in any of the repos you have configured. As you can see here ( http://packages.ubuntu.com/search?se...words=chromium ) there's a package called chromium-browser in the universe repository.

Adam

Fcukinyahoo 11-16-2011 01:44 PM

yes there is a package in the universe repository but ubuntu doesnt find them. could it be the configurations of the repositories???

Fcukinyahoo 11-16-2011 01:56 PM

never mind got it... sorry to bother you guys, i missed some config settings. SOLVED... thank you

rodrifra 11-16-2011 01:57 PM

Go to system->Administration->Synaptic package manager. My system is not in english so it might be a little bit different.

Once you have the package manager open, go to configuration repositories. Select one that suits you and update sources. After that, try to search the package. If it still doesn't appear, you might need to add repositories manually to your /etc/apt/sources.list.

If you manually update sources.list you will have to apt-get update first, and then apt-install.


All times are GMT -5. The time now is 07:01 AM.