LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-30-2004, 12:19 PM   #1
aarond
Member
 
Registered: Jul 2004
Posts: 36

Rep: Reputation: 15
How to re-install software properly


What is the correct way to completely remove an program from Linux, so that I can re-install it ( for troubleshooting purposes ). The program in question is Mozilla, it can browse to pages but cannot submit forms - POST. Consequently this started after I installed Apache, yet none of the other browsers are effected.

Thanks in advance for your help,

Aaron
 
Old 07-30-2004, 12:42 PM   #2
Ankheg
Member
 
Registered: Jul 2004
Location: Woodland Hills, CA
Distribution: Debian/Mandrake
Posts: 37

Rep: Reputation: 15
Depends on the distro you're using.

I think the most common is RPM...and I happen to use Debian, so I'll just go over rpm and apt-get really quick....

Distros that use RPMs can use this set of steps to do it (There must be automatic tools for RPM based distros, but I'm not familiar with any, sorry. ):

This is the most general form it can take... Note: I don't admin the packages on any RPM based distros, and haven't for years...so it may be rusty, going off memory and man pages...this has potential to be incorrect, but I think it'll work...
Code:
rpm -e <package>
rpm -i <package>
But just to reinstall Mozilla only, this is probably not exactly what you want to do... So this is something you'll probably want to do instead, so rpm doesn't complain about any dependancies that may otherwise cause a problem here (since we know we're going to reinstall it right away). So, in your case, you'll probably want to use this instead:
Code:
rpm -e --nodeps <package>
rpm -i <package>

Debian (any apt-get types? Is Debian the only one?) can use this:
Code:
apt-get remove <package>
apt-get install <package>
Or there's some dpkg magic that can be worked, but apt-get is generally much easier.


Please, if anyone else reads this over and sees something I missed or was just flat out wrong on, correct me!

Also, be sure to read the man pages for whatever you may be using for additional options you may want to use! Good rule of thumb in any case when one doesn't know much about a command.
 
Old 07-31-2004, 12:47 PM   #3
aarond
Member
 
Registered: Jul 2004
Posts: 36

Original Poster
Rep: Reputation: 15
install flash player - konkeror or web-browser

Ankheg ( or anyone ),

Do you remember that issue I had w/ Mozilla ( it would not and will not send forms ), you had suggested to use other browsers ( which worked great ), but the problem I have now is that when I try to install the flash player - from macromedia - it asks if I would like to install to usr/lib/mozilla, but I want to install to the alternative location for the program web-browser or konqueror. Unfortunatly in the lib directory all I can see is mozilla as a directory to install to ( there are many other files and folders - but none for knonqueror or web-browser.

Do you know where I can install this flash player for those programs?


Thanks again,

Aaron
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
fc3 install doesnt install grub properly onto sata drive sabo Linux - Newbie 4 02-03-2007 04:04 PM
Mandriva won't install properly... tafdavid Linux - Software 4 11-23-2005 05:19 AM
How to install software properly (i.e., simply) Brosky SUSE / openSUSE 5 02-27-2005 04:54 PM
Autoconf doesn't install properly MockieMoo Linux - Newbie 5 04-12-2004 05:34 AM
Suse 9, RH9 wont install properly. Mandrake 9 wont boot properly? Help. l2ich84 Linux - Newbie 1 01-31-2004 11:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:30 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