View Single Post
Posts: 105 | Thanked: 299 times | Joined on Sep 2010
#16
Originally Posted by Aranel View Post
Thank you ^^ So there is some packages available on repos but not visible on Ovi, that makes me wonder if there is other packages, or how can I get a list of them? (if looks better/more readable than apt-cache search/dump, It'd be an added bonus ^^)
you can do

Code:
apt-cache search ""
That will show you every package available in your repositories, I recommend to redirect it to a file and then search in the file

Code:
apt-cache search "" >> availablePackages
cat availablePackages | more
 

The Following 2 Users Say Thank You to Iktwo For This Useful Post: