Hi, I have been trying to install Skype on Hardy, and it seems that it is no longer in the repository. I got it a few months ago no problem and then I did a fresh install and it is no longer there. I did find some advice to download the static file from the Skype website, which I did, but the instructions for how to install it are for Ubuntu, not Kubuntu, so some of the commands are not recognized. I'm hoping someone can translate it for me. Here is what it said to type:
$tar -xvf skype_static-2.0.0.68.tar.bz2
$mv /yourpath/skype_static-2.0.0.68 /usr/share/
$ mv skype_static-2.0.0.68/ skype
$ cd skype/
$ cp skype /usr/bin/
$ rm /etc/dbus-1/system.d/skype.conf
$ cp /usr/share/skype/skype.conf /etc/dbus-1/system.d/
$ skype
I got as far as the first line, to which it said that "-xvf" is not recognized.
This seems to be the only option to getting this on my machine. Any help would be greatly appreciated!
$tar -xvf skype_static-2.0.0.68.tar.bz2
$mv /yourpath/skype_static-2.0.0.68 /usr/share/
$ mv skype_static-2.0.0.68/ skype
$ cd skype/
$ cp skype /usr/bin/
$ rm /etc/dbus-1/system.d/skype.conf
$ cp /usr/share/skype/skype.conf /etc/dbus-1/system.d/
$ skype
I got as far as the first line, to which it said that "-xvf" is not recognized.
This seems to be the only option to getting this on my machine. Any help would be greatly appreciated!
Comment