[SOLVED] All proxmox packages auto remove

ProWD

New Member
Apr 9, 2018
2
0
1
31
Hello,

I have the problem that all proxmox packages are in autoremove:

Code:
The following packages were automatically installed and are no longer required:
  apparmor apt-transport-https attr bridge-utils ceph-common corosync criu cstream dmeventd dtach faketime fontconfig fontconfig-config fonts-dejavu-core fonts-font-awesome gdisk glusterfs-client
  glusterfs-common ifenslave ipset libacl1-dev libaio1 libanyevent-http-perl libanyevent-perl libapparmor-perl libappconfig-perl libapt-pkg-perl libasound2 libasound2-data libasync-interrupt-perl libasyncns0
  libattr1-dev libauthen-pam-perl libbabeltrace-ctf1 libbabeltrace1 libboost-iostreams1.62.0 libboost-program-options1.62.0 libboost-random1.62.0 libboost-regex1.62.0 libboost-system1.62.0
  libboost-thread1.62.0 libc-dev-bin libc6-dev libcaca0 libcairo2 libcephfs1 libcfg6 libclone-perl libcmap4 libcorosync-common4 libcpg4 libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl
  libcrypt-openssl-rsa-perl libdatrie1 libdbi1 libdevel-cycle-perl libdevmapper-event1.02.1 libdw1 libev-perl libfaketime libfcgi-bin libfcgi0ldbl libfile-chdir-perl libfile-readbackwards-perl
  libfile-sync-perl libfilesys-df-perl libflac8 libfontconfig1 libgnutlsxx28 libgraphite2-3 libguard-perl libharfbuzz0b libibverbs1 libice6 libintl-perl libintl-xs-perl libio-multiplex-perl
  libio-stringy-perl libipset3 libiscsi7 libjemalloc1 libjpeg62-turbo libjs-extjs liblinux-inotify2-perl liblockfile-simple-perl liblog-agent-perl liblvm2app2.2 liblvm2cmd2.02 libmime-base32-perl
  libnet-dbus-perl libnet-dns-perl libnet-ip-perl libnet1 libnetfilter-log1 libnl-3-200 libnl-route-3-200 libnspr4 libnss3 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0
  libprotobuf-c1 libprotobuf10 libpulse0 libpve-access-control libpve-common-perl libpve-guest-common-perl libpve-http-server-perl libpve-storage-perl libqb0 libquorum5 librados2 librados2-perl
  libradosstriper1 librbd1 librdmacm1 libreadline5 librgw2 librrd8 librrds-perl libsdl1.2debian libsm6 libsnappy1v5 libsndfile1 libstatgrab10 libstring-shellquote-perl libtemplate-perl libthai-data libthai0
  libtie-ixhash-perl libtotem-pg5 liburcu4 libusbredirparser1 libuuid-perl libvorbis0a libvorbisenc2 libvotequorum8 libx11-xcb1 libxcb-render0 libxcb-shm0 libxi6 libxml-libxml-perl libxml-twig-perl
  libxml-xpathengine-perl libxrender1 libxtst6 linux-image-4.9.0-4-amd64 linux-libc-dev lvm2 lxc-pve lxcfs lzop manpages-dev net-tools novnc-pve numactl proxmox-widget-toolkit pve-cluster pve-container
  pve-docs pve-firewall pve-ha-manager pve-i18n pve-libspice-server1 pve-manager pve-qemu-kvm pve-xtermjs python-cephfs python-cffi-backend python-cryptography python-enum34 python-idna python-ipaddr
  python-ipaddress python-openssl python-protobuf python-pyasn1 python-rados python-rbd python-requests python-urllib3 qemu-server rrdcached rsync smartmontools socat spiceterm sqlite3
  thin-provisioning-tools uidmap vncterm x11-common xsltproc
Use 'apt autoremove' to remove them.

I found this Thread: https://forum.proxmox.com/threads/debian-stretch-massive-autoremove-while-upgrading.41793/

Is this my solution too?:
please do:

> apt install proxmox-ve
> apt dist-upgrade

It says:
Code:
The following packages were automatically installed and are no longer required:
  linux-image-4.9.0-4-amd64
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  pve-firmware pve-kernel-4.13 pve-kernel-4.13.16-1-pve
The following packages are REMOVED:
  firmware-linux-free firmware-linux-nonfree firmware-misc-nonfree
The following NEW packages will be installed:
 proxmox-ve pve-firmware pve-kernel-4.13 pve-kernel-4.13.16-1-pve

OS: Debian GNU/Linux 9.4 (stretch)

Thank you!
 
Thanks for the answer. The following error has occurred:

Code:
Preparing to unpack .../pve-firmware_2.0-4_all.deb ...
Unpacking pve-firmware (2.0-4) ...
dpkg: error processing archive  /var/cache/apt/archives/pve-firmware_2.0-4_all.deb (--unpack):
 trying to overwrite, »/lib/firmware/amdgpu/carrizo_ce.bin« zu which is also in package firmware-amd-graphics 20161130-3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

Errors occurred while editing:
 /var/cache/apt/archives/pve-firmware_2.0-4_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Is there a solution for this? https://forum.proxmox.com/threads/installed-debian-9-proxmox-5-pve-firmware-package-error.35789/


So i Fixxt it by:
> dpkg --remove firmware-amd-graphics
and than:
>apt-get install -f
 
Last edited: