Announcement

Collapse
No announcement yet.

deb package

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

    deb package

    Hi,

    i have a *.deb file to install but... i'm not able!

    apt-get install *.deb doesn't work

    Thanks,

    Angelo

    #2
    Re: deb package

    get the real name of your *.deb file and then issue the following command :
    sudo dpkg --install <name_of_file.deb>
    It should be ok...

    Comment

    Working...
    X