Cannot upgrade python-cffi-backend since last update

Briefly describe your issue below:
I can’t upgrade python-cffi-backend package via “sudo parrot-upgrade” command
What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)
4.9.1, Parrot Security KDE, amd64
What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)
Debian GTK
Configured to multiboot with other systems? (yes / no)
no
If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:
$sudo apt update
Hit:1 https://deb.parrot.sh/parrot rolling InRelease
Hit:2 https://deb.parrot.sh/parrot rolling-security InRelease
Reading package lists… Done
Building dependency tree
Reading state information… Done
1 package can be upgraded. Run ‘apt list --upgradable’ to see it.

$sudo parrot-upgrade
Hit:1 https://deb.parrot.sh/parrot rolling InRelease
Hit:2 https://deb.parrot.sh/parrot rolling-security InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  dcraw flac gdal-data libaec0 libarmadillo9 libarpack2 libcharls2 libdap25 libdapclient6v5 libdbd-sqlite3-perl libepsilon1
  libfreexl1 libfyba0 libgeos-3.8.1 libgeos-c1v5 libgeotiff5 libhdf4-0-alt libhtml-linkextractor-perl libjpeg-turbo-progs
  libkmlbase1 libkmldom1 libkmlengine1 liblwp-protocol-socks-perl libndpi2.6 libnetpbm10 libogdi4.1 libout123-0 libproj19
  libqhull7 libre2-6 librecode0 libspatialite7 libsuperlu5 libsz2 libtinyxml2-6a libturbojpeg0 liburiparser1 mpg123 netpbm
  odbcinst odbcinst1debian2 php-sqlite3 php7.3-sqlite3 proj-bin proj-data python3-winrm recode ruby-did-you-mean
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  dcraw flac gdal-data libaec0 libarmadillo9 libarpack2 libcharls2 libdap25 libdapclient6v5 libdbd-sqlite3-perl libepsilon1
  libfreexl1 libfyba0 libgeos-3.8.1 libgeos-c1v5 libgeotiff5 libhdf4-0-alt libhtml-linkextractor-perl libjpeg-turbo-progs
  libkmlbase1 libkmldom1 libkmlengine1 liblwp-protocol-socks-perl libndpi2.6 libnetpbm10 libogdi4.1 libout123-0 libproj19
  libqhull7 libre2-6 librecode0 libspatialite7 libsuperlu5 libsz2 libtinyxml2-6a libturbojpeg0 liburiparser1 mpg123 netpbm
  odbcinst odbcinst1debian2 php-sqlite3 php7.3-sqlite3 proj-bin proj-data python3-winrm recode ruby-did-you-mean
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
  python-cffi-backend
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

That package belong to python2 which will remove some packages inside the system so everything you need is sudo apt install python-cffi-backend after full upgrade and let it remove automatically.

1 Like

Thanks for this post. problem solved.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.