how can we uniinstall an rpm

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
zaki486
Company Havaldaar Major
Posts: 177
Joined: Tue Jul 08, 2003 11:33 pm
Location: karachi ,pakistan
Contact:

how can we uniinstall an rpm

Post by zaki486 »

Assalam alaikum
i want to ask you that how can we uninstall a program install through an RPM like i did aMSN but it is old and not connecting how can i get it uninstalled ?

also telll me the i downloaded the codec for xmms player and it was mpg123-1,2,7-21.i386
but still when i run movie that is in avseq1.dat it is not running
so where to get the codec plz giv a link

and also the most latest link for amsn
i downloaded yahoo latestfrom yahooo site but it just goes on connecting coneecting connectin,.........

how to get rid of mounting again and agian the partions of windows is there a way to write the mounting line somewhere as we write in windows autoexec,bat ???
so it automatically mounts on boot the partiotions


which site is best for linux softwares for 3rd parties giv some links

i purchased a new modem i.e : smartlink V_3 (zoltrix) and downloaded its software from linuxant.com (hsf) as in shape of rpm and yeah i successfully installed
and also giv link for mostly my linux is installed but my grub goes off how to get again the last state of linux or how to use linux rescue??????????

can we use NET2PHONE internet calling software in linux?/?????


i`lll be most thankfull for assinstenece

zaki486@hotmail.com/yahoo.com
outstream
Naib Subedar
Posts: 322
Joined: Wed Sep 24, 2003 10:04 pm
Location: islamabad

Post by outstream »

AoA

1. To remove the already installed rpm, use this command

rpm -e packagename

2. The link for the latest version of msn is

http://amsn.sourceforge.net/


3. yes, you can make ur linux automatically mount ur windows partitions every time u log in. to do this u have to edit ur /etc/fstab file. for example at the end of ur /etc/fstab file u can put the following line and it will auto mount ur C drive every time u log in.

/dev/hda1 /mnt/CDrive vfat defaults 0 0

(thats what i did with myseld and it worked fine).

to do this. just open /etc/fstab file in ur favourite editor, anything like gedit and just put the above given line as the last entry. save, exit and reboot. but before rebooting, u must create a directory named as 'CDrive' in ur /mnt/, cuz thats where its going to mount ur C:\ drive.

Also the above given line works, if u want to mount a FAT partition. If u want to mount ntfs partition, just replace 'vfat' with 'ntfs' in command given above.

that was for C drive only. if you want to mount your D:\ or E:\ drives too. the basic command will be the same, just the numbers of drives will be changed. for example to mount D:\ drive, the command becomes

/dev/hda5 /mnt/DDrive vfat defaults 0 0


to mount drive E:\ the command becomes


/dev/hda6 /mnt/EDrive vfat defaults 0 0


if u want to mount all three of ur windows paritions automatically, just put these three lines at the end of /etc/fstab

/dev/hda1 /mnt/CDrive vfat defaults 0 0
/dev/hda5 /mnt/DDrive vfat defaults 0 0
/dev/hda6 /mnt/EDrive vfat defaults 0 0
===========================

Dont forget to create directories named as 'CDrive, DDrive and EDrive'
in ur /mnt/.



4. For software searches, u may give a look to

www.freshmeat.net

www.sourceforge.net

to find rpms and stuff

www.rpmfind.net

to check the stuff related to kde

www.kde.org

apps.kde.com

thats all i knew about ur problems

Good Day
Testing?What's that? If it compiles, its good, if it boots up it is perfect.
----------------------------------------------------
Imran
Registered Linux User # 334322
Faraz.Fazil
Major General
Posts: 1024
Joined: Thu Jul 04, 2002 5:31 pm
Location: Karachi/Pakistan/Earth/Universe

Post by Faraz.Fazil »

Most of your questions have been answered by outstream.
For those left:

1.The mpg123 plugin for xmms is used to play .mp3 files and not .dat vcd or other video files.XMMS is an audio player...not a video player.

To play .dat and other video formats, use MPLAYER or XINE which are really cool video players.

2.Grub goes off?

What do u mean.Do you mean you are not able to boot linux?
If you have a problem, describe it completely.

TO start redhat linux in rescue mode,

boot from the CD # 1.
Start linux in rescue mode.
Do a chroot /mnt/sysimage and other commands you might need.

3.For your hcf/hsf modem issue, take a look here:

http://www.linuxpakistan.net/forum2x/vi ... =4977#4977
Linux for Life!
umarfida
Naik
Posts: 84
Joined: Wed Dec 24, 2003 10:32 pm
Location: Faisalabad Pakistan

Post by umarfida »

i tried to mount ntfs but it gives the message ntfs not supported by this kernal.Iam using RH9


UMAR FIDA
farhantoqeer
Major General
Posts: 917
Joined: Thu Jun 27, 2002 5:45 pm
Location: Karachi
Contact:

Post by farhantoqeer »

i tried to mount ntfs but it gives the message ntfs not supported by this kernal.Iam using RH9
RedHat pre-compiled kernel do not allow mounting/accessing NTFS partitions, re-compile your kernel with NTFS support, search forum for an article about how to re-compile kernel.
A: Yes
Q: Is top-posting bad?
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear Umarfida,
Salam,
umarfida wrote:i tried to mount ntfs but it gives the message ntfs not
supported by this kernal.Iam using RH9
Yes, you can mount an NTFS file system on it. It should be noted, however, that write support is experimental/dangerous (though it sounds like you only need read support). It's part of an included kernel module (at least in 2.4.*) and you need only modprobe ntfs and use `mount` to mount it in an arbitrary directory.

Best Regards.
Farrukh Ahmed
abdul_mateen
Battalion Havaldaar Major
Posts: 267
Joined: Tue Nov 18, 2003 10:28 am
Location: Rampuria Mansion
Contact:

Post by abdul_mateen »

u can uninstall installed rpm by the fllowig command


rpm -e [the pakage installed](for example i have intalled hsfmodem and i want to uninstall it just see the pakage starting name:-
for example:-

amsn_0.83.rpm
just do the
rpm -e amsn
it will unistall amsn
Faraz.Fazil
Major General
Posts: 1024
Joined: Thu Jul 04, 2002 5:31 pm
Location: Karachi/Pakistan/Earth/Universe

Post by Faraz.Fazil »

Thanx for your spirit...but i think all this was already explained before...hence no need.
abdul_mateen wrote:u can uninstall installed rpm by the fllowig command


rpm -e [the pakage installed](for example i have intalled hsfmodem and i want to uninstall it just see the pakage starting name:-
for example:-

amsn_0.83.rpm
just do the
rpm -e amsn
it will unistall amsn
Linux for Life!
Post Reply