I am trying to install skype in xubuntu 14.04 64bit from here. I tried ubuntu 10.04 32bit and ubuntu 12.04(multiarch). In xubuntu 14.04 64bit for both cases it is showing broken package message. Could any one give me a solution of this problem.
Asked
Active
Viewed 2.9k times
5
1 Answers
0
Try to install it with gdebi. In case it is simply an issue with missing dependencies, it should grab the necessary packages and install them. Type
sudo gdebi PACKAGENAME.deb
within a terminal in the directory of the .deb file you downloaded from that link.
arsaKasra
- 3,008
- 2
- 19
- 16
-
Thank you. I was using `gdebi` from the first time. I downloaded deb file, and try to install, but the broken package message was there. – raz Apr 19 '14 at 13:33
-
Perhaps add the messages you get? – arsaKasra Apr 19 '14 at 13:34
-
This is the error I got http://postimg.org/image/ix6eajt4n/ – raz Apr 19 '14 at 14:04