I have a problem with my Software index.
Code:
Software index is broken
This is a major failure of your software management system. Please check for broken packages with Synaptic Package Manager, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'.
Code:
s# cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL Binary 20140209-16:42]/ wheezy main
# deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL Binary 20140209-16:42]/ wheezy main
deb http://debian.savoirfairelinux.net/debian/ wheezy main non-free contrib
deb-src http://debian.savoirfairelinux.net/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
# wheezy-updates, previously known as 'volatile'
deb http://debian.savoirfairelinux.net/debian/ wheezy-updates main contrib non-free
deb-src http://debian.savoirfairelinux.net/debian/ wheezy-updates main contrib non-free
deb http://download.skype.com/linux/repos/debian/ stable non-free
# Backported packages for Debian 7 "Wheezy"
deb http://http.debian.net/debian/ wheezy-backports main contrib
deb http://deb-multimedia.org/ stable main non-free
deb-src http://deb-multimedia.org/ stable main non-free
Code:
# ls -hal /etc/apt/sources.list
-rw-r--r-- 1 XXXX XXXX 1.1K Jul 18 04:20 /etc/apt/sources.list
Here are a few interesting lines:
Code:
Err http://download.skype.com stable/non-free amd64 Packages
404 Not Found [IP: 204.94.155.96 80]
Fetched 181 B in 25s (7 B/s)
W: GPG error: http://deb-multimedia.org stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: Failed to fetch http://download.skype.com/linux/repos/debian/dists/stable/non-free/binary-amd64/Packages 404 Not Found [IP: 204.94.155.96 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
I never use skype.
Code:
apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libsvga1
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
Code:
# apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
libsvga1
0 upgraded, 0 newly installed, 1 to remove and 164 not upgraded.
After this operation, 594 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 219787 files and directories currently installed.)
Removing libsvga1:amd64 ...
Processing triggers for man-db ...
So after this cleanup I still don't have a clear idea of what to do to pair my bluetooth device.
Any ideas?