[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:slackware_admin:systemupgrade [2021/08/04 01:09 (UTC)] – [System Upgrade using SlackPkg] stdoubthowtos:slackware_admin:systemupgrade [2021/08/04 17:31 (UTC)] (current) – In Slackware 14.2 and earlier, the aaa_glibc-solibs package was called glibc-solibs! alienbob
Line 63: Line 63:
 # slackpkg upgrade aaa_glibc-solibs # slackpkg upgrade aaa_glibc-solibs
 </code> Let me give an example of such potential failure: when ''slackpkg install-new'' installs the ''libusb-compat'' package, your ''gpg'' command stops working because it links against libusb.so which will be overwritten with the version from the new ''libusb-compat'' package. The new library needs the new ''glibc'' package, ''gpg'' stops working because of the library linking error, and ''slackpkg'' will stop the system upgrade because it wants to check every package's gpg signature before upgrading it. Upgrading the ''aaa_glibc-solibs'' package prevents the library linking errors by providing the correct "''GLIBC''" symbols. </code> Let me give an example of such potential failure: when ''slackpkg install-new'' installs the ''libusb-compat'' package, your ''gpg'' command stops working because it links against libusb.so which will be overwritten with the version from the new ''libusb-compat'' package. The new library needs the new ''glibc'' package, ''gpg'' stops working because of the library linking error, and ''slackpkg'' will stop the system upgrade because it wants to check every package's gpg signature before upgrading it. Upgrading the ''aaa_glibc-solibs'' package prevents the library linking errors by providing the correct "''GLIBC''" symbols.
 +<note important>In Slackware 14.2 and earlier, the ''aaa_glibc-solibs'' package was called ''glibc-solibs''</note>
  
   * Let ''slackpkg'' update the computer to the new Slackware release: <code>   * Let ''slackpkg'' update the computer to the new Slackware release: <code>
 howtos:slackware_admin:systemupgrade ()