Firstly I tried to update Linux with the command :
sudo apt-get update
It failed with errors and I resolved it with command :
sudo rm /var/lib/apt/lists/* -vf
Which was mentioned in the answers to Failed to fetch update on Ubuntu 14.04 LTS (Trusty Tahr), and then it displayed this :
rm: cannot remove '/var/lib/apt/lists/partial': is a directory
After that I tried using commands :
sudo apt-get update
It came with the same error as mentioned in Failed to fetch update on Ubuntu 14.04 LTS (Trusty Tahr).
And neither can I now install lxc
.