I installed Ubuntu 16.04 LTS 64 Bit . I am unable to install Skype . It gives me the following error .
E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/g/gcc-5/cpp-5_5.4.0-6ubuntu1~16.04.1_amd64.deb Hash Sum mismatch
E: Failed to fetch http://bd.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0_1.8.2-1ubuntu0.1_amd64.deb Hash Sum mismatch
I have seen Trouble downloading packages list due to a "Hash sum mismatch" error and already tried various commands and operations:
- I tried
sudo apt clean
,update
,upgrade
command . - I tried switching the Servers .
sudo rm -rf /var/lib/apt/lists/* ; sudo apt-get update
– Byte Commander Aug 04 '16 at 21:03skype
fromapt-get
right ? You need to get rid of it. Skype in Ubuntu repositories is kind of old and broken. There is new skype for linux (alpha) . It installs fairly nice, so far haven't had issues with it: https://community.skype.com/t5/Linux/Skype-for-Linux-Alpha-and-calling-on-Chrome-amp-Chromebooks/td-p/4434299 – Sergiy Kolodyazhnyy Aug 04 '16 at 21:06skype
might be old, but is working fine once you managed to install it. I'm not necessarily saying it's better or worse than this new Linux alpha version, but it is not deprecated yet and can still be used. – Byte Commander Aug 04 '16 at 21:08