From the man page:
Code:
Slackpkg can be used to upgrade the whole distribution.
The usual way is to do:
# slackpkg update
# slackpkg install-new
# slackpkg upgrade-all
# slackpkg clean-system
If you know it's all updates, then simply running...
Code:
# slackpkg update
# slackpkg upgrade-all
...will do the job.
Quote:
Hi all guys...I have a problem with slackpkg...as usual I use it to keep my distro updated...but since my new slackware installation I have noticed that even if a package has been upgraded in the changelog if I give:
Code:
slackpkg update gpg
slackpkg update
slackpkg check-updates
|
Were are you checking ChangeLog.txt? From the Slackware site?
http://www.slackware.com/changelog/
If you run "slackpkg update' and it reports back:
Code:
No changes in ChangeLog.txt between your last update and now.
Do you really want to download all other files (y/N)?
Then there are no changes. The local copy of ChangeLog.txt and the servers copy are the same. One possible reason could be the server you are using has not updated yet.
Running 'slackpkg check-updates' after slackpkg update' will normally always show 'No news is good news'.
Use "update gpg" should only been needed once. Most of the time, in my experience, the gpg modifier is not needed at all. The first run with "update" will update the Slackware key.
Keep in mind the slackpkg is only good for Slackware packages that are part of the Slackware distribution. Added packages will not be looked at by slackpkg.
The slackpkg man page is your friend.