I tried a simple upgrade today, as many patches appears for Slackware, and I don't understand why so many NEW packages have to be installed (agg boost gtkglext gnash):
Code: Select all
root@tosh:~# LANG=en_US slapt-get --upgrade
Reading Package Lists...Done
The following NEW packages will be installed:
agg boost gtkglext gnash
The following packages will be upgraded:
apr apr-util expat flash-plugin openssl spkg-pkgtools sudo
7 upgraded, 0 reinstalled, 4 newly installed, 0 to remove, 0 not upgraded.
Need to get 10.8MB of archives.
After unpacking 58.7MB of additional disk space will be used.
Do you want to continue? [y/N]
(look if no dependency checks is done):
Code: Select all
root@tosh:~# LANG=en_US slapt-get --no-dep --upgrade
Reading Package Lists...Done
The following packages will be upgraded:
apr apr-util expat flash-plugin openssl spkg-pkgtools sudo
7 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 0 not upgraded.
Need to get 3.5MB of archives.
After unpacking 8.4MB disk space will be freed.
Do you want to continue? [y/N]
Fred