View Single Post
Posts: 47 | Thanked: 41 times | Joined on Feb 2012
#17
Originally Posted by Extravaganza View Post
Is there a way to search/list packages inside repository, so you don't have to guess what to install?
Code:
apt-cache search <term>
It also searches in the package description.

Code:
apt-cache pkgnames
to list every package available in the repos -> very long output, suggest also using grep.
 

The Following 2 Users Say Thank You to user/zero For This Useful Post: