[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
slackware:slackpkg [2023/03/07 10:01 (UTC)] mozesslackware:slackpkg [2023/05/12 08:53 (UTC)] (current) mozes
Line 135: Line 135:
  
 Running slackpkg with this argument will produce a clean printout if there are any available updates. Running slackpkg with this argument will produce a clean printout if there are any available updates.
 +
 +===== Regular updates =====
 +
 +After the initial configuration, the easiest way to keep your system up to date is to enter these commands:
 +
 +Cause slackpkg to update its knowledge of the configured Slackware release:
 +
 +<code>
 +slackpkg update
 +</code>
 +
 +Check the Change Log for the configured release:
 +<code>
 +slackpkg show-changelog
 +</code>
 +
 +Generally, unless you know what you're doing you should install new packages since some of the existing packages may now depend on them.
 +
 +<code>
 +slackpkg install-new</code>
 +
 +Upgrade to the latest packages:
 +<code>
 +slackpkg upgrade-all</code>
 +
 +Clean up:
 +<code>
 +slackpkg clean-system</code>
 +
 +<note tip>For Slackware ARM/AArch64, Kernel upgrades are handled automatically - there is no need to re-generate the Initial RAM Disk.
 +For x86/64 you may need to run the ''geninitrd'' command.</note>
 +
  
 ===== Full system upgrade ===== ===== Full system upgrade =====
 slackware:slackpkg ()