Results 1 to 7 of 7
how to search for the packages in debian...
- 08-29-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 4
debian packages
how to search for the packages in debian
- 08-29-2008 #2
- 08-29-2008 #3
from the command line you can run
replace <criteria> with what you are searching forCode:apt-cache search <criteria>
- 08-29-2008 #4
Or
Install Graphical interface of apt-get. Synaptic in Gnome and Adept in KDE.
apt-cache search command works pretty fine though.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-29-2008 #5
You will find that when you use apt-cache search the out put will fly by to fast if there is more than one page. Pipe it to less or more to get one page at a time.
apt-cache search <program> | less
apt-cache search <program> | more
- 08-29-2008 #6
Where is the linux source build directory that matches your running kernel?
I have been working with apt-get to install some packages on my Etch system and I receive this error occasionally ....
Trying to automatically build driver modules...
(this requires a C compiler and proper kernel sources to be installed)
Please install the 'kernel-headers-2.6.18-6-686' package. You can install it with the 'apt-get install kernel-headers-2.6.18-6-686' command.
Where is the linux source build directory that matches your running kernel?
[/usr/src/linux]
How do I answer this last question, where is my running kernel?
Serveral compilers / aptget/ and my modem driver failed with this error
- 08-30-2008 #7It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

