[gobolinux-users] Upgrade binary packages

Simen simen.oya at gmail.com
Fri Apr 6 02:56:00 UTC 2007


Hello list! My first post.

Is there a way to upgrade the installed packages to the newest available
binary package? I haven't found this, so I write this little script.

--------------------------------------------------------------------------------
for p in `ShowPackages installed '<' official_package | cut -f1`
do
        InstallPackage $p
done
--------------------------------------------------------------------------------

And it worked nice until I upgraded glibc before my kernel was upgraded
and I had to reinstall the whole thing.

Keep up the good work developers :)


More information about the gobolinux-users mailing list