I do know http://packages.debian.org/ provide the search facillity.
The problem is how could I search the packages with just command line?
|
I do know http://packages.debian.org/ provide the search facillity. The problem is how could I search the packages with just command line?
| ||||
feedback
|
|
The
Once you have a package name, you can get more detailed information on the package using the
| |||||
feedback
|
|
apt-cache search | |||
feedback
|
|
Install aptitude, them it's just | |||
|
feedback
|
|
As root:
If you didn't know about this, it is usually a good idea to run:
to see how you can you use the command. that or look at the man pages using
| |||||||||
feedback
|
|
While both aptitude and apt-cache do the job well, there is a new kid on the block; axi-cache. axi-cache works a lot like apt-cache, but on steroids. ;) It uses a sophisticated tool called xapian to build an index and then queries that index. It bundles something called debtags in with the index as well. Debtags allow you to create little tags that stick to deb packages. Suffice it to say that debtags are a powerful way to search for packages and tools to get stuff done. For example, if you wanted a WebDAV client in Debian you could do this;
That search produces this on my machine;
As you can see a lot of tools show up which is quite handy if you're not really sure what you are looking for but you know for example the problem area you're looking at. | |||
|
feedback
|