After typing sudo apt-get update
which I've done quite a bit in the past few months, (I am a new Linux user and kind of went in head first to try to teach myself) the two different error messages I'm getting is as follows:
N: Ignoring file 'sp' in directory '/etc/apt/sources.list.d/' as it has no filename extension
E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Error message number two after trying to update through terminal (I believe i also tried the command sudo apt-get clean
and can't remember why):
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:2 http://ppa.launchpad.net/peterlevi/ppa/ubuntu xenial InRelease
Hit:3 http://mx.archive.ubuntu.com/ubuntu xenial InRelease
Ign:4 http://download.ebz.epson.net/dsc/op/stable/debian lsb3.2 InRelease
Get:5 http://mx.archive.ubuntu.com/ubuntu xenial-updates InRelease [94.5 kB]
Hit:6 http://mx.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:7 http://download.ebz.epson.net/dsc/op/stable/debian lsb3.2 Release
Fetched 94.5 kB in 1s (73.4 kB/s)
Reading package lists... Done
N: Ignoring file 'sp' in directory '/etc/apt/sources.list.d/' as it has no filename extension
W: http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/Release.gpg: Signature by key E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56 uses weak digest algorithm (SHA1)
sudo apt-get update
command. That's all I can think of off the top! The files in there would have the extension .list. – P Smith Jun 13 '16 at 22:39