Announcement

Collapse
No announcement yet.

How do you install a .deb file?

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

    How do you install a .deb file?

    Doesn't just clicking on a .deb file open up Kpackage and install? Got a "This archive is read-only. If you want to save it under a new name, go to the File menu and select Save As.' message. How do I install? Thanks.

    #2
    Re: How do you install a .deb file?

    Right-click on it -> Kubuntu Package Menu -> Install Package

    or type in konsole
    Code:
    sudo dpkg -i package name
    i however preffer to use gdebi, which you will find in the repos.
    (good news is that it is default now in gutsy)

    Comment

    Working...
    X