You are not logged in.
Hmmm...
Let's try:
grep -v '^#\|^$' /etc/apt/sources.list{,.d/*}
I get
/etc/apt/sources.list:deb http://http.debian.net/debian stretch main contrib non-free
/etc/apt/sources.list:deb http://security.debian.org/ stretch/updates main contrib non-free
/etc/apt/sources.list:deb http://ftp.us.debian.org/debian stretch-backports main contrib non-free
/etc/apt/sources.list:deb http://www.deb-multimedia.org stretch main non-free
/etc/apt/sources.list:deb http://www.deb-multimedia.org stretch-backports main
/etc/apt/sources.list:deb http://lazka.github.io/ql-debian/stable/ quodlibet-stable/
/etc/apt/sources.list.d/conky.list:deb http://download.opensuse.org/repositories/home:/Head_on_a_Stick:/Helium/Debian_9.0/ /
/etc/apt/sources.list.d/conky.list.save:deb http://download.opensuse.org/repositories/home:/Head_on_a_Stick:/Helium/Debian_9.0/ /
/etc/apt/sources.list.d/google-chrome.list:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
/etc/apt/sources.list.d/google-chrome.list.save:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
/etc/apt/sources.list.d/liquorix.list:deb http://liquorix.net/debian/ sid main
/etc/apt/sources.list.d/liquorix.list.save:deb http://liquorix.net/debian/ sid main
/etc/apt/sources.list.d/mpv.list:deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_9.0/ /
Offline
/etc/apt/sources.list.d/mpv.list:deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_9.0/ /
That's the guilty party — remove /etc/apt/sources.list.d/mpv.list and `sudo apt update && sudo apt upgrade`
Probably best to revert to the stretch version of mpv beforehand though.
EDIT: is my old conky package working OK?
Last edited by Head_on_a_Stick (2017-09-30 23:26:30)
Offline
Also:
/etc/apt/sources.list:deb http://www.deb-multimedia.org stretch main non-free /etc/apt/sources.list:deb http://www.deb-multimedia.org stretch-backports main
I would strongly recommend removing those repositories, they have caused problems for other BunsenLabs (and Debian) users in the past.
Offline
dove wrote:/etc/apt/sources.list.d/mpv.list:deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_9.0/ /
That's the guilty party — remove /etc/apt/sources.list.d/mpv.list and `sudo apt update && sudo apt upgrade`
Probably best to revert to the stretch version of mpv beforehand though.
EDIT: is my old conky package working OK?
conky working fine but my source.list is
## DEBIAN
deb http://http.debian.net/debian stretch main contrib non-free
# deb-src http://http.debian.net/debian wheezy main contrib non-free
## DEBIAN SECURITY
deb http://security.debian.org/ stretch/updates main contrib non-free
# deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.us.debian.org/debian stretch-backports main contrib non-free
#deb http://www.deb-multimedia.org stretch main non-free
#deb http://www.deb-multimedia.org stretch-backports main
deb http://lazka.github.io/ql-debian/stable/ quodlibet-stable/
no mvp source ?
Offline
^What Head_on_a_stick meant is remove file '/etc/apt/sources.list.d/mpv.list':
$ sudo rm /etc/apt/sources.list.d/mpv.list
Or, even more safer, edit this file (as root), and comment out (by prepending '#') the line:
deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_9.0/ /
Postpone all your duties; if you die, you won't have to do them ..
Offline
^ This
EDIT: what @iMBeCil said.
Last edited by Head_on_a_Stick (2017-10-01 09:52:25)
Offline
^What Head_on_a_stick meant is remove file '/etc/apt/sources.list.d/mpv.list':
$ sudo rm /etc/apt/sources.list.d/mpv.list
Or, even more safer, edit this file (as root), and comment out (by prepending '#') the line:
deb http://download.opensuse.org/repositories/home:/stevepassert/Debian_9.0/ /
that worked thanx
Offline
You're welcome.
Last edited by iMBeCil (2017-10-01 17:42:49)
Postpone all your duties; if you die, you won't have to do them ..
Offline