Or, I'm guessing spkg -u /path/to/pkgname-newpkgver.txz would also do the trick in one step.
Oh yeah, and don't forget lilo -v after a kernel upgrade... I keep doing that.

maximus wrote:I'm not sure what you mean by install by hand, but spkg -d pkgname would remove the old package and then spkg -i /path/to/pkgname-newpkgver.txz would install the new one without running into that error.
Or, I'm guessing spkg -u /path/to/pkgname-newpkgver.txz would also do the trick in one step.
Oh yeah, and don't forget lilo -v after a kernel upgrade... I keep doing that.![]()
Code: Select all
--no-upgrade
Install the package rather than attempting to detect if a previ-
ous version is installed and upgrading it. This is useful for
installing kernel packages. This option is only valid for
--install targets.
Code: Select all
slack-installpkg packagename
Thanks George. Didn't know the old package tools were installed as well. I'll use that - that way I can check the performance with the new drivers and the new kernel and see how that compares with the older driver and kernel.gapan wrote:The old slackware pkgtools are available in salix too. They are named slack-*. The slackware installpkg doesn't check if the package is already installed, so you can use that:Code: Select all
slack-installpkg packagename