You are not logged in.

#21 2017-09-30 23:23:02

dove
Member
Registered: 2016-03-21
Posts: 62

Re: [SOLVED] suse repos

Head_on_a_Stick wrote:

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

#22 2017-09-30 23:25:21

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] suse repos

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` wink

Probably best to revert to the stretch version of mpv beforehand though.

EDIT: is my old conky package working OK? big_smile

Last edited by Head_on_a_Stick (2017-09-30 23:26:30)

Offline

#23 2017-09-30 23:30:12

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] suse repos

Also:

dove wrote:
/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

#24 2017-10-01 00:08:00

dove
Member
Registered: 2016-03-21
Posts: 62

Re: [SOLVED] suse repos

Head_on_a_Stick wrote:
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` wink

Probably best to revert to the stretch version of mpv beforehand though.

EDIT: is my old conky package working OK? big_smile

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

#25 2017-10-01 09:07:07

iMBeCil
WAAAT?
From: Edrychwch o'ch cwmpas
Registered: 2015-09-29
Posts: 767

Re: [SOLVED] suse repos

^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

#26 2017-10-01 09:52:04

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] suse repos

^ This smile

EDIT: what @iMBeCil said.

Last edited by Head_on_a_Stick (2017-10-01 09:52:25)

Offline

#27 2017-10-01 17:33:01

dove
Member
Registered: 2016-03-21
Posts: 62

Re: [SOLVED] suse repos

iMBeCil wrote:

^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

#28 2017-10-01 17:42:38

iMBeCil
WAAAT?
From: Edrychwch o'ch cwmpas
Registered: 2015-09-29
Posts: 767

Re: [SOLVED] suse repos

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

Board footer

Powered by FluxBB