Results 1 to 3 of 3
Hey All,
Getting ready to install Wireshark on my Servers, but I have no internet, so I am going to download:
wireshark_1.0.7-1ubuntu1_i386.deb
from a Window's machine, throw it on a ...
- 08-17-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 38
Wireshark .deb file install process? No internet
Hey All,
Getting ready to install Wireshark on my Servers, but I have no internet, so I am going to download:
wireshark_1.0.7-1ubuntu1_i386.deb
from a Window's machine, throw it on a USB stick, and then boot up Ubuntu and put the stick in the drive.
Can anyone give me the commands to install a .deb file/application in Ubuntu from USB stick?
- 08-17-2009 #2
If you have access to the GUI then simply double click on the .deb file and it will install it for you.
If you only have access to the command line then use:
Code:dpkg -i wireshark_1.0.7-1ubuntu1_i386.deb
Linux User #453176
- 08-17-2009 #3Just Joined!
- Join Date
- Aug 2009
- Posts
- 38
Thank you very much.


Reply With Quote