You are not logged in.
Hello everybody!
a couple of days ago changed repos from 'chimaera' to 'daedalus'
now 'apt upgrade' gives
# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libwacom9 : Depends: libwacom-common (= 2.2.0-1) but 1.8-2 is to be installed
E: Broken packages
is this ok cause 'apt-get upgrade' works without warnings or issues?
Offline
Please post the output of
apt policy
grep -v '^$\|^#' /etc/apt/sources.list{,.d/*}
Brianna Ghey — Rest In Power
Offline
# apt policy
grep -v '^$\|^#' /etc/apt/sources.list{,.d/*}
Package files:
100 /var/lib/dpkg/status
release a=now
500 https://repo.skype.com/deb unstable/main amd64 Packages
release o=. unstable,a=unstable,n=unstable,l=. unstable,c=main,b=amd64
origin repo.skype.com
500 http://devuan.ipacct.com/devuan/merged daedalus/contrib amd64 Packages
release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=contrib,b=amd64
origin devuan.ipacct.com
500 http://devuan.ipacct.com/devuan/merged daedalus/main amd64 Packages
release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=main,b=amd64
origin devuan.ipacct.com
Pinned packages:
/etc/apt/sources.list:deb http://devuan.ipacct.com/devuan/merged daedalus main contrib
/etc/apt/sources.list:deb-src http://devuan.ipacct.com/devuan/merged daedalus main contrib
/etc/apt/sources.list.d/skype-unstable.list:deb [arch=amd64] https://repo.skype.com/deb unstable main
Offline
Try
# apt update
# apt upgrade
# apt full-upgrade
EDIT: might be best to remove Skype and it's repository beforehand though. You can (try to) add them back afterwards.
Last edited by Head_on_a_Stick (2022-04-26 08:51:58)
Brianna Ghey — Rest In Power
Offline
@Head_on_a_Stick
'apt full-upgrade' works.
thank you!
Offline