Quote:
Originally posted by Oakstaff
thx i tried the pkg remove command but it said none are there....ill take a look at the file and see if gaim is under something other than gaim...=P
|
There it is, mate, unless you didn't install it on your system:
Code:
mingdao@peter:~$ cat /etc/slackware-version
Slackware 9.1.0
mingdao@peter:~$ find /var/log/packages -iname "*gaim*" -exec ls -l {} \;
-rw-r--r-- 1 root root 15445 Jan 1 2004 /var/log/packages/gaim-0.68-i486-1
So you just issue as root
# removepkg gaim-0.68-i486-1
and if it's not there, don't fret.
I'd suggest you get the official Slackware package from
ftp://ftp.slackware.com/pub/slackwar....78-i486-2.tgz
before using a LinuxPackages file -- simply because very
few of those ever worked for my Slack systems. Then you
just issue as root
# installpkg gaim-0.78-i486-2.tgz
and it's done. If you don't like it, or it doesn't work well,
you simply get rid of it with removepkg.
Even compiling from source would work if you have
all the dependencies in place.
Why didn't you upgrade to, say, Slackware-10.0 rather
than installing Slack-9.1? Just curious...