I'm a new user to Ubuntu and Linux, and I'm trying to install Skype. The software manager is starting but then canceling without any report, I tried doing it through the terminal using:
echo "deb http://archive.canonical.com/ubuntu trusty partner" | sudo tee -a /etc/apt/sources.list.d/canonical_partner.list
sudo apt-get update
sudo apt-get install skype
And some other methods, but I always get the same error every time:
E: Unable to locate package skype
I checked the Canonical reps, and I really have no idea what am I doing wrong here?
I am using Ubuntu 16.04, and I just tried to follow various threads, but reached the same dead end.
wget
gets stuck sometimes. Press Ctrl+C in that terminal to quitwget
, runrm skypeforlinux-64.deb
to remove the partial file, and try again. – Chai T. Rex Jan 20 '18 at 19:13username@computername:~$
) just under thewget
output. If it does, follow my last comment. If it doesn't,wget
must have badly frozen up. To solve that, close the terminal window, telling it that it's OK to kill the running process, then open a new terminal window by pressing Ctrl+Alt+T, runrm skypeforlinux-64.deb
to remove the partial file, and try again. – Chai T. Rex Jan 20 '18 at 20:05