Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Searching using APT?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Carlosinfl
Posts: 889
Joined: 2005-02-05 06:11
Location: Orlando, FL

Searching using APT?

#1 Post by Carlosinfl »

I know I can use APT to install packages but I have only been able to do so since I installed debian because I know the entire package name. How would I use Apt to search for packages?

I have read this link and don't see a way to search for something using apt commands:

http://www.debian.org/doc/manuals/apt-h ... ex.en.html

Jeroen
Debian Developer, Site Admin
Debian Developer, Site Admin
Posts: 483
Joined: 2004-04-06 18:19
Location: Utrecht, NL
Contact:

#2 Post by Jeroen »

apt-cache search <keyword(s)>

Which is documented in the document you refer to, under 'discovering package names':

http://www.debian.org/doc/manuals/apt-h ... ml#s-cache

User avatar
dawgie
Posts: 430
Joined: 2004-06-16 21:30
Location: New Hampshire USA

#3 Post by dawgie »

Also, there is:
apt-cache policy name
You can find information about where the package is located, the available versions, and if you have it installed.

Guest

#4 Post by Guest »

Why don't you do it the Windows Way, and run a GUI package manager like Synaptic or Kpackage?
If you are not familiar with the command-line, this will spare you some headaches, and it's by no means slower.

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#5 Post by lacek »

Yet it is a bit hard to use a GUI if you just logged in to a remote computer via SSH...
It is always wise to know the command line... :D

Post Reply