Announcement

Collapse
No announcement yet.

Install from a file

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Install from a file

    Hello. I have searched the forums and googled, but I can't find what I want. I downloaded some "packagename.deb" packages and would like to know how to install them. I am running fluxbuntu. A terminal/bash command is all I need. Thanks.

    john

    #2
    Re: Install from a file

    I found it by accident:

    Code:
    sudo dpkg -i name.deb
    john

    Comment

    Working...
    X