LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   my linux system can't find "iwlist" command (https://www.linuxquestions.org/questions/linux-newbie-8/my-linux-system-cant-find-iwlist-command-4175523654/)

Heroer zhang 10-29-2014 04:43 AM

my linux system can't find "iwlist" command
 
I installed the debian linux minimum system ,but I can't find "iwlist" command ,so I can't connect the wireless internet.Please help me.

Dman58 10-29-2014 05:24 AM

I believe what your looking for is the wireless tools package. Search through the package manager database and you should find it.

Also remember that google is your friend. Any question that you ask in this forum type into google and most times the right answers come up.

eklavya 10-29-2014 05:26 AM

You need to install the package wireless tools.
If you need deb file
https://packages.debian.org/search?k...wireless-tools

Shadow_7 10-29-2014 06:56 AM

No need to google as the apt tools allow you to search for stuff.

# apt-get install apt-file
# apt-file update
$ apt-file find bin/iwlist

I'm sure other package management systems have search-ability features. Some a bit more cryptic than others. And by no means the only way to find things in debian (or other apt based distros).


All times are GMT -5. The time now is 04:03 AM.