Find the answer to your Linux question:
Results 1 to 3 of 3
Trying to install Skype, I have Ubuntu 8.04 and Firefox. I keep getting the following message: "/temp/skype-debian_2.0.0.72-1_i386.deb could not be opened, because the associated helper application does not exist. Change ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    17

    Skype installation problem/questions

    Trying to install Skype, I have Ubuntu 8.04 and Firefox. I keep getting the following message:

    "/temp/skype-debian_2.0.0.72-1_i386.deb could not be opened, because the associated helper application does not exist. Change the association in your preferences"

    I'm new to Ubuntu and I'm totally lost with this message. What helper application, and what do I change in Preferences? Any help or direction appreciated.

    deblo

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Hmm, for some reason your deb file isn't associated with the correct program, or it's not installed. The graphical program for installing a .deb package is called gdebi.

    From the command line you can install it as so:
    Code:
    sudo dpkg -i /path/to/skype-debian_2.0.0.72-1_i386.deb
    Replace the "/path/to" with the actual path to wherever you downloaded the file.

    Another method is to add a repository:
    Ubuntu Linux download and install Skype Software

    Installing software in Ubuntu:
    Installing software in Ubuntu

    https://help.ubuntu.com/community/InstallingSoftware

  3. #3
    Just Joined!
    Join Date
    Jul 2008
    Posts
    17

    Thumbs up Skype installation works well

    I added a repository as explained in the excellent documentation that you provided. It works just like a champ. Thanks.

Posting Permissions

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