Results 1 to 6 of 6
How to uninstall software installed using .bin ?
How to install a software in a desired directory using .bin file ?
ie suppose i want to install in the directory ...
- 08-27-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
How to uninstall software installed using .bin
How to uninstall software installed using .bin?
How to install a software in a desired directory using .bin file?
ie suppose i want to install in the directory /usr/bin/Soft/
Which is the default directory for software installation?
What is the difference between .rpm and .bin?
- 08-27-2007 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
welcome to the forum
> uninstall....bin
well: goto the directory where it got installed, and
delete it (rm).
> /usr/bin/Soft
put the .bin file there & execute it
> default directory
most people use /usr/local
> .rpm vs .bin
.rpm is a redhat install file; the last .bin I looked
at--GoogleEarth--is a shell script.the sun is new every day (heraclitus)
- 08-27-2007 #3
/usr/bin/ is not supposed to contain any directories/folders. Take a look at the FHS for more details on where files should be placed on a Linux system.
- 08-27-2007 #4Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
thanks a lot tpl and daark.child
- 08-27-2007 #5Just Joined!
- Join Date
- Aug 2007
- Posts
- 2
Thanks
Thanks a lot for this information and I need to ask that when we install we use ./configure and use make to install and while uninstallling should we do that
- 08-27-2007 #6
Hii vbalaviswanathan,
You dont have to ./configure and make install for unwise / uninstalling packages/softwares. Instead you can uninstall the same way you installed from source, provided you should be under same installed directory by using:
Code:
Or you can pick your package from Yast and just by simply unchecking and updating it you can uninstall those packages.#make uninstall
Sometimes it may through some dependencies error that means those packages which you are trying to uninstall are depended on some other packages too. But though if you're sure you know what you're doing go ahead.
Or i guess another option is yum if you have installed it:-
Code
#yum remove <name of software>Regards,
who |grep -i blonde |
date; cd~; unzip; touch;
strip; finger; mount; gasp;
yes; uptime; umount;
sleep

Newbie clicks
http://www.linuxforums.org/forum/lin...ead-first.html




