PDA

View Full Version : How can i search the repository from CLI?


ubernoob
October 23rd, 2005, 07:38 AM
I'm often using my computer from a remote location, so i don't always have a GUI. Using synaptic to find the exact package i want is easy, but i don't know how i can search for packages in a shell. I tried the man pages, but without luck.

lcg
October 23rd, 2005, 07:48 AM
I'm often using my computer from a remote location, so i don't always have a GUI. Using synaptic to find the exact package i want is easy, but i don't know how i can search for packages in a shell. I tried the man pages, but without luck.
Try 'apt-cache search <your search term>'

HTH,
Lars

ubernoob
October 23rd, 2005, 08:04 AM
Thank you very much! That was exactly what i was looking for! :)