Find the answer to your Linux question:
Results 1 to 2 of 2
I am using the live CD version of KUBUNTU before I install it on an old computer at my grandfathers house, where I will be staying for the summer. Thing ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Location
    Upstate new York
    Posts
    3

    How to install .deb files

    I am using the live CD version of KUBUNTU before I install it on an old computer at my grandfathers house, where I will be staying for the summer. Thing is, I have no idea how to use it. The instructions for flash player .deb install is double click on it, but when I do that, it asks me what program to install it with. Ok, what program? Lol this is slightly irritating. Anyone have ideas?

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    How to install .deb files
    Welcome to the forums!

    Change to the directory where the deb file resides and enter the following command:


    Code:
    sudo dpkg -i package_name.deb
    That should do it.



    It's usually better to use apt and install packages from a repository when you can:

    Code:
    sudo apt-get install package_name
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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