Wanting to upgrade with the libpng upgrade, BUT I either get wholesale complaints about it when I do exactly as specified OR I get NO response as to the final status (running a dry run in both instances).
OK, the libpng upgrade is residing in another directory (nothing says this is wrong).
If I use this (from where the new package resides):
ROOT=/var/log/mount/slackware/l upgradepkg --dry-run \
> --reinstall libpng-1.2.18-i486-1.tgz%libpng-1.2.27-i486-1_slack12.0.tgz
Note that I read the man page and it says:
To upgrade in a directory other than / (such as /mnt):
ROOT=/mnt upgradepkg package.tgz
I get this:
mkdir: cannot create directory `/var/log/mount/slackware/l/var/log/setup/tmp': No such file or directory
chmod: cannot access `/var/log/mount/slackware/l/var/log/setup/tmp': No such file or directory
libpng-1.2.18-i486-1 would not be upgraded (no installed package named libpng).
If I use this:
upgradepkg --dry-run --verbose \
> --reinstall libpng-1.2.18-i486-1.tgz%libpng-1.2.27-i486-1_slack12.0.tgz
I get nothing. Did I loose something important that was sent elsewhere? OR, would it reinstall correctly?
Note: --reinstall used if you want to upgrade all packages even if the same version is already installed. --per man page.
I am probably being picky.
That bit about ROOT= seems like it needs much further explanation.
BTW, is the "_slack12.0" required on the new package name?
