Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    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

  3. #3
    Just Joined!
    Join Date
    Aug 2009
    Posts
    38
    Thank you very much.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...