vote up 0 vote down star

My computer couldn't find the package install for a flash plugin for firefox. I fixed the problem by showing packages from all repositories and then downloaded the plugin.

flag

1  
Some more information about how you got the error will help you get a much better answer. Please describe the situation that produces the error message. – jamuraa Sep 3 at 12:49

4 Answers

vote up 4 vote down check

You want to run the command

sudo apt-get install pkgname

where pkgname is the name of a package. If you get an error of the type - E:Couldn't find package pkgname - then you don't have package pkgname in the system.

You can search for the package in your system using the full name or part of the name:

apt-cache search pkgname

This returns the list of packages that contain pkgname in the package name or description.

The reason for the package not being present could be because the repository that contains the package is not included in your system. In such cases, you can follow the Ubuntu Community Documentation on including repositories

link|flag
vote up 2 vote down

Also you can use synaptic : SynapticHowto

it is easier than command in terminal .

link|flag
vote up 0 vote down

If you know from various forums that the software you are looking for is in the ubuntu universe or related repositories then....

It may be as simple as go to system> administration> software sources

enter your account password which may be same as super user (you can also set super user or "su" password like 'sudo passwd root' for future if you haven't already)

go to "third party" tab

and check all items!

close and see if that works for installation of any packages like "sudo apt-get install blah blah blah"!

link|flag
vote up 0 vote down

Hi, i am facing with the same problem, but i am using ubuntu server 9.10 and isn't gui.please help me to solve this with ubuntu command line.

Thanks

link|flag
Hi, if you'll read the approved answer, you'll see what you're searching for! :D – dag729 Jan 20 at 15:32

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.