LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-21-2004, 05:13 PM   #1
justaguynsrq
Member
 
Registered: Mar 2003
Location: Sarasota, FL
Distribution: Ubuntu : Hoary
Posts: 90

Rep: Reputation: 15
Pkgtool .......... uninstall --->reinstall


I thought I could safely remove packages that I wouldn't need, secondary to "duplicate software", getting rid of ancillary programs that would not impact the health of my machine overall, i.e. duplicate browsers, and the like. However, my favorite text editor, Pico seems to have either been impacted or removed, maybe it was a dependency issue. (?)

I learned, afterwards, that pkgtool does not have the option of "re-installing", after reviewing pkgtool options.

I recall these packages were either listed in a file or "moved" to a directory. (Not actually REMOVING them at all ?) I want to review the damage I caused, and maybe re-install them, and take additional time to consider the impact that can cause by removing packages in the first place.

Do these packages remain on my system?
Where are those packages I removed?
Can I "re-install" them without reinventing the wheel?

TIA

justaguy
 
Old 11-21-2004, 05:21 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: Pkgtool .......... uninstall --->reinstall

Quote:
Originally posted by justaguynsrq
Do these packages remain on my system?
No

Quote:
Where are those packages I removed?
If you mean: where can I find them for a re-install?
On your CDs.
If you mean: where can I see what I deleted?
ls -ltr /var/log/removed_packages

Quote:
Can I "re-install" them without reinventing the wheel?
Huh?


Cheers,
Tink
 
Old 11-21-2004, 05:43 PM   #3
justaguynsrq
Member
 
Registered: Mar 2003
Location: Sarasota, FL
Distribution: Ubuntu : Hoary
Posts: 90

Original Poster
Rep: Reputation: 15
Thanks Tink

I can always count on a bit of twisted humor when I read posts you have replied to !!!

justaguy
 
Old 11-21-2004, 05:47 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Heh - glad I entertained you :)

Did it help though, too? And what did you actually mean
by questions 2 and 3?


Cheers,
Tink
 
Old 11-21-2004, 08:50 PM   #5
justaguynsrq
Member
 
Registered: Mar 2003
Location: Sarasota, FL
Distribution: Ubuntu : Hoary
Posts: 90

Original Poster
Rep: Reputation: 15
#2 Package was removed, but available on the system, maybe in .tgz form, maybe (?)

#3 While, if indeed it was still "available", how I would go about "re-installing"


I guess you could call it positive thinking (?), a side effect to MS hangover (?), since it was "removed" and not "deleted", it was "available somewhere" (?).
 
Old 11-21-2004, 08:51 PM   #6
justaguynsrq
Member
 
Registered: Mar 2003
Location: Sarasota, FL
Distribution: Ubuntu : Hoary
Posts: 90

Original Poster
Rep: Reputation: 15
Smartass!
 
Old 11-21-2004, 08:58 PM   #7
justaguynsrq
Member
 
Registered: Mar 2003
Location: Sarasota, FL
Distribution: Ubuntu : Hoary
Posts: 90

Original Poster
Rep: Reputation: 15
-rw-r--r-- 1 root root 22872 2004-11-09 16:27 gaim-1.0.2-i486-1
-rw-r--r-- 1 root root 15764 2004-11-09 16:32 hpijs-1.7-i486-1
-rw-r--r-- 1 root root 898 2004-11-09 16:43 nail-11.13-i486-1
-rw-r--r-- 1 root root 2328 2004-11-09 16:44 nmap-3.75-i486-1
-rw-r--r-- 1 root root 1535 2004-11-09 16:45 pine-4.61-i486-1
-rw-r--r-- 1 root root 13686 2004-11-09 16:48 sane-1.0.14-i486-3
-rw-r--r-- 1 root root 9213 2004-11-09 16:51 xsane-0.96-i486-1

These are the packages I ................... DELETED / removed.

How do I go about retrieving these from CD ?

I appreciate your input / humor ...................... and continued support.

(Still shaking my head why this affected Pico)

justaguy
 
Old 11-21-2004, 09:25 PM   #8
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Pico is part of the pine pkg.
navigate to the slackware/a, /ap, /n and /xap folders on the slackware CD and reinstall by:
installpkg gaim*.tgz for example.
 
Old 11-21-2004, 10:14 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by justaguynsrq
I appreciate your input / humor ...................... and continued support.
Heh :)

Quote:
(Still shaking my head why this affected Pico)
justaguy
As gnashley already pointed out:
pico is part of pine ...
And for future reference (in case you don't know
what you're up to in deleting things) - before removing
a package have a look at
less /var/log/packages/<name-versionmumble> ...
or
fgrep bin\/ /var/log/packages/<name-versionmumble>


Cheers,Tink
 
Old 11-21-2004, 10:18 PM   #10
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
At the risk of being scolded for wasting bandwidth. I often find it easier to just download the package and install it rather than finding my cd (you haven't seen my desk area) mounting it and finding the package.
 
Old 11-21-2004, 11:05 PM   #11
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
lol@ringwraith :)

I (pretty much) always have my CD pouch with
Slack 8.1 DVD, 9.1 and 10.0 CDs with me ;)


Cheers,
Tink
 
Old 11-22-2004, 07:19 AM   #12
justaguynsrq
Member
 
Registered: Mar 2003
Location: Sarasota, FL
Distribution: Ubuntu : Hoary
Posts: 90

Original Poster
Rep: Reputation: 15
When it rains it pours................................

Installpkg will not install :

root@slack:/home/justaguy# installpkg pine-4.60-i486-1.tgz
Cannot install pine-4.60-i486-1.tgz: package does not end in .tgz

Yet when I use pkgtool, I am in the clear ..... any ideas?
 
Old 11-22-2004, 11:35 AM   #13
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Installpkg has an odd habit of giving this message
when you DON'T give it the fully qualified path to
the file (or if you happen not to in in the directory
that the file is in).

If you were in /root, for example, and the file is in
/mnt/cdrom/slackware/n/pine-4.60-i486-1.tgz
you need to
a)
cd /mnt/cdrom/slackware/n
installpkg pine-4.60-i486-1.tgz
or
b)
installpkg /mnt/cdrom/slackware/n/pine-4.60-i486-1.tgz

The error-message, however, is misleading ;)



Cheers,
Tink
 
Old 11-22-2004, 04:59 PM   #14
justaguynsrq
Member
 
Registered: Mar 2003
Location: Sarasota, FL
Distribution: Ubuntu : Hoary
Posts: 90

Original Poster
Rep: Reputation: 15
Thanks again, Tink

(You're a "Johnny-on-the-spot" sort of character!) -------> Operative word being CHARACTER, but you knew that!


justaguy
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Stupid uninstall pkgtool question linda Slackware 5 09-28-2004 09:42 AM
How do I uninstall RealPlayer so I can reinstall a different version? jdruin Linux - Software 1 06-15-2004 08:10 PM
Uninstall/Reinstall Woody vsj Linux - Newbie 8 02-11-2004 06:34 AM
uninstall - reinstall eddcrossman Linux - Newbie 7 02-02-2003 10:24 AM
How to uninstall and reinstall Redhat 7.1? jane207 Linux - Software 1 11-02-2001 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration