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 ...
- 04-13-2009 #1Just 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
- 04-13-2009 #2
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:
Replace the "/path/to" with the actual path to wherever you downloaded the file.Code:sudo dpkg -i /path/to/skype-debian_2.0.0.72-1_i386.deb
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
- 04-13-2009 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 17
Skype installation works well
I added a repository as explained in the excellent documentation that you provided. It works just like a champ. Thanks.


Reply With Quote