linux update error apt-listchanges : Depends: python3-debconf but it is not installed
apt-listchanges : Depends: python3-debconf but it is not installed
the python3-debconf just might not be installed, so .. as stated here
sudo apt-get install python3-debconf
all that while trying to upgrade my kali with
apt-get update -y && apt-get full-upgrade
and got many more problems.
i switched to
sudo apt-get update -y && apt-get upgrade -y
sudo apt-get dist-upgrade -y
and things were good again
if it updates xrdp, if ur on hyper-v, just reconfigure xrdp.ini
the python3-debconf just might not be installed, so .. as stated here
sudo apt-get install python3-debconf
all that while trying to upgrade my kali with
apt-get update -y && apt-get full-upgrade
and got many more problems.
i switched to
sudo apt-get update -y && apt-get upgrade -y
sudo apt-get dist-upgrade -y
and things were good again
if it updates xrdp, if ur on hyper-v, just reconfigure xrdp.ini
Comments
Post a Comment