How to install lshw on Kali Linux (debian) [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-3
down vote

favorite













This question already has an answer here:



  • Why is Kali Linux so hard to set up? Why won't people help me?

    5 answers



Answered Closed



OK, here's the situation::



I am using Kali Linux (Debian 32-bit (Gnome 3.28.2)) on a vbox VM. I'm also using Linux Mint 19 on another vbox VM.



I tried using lshw command in the Kali Linux terminal, but it pretty much told me "haha you idiot FAIL." So, then I knew I'd have to install it. But before that, I knew I should probably search the available packages first.



When I use the following code to search for lshw:



sudo apt-cache search lshw


and



sudo apt-cache search lshw-gtk


Mint 19 found the lshw and lshw-gtk packages just fine, however, Kali didn't find anything. Both of them found apache2 just fine.



I tried to install lshw despite the search finding nothing by using



apt-get install lshw


But that told me



E: Unable to locate package lshw


I didn't need to install lshw on Mint 19, because when I tested it to see if it was pre-installed it worked fine. It's wasn't pre-installed on Kali though.



Now, I don't know what to do to get lshw installed on my Debian Kali Linux.



Any and all help is appreciated.










share|improve this question









New contributor




Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by Ipor Sircer, Goro, RalfFriedl, G-Man, Isaac Oct 2 at 8:06


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • You could just try copying the usr/bin/lshw binary over from Mint. It doesn't seem to have any tricky dependencies.
    – mosvy
    Oct 1 at 1:11







  • 2




    lshw is present in the Kali repos. Look into fixing your package manager.
    – dsstorefile1
    Oct 1 at 2:56






  • 1




    you should not call Kali Linux : Debian Kali Linux, using deb or debiand repo as the main packages in the OS doesn't make your distribution a Debian. please provide the content of your /etc/apt/sources.list it seems your Kali install is no longer correct. You should also provide the output of apt update and apt upgrade
    – Kiwy
    Oct 1 at 14:57















up vote
-3
down vote

favorite













This question already has an answer here:



  • Why is Kali Linux so hard to set up? Why won't people help me?

    5 answers



Answered Closed



OK, here's the situation::



I am using Kali Linux (Debian 32-bit (Gnome 3.28.2)) on a vbox VM. I'm also using Linux Mint 19 on another vbox VM.



I tried using lshw command in the Kali Linux terminal, but it pretty much told me "haha you idiot FAIL." So, then I knew I'd have to install it. But before that, I knew I should probably search the available packages first.



When I use the following code to search for lshw:



sudo apt-cache search lshw


and



sudo apt-cache search lshw-gtk


Mint 19 found the lshw and lshw-gtk packages just fine, however, Kali didn't find anything. Both of them found apache2 just fine.



I tried to install lshw despite the search finding nothing by using



apt-get install lshw


But that told me



E: Unable to locate package lshw


I didn't need to install lshw on Mint 19, because when I tested it to see if it was pre-installed it worked fine. It's wasn't pre-installed on Kali though.



Now, I don't know what to do to get lshw installed on my Debian Kali Linux.



Any and all help is appreciated.










share|improve this question









New contributor




Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by Ipor Sircer, Goro, RalfFriedl, G-Man, Isaac Oct 2 at 8:06


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • You could just try copying the usr/bin/lshw binary over from Mint. It doesn't seem to have any tricky dependencies.
    – mosvy
    Oct 1 at 1:11







  • 2




    lshw is present in the Kali repos. Look into fixing your package manager.
    – dsstorefile1
    Oct 1 at 2:56






  • 1




    you should not call Kali Linux : Debian Kali Linux, using deb or debiand repo as the main packages in the OS doesn't make your distribution a Debian. please provide the content of your /etc/apt/sources.list it seems your Kali install is no longer correct. You should also provide the output of apt update and apt upgrade
    – Kiwy
    Oct 1 at 14:57













up vote
-3
down vote

favorite









up vote
-3
down vote

favorite












This question already has an answer here:



  • Why is Kali Linux so hard to set up? Why won't people help me?

    5 answers



Answered Closed



OK, here's the situation::



I am using Kali Linux (Debian 32-bit (Gnome 3.28.2)) on a vbox VM. I'm also using Linux Mint 19 on another vbox VM.



I tried using lshw command in the Kali Linux terminal, but it pretty much told me "haha you idiot FAIL." So, then I knew I'd have to install it. But before that, I knew I should probably search the available packages first.



When I use the following code to search for lshw:



sudo apt-cache search lshw


and



sudo apt-cache search lshw-gtk


Mint 19 found the lshw and lshw-gtk packages just fine, however, Kali didn't find anything. Both of them found apache2 just fine.



I tried to install lshw despite the search finding nothing by using



apt-get install lshw


But that told me



E: Unable to locate package lshw


I didn't need to install lshw on Mint 19, because when I tested it to see if it was pre-installed it worked fine. It's wasn't pre-installed on Kali though.



Now, I don't know what to do to get lshw installed on my Debian Kali Linux.



Any and all help is appreciated.










share|improve this question









New contributor




Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












This question already has an answer here:



  • Why is Kali Linux so hard to set up? Why won't people help me?

    5 answers



Answered Closed



OK, here's the situation::



I am using Kali Linux (Debian 32-bit (Gnome 3.28.2)) on a vbox VM. I'm also using Linux Mint 19 on another vbox VM.



I tried using lshw command in the Kali Linux terminal, but it pretty much told me "haha you idiot FAIL." So, then I knew I'd have to install it. But before that, I knew I should probably search the available packages first.



When I use the following code to search for lshw:



sudo apt-cache search lshw


and



sudo apt-cache search lshw-gtk


Mint 19 found the lshw and lshw-gtk packages just fine, however, Kali didn't find anything. Both of them found apache2 just fine.



I tried to install lshw despite the search finding nothing by using



apt-get install lshw


But that told me



E: Unable to locate package lshw


I didn't need to install lshw on Mint 19, because when I tested it to see if it was pre-installed it worked fine. It's wasn't pre-installed on Kali though.



Now, I don't know what to do to get lshw installed on my Debian Kali Linux.



Any and all help is appreciated.





This question already has an answer here:



  • Why is Kali Linux so hard to set up? Why won't people help me?

    5 answers







kali-linux






share|improve this question









New contributor




Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Oct 1 at 11:38





















New contributor




Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Oct 1 at 0:48









Ziana Mitchell

62




62




New contributor




Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Ziana Mitchell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




marked as duplicate by Ipor Sircer, Goro, RalfFriedl, G-Man, Isaac Oct 2 at 8:06


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by Ipor Sircer, Goro, RalfFriedl, G-Man, Isaac Oct 2 at 8:06


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • You could just try copying the usr/bin/lshw binary over from Mint. It doesn't seem to have any tricky dependencies.
    – mosvy
    Oct 1 at 1:11







  • 2




    lshw is present in the Kali repos. Look into fixing your package manager.
    – dsstorefile1
    Oct 1 at 2:56






  • 1




    you should not call Kali Linux : Debian Kali Linux, using deb or debiand repo as the main packages in the OS doesn't make your distribution a Debian. please provide the content of your /etc/apt/sources.list it seems your Kali install is no longer correct. You should also provide the output of apt update and apt upgrade
    – Kiwy
    Oct 1 at 14:57

















  • You could just try copying the usr/bin/lshw binary over from Mint. It doesn't seem to have any tricky dependencies.
    – mosvy
    Oct 1 at 1:11







  • 2




    lshw is present in the Kali repos. Look into fixing your package manager.
    – dsstorefile1
    Oct 1 at 2:56






  • 1




    you should not call Kali Linux : Debian Kali Linux, using deb or debiand repo as the main packages in the OS doesn't make your distribution a Debian. please provide the content of your /etc/apt/sources.list it seems your Kali install is no longer correct. You should also provide the output of apt update and apt upgrade
    – Kiwy
    Oct 1 at 14:57
















You could just try copying the usr/bin/lshw binary over from Mint. It doesn't seem to have any tricky dependencies.
– mosvy
Oct 1 at 1:11





You could just try copying the usr/bin/lshw binary over from Mint. It doesn't seem to have any tricky dependencies.
– mosvy
Oct 1 at 1:11





2




2




lshw is present in the Kali repos. Look into fixing your package manager.
– dsstorefile1
Oct 1 at 2:56




lshw is present in the Kali repos. Look into fixing your package manager.
– dsstorefile1
Oct 1 at 2:56




1




1




you should not call Kali Linux : Debian Kali Linux, using deb or debiand repo as the main packages in the OS doesn't make your distribution a Debian. please provide the content of your /etc/apt/sources.list it seems your Kali install is no longer correct. You should also provide the output of apt update and apt upgrade
– Kiwy
Oct 1 at 14:57





you should not call Kali Linux : Debian Kali Linux, using deb or debiand repo as the main packages in the OS doesn't make your distribution a Debian. please provide the content of your /etc/apt/sources.list it seems your Kali install is no longer correct. You should also provide the output of apt update and apt upgrade
– Kiwy
Oct 1 at 14:57











1 Answer
1






active

oldest

votes

















up vote
-1
down vote



accepted










Looks like you may need to install it manually. Here's the lshw github page: https://github.com/lyonel/lshw






share|improve this answer




















  • This method worked, not not for making or installing the GUI. But I won't complain because I have working cmd lshw.
    – Ziana Mitchell
    Oct 1 at 11:36

















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
-1
down vote



accepted










Looks like you may need to install it manually. Here's the lshw github page: https://github.com/lyonel/lshw






share|improve this answer




















  • This method worked, not not for making or installing the GUI. But I won't complain because I have working cmd lshw.
    – Ziana Mitchell
    Oct 1 at 11:36














up vote
-1
down vote



accepted










Looks like you may need to install it manually. Here's the lshw github page: https://github.com/lyonel/lshw






share|improve this answer




















  • This method worked, not not for making or installing the GUI. But I won't complain because I have working cmd lshw.
    – Ziana Mitchell
    Oct 1 at 11:36












up vote
-1
down vote



accepted







up vote
-1
down vote



accepted






Looks like you may need to install it manually. Here's the lshw github page: https://github.com/lyonel/lshw






share|improve this answer












Looks like you may need to install it manually. Here's the lshw github page: https://github.com/lyonel/lshw







share|improve this answer












share|improve this answer



share|improve this answer










answered Oct 1 at 0:57









Benny

24118




24118











  • This method worked, not not for making or installing the GUI. But I won't complain because I have working cmd lshw.
    – Ziana Mitchell
    Oct 1 at 11:36
















  • This method worked, not not for making or installing the GUI. But I won't complain because I have working cmd lshw.
    – Ziana Mitchell
    Oct 1 at 11:36















This method worked, not not for making or installing the GUI. But I won't complain because I have working cmd lshw.
– Ziana Mitchell
Oct 1 at 11:36




This method worked, not not for making or installing the GUI. But I won't complain because I have working cmd lshw.
– Ziana Mitchell
Oct 1 at 11:36


Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay