RPM uninstall/install


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers RPM uninstall/install
# 1  
Old 08-02-2008
RPM uninstall/install

Running FC5 on a Dell desktop. When I compile a LaTex file, it goes fine but
only outlines blank boxes where figs should be. When I send the figs.eps
and Tex file to a friend, his compiles and imbeds the fig. in the text of the
DVI output using my files without add'nl control cards. I conclude that I have likely damaged my LaTeX2 software, so would like to uninstall, then install fresh from my original fc5 disks. This is probably a job for RPM- but my 2 linux references don't tell me how to do this. Should I try, or am I better off just installing a new fc9 os? Thanks for sharing your expertise.
Marshall
# 2  
Old 08-02-2008
well, fedora core 5 has not been suported for some years now.....
i always recomend people to try to stay on the "supoerted wave" of versions.
fedora is always using the lastes and almost to new verision of apps.
some people feel more comfortable using the second lastest version.

non the less, to erase a pakage is just a mather of issueing
"yum erase name_of_pkg"
then, you wwould need to do
"yum install name_of_pakage"

for this to work, you need at least one properly configured repo, something i sencierly doubt you will be able to find for fc5
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

INSTALL RPM's IN RHEL 5.5

After checking the dependencies from below command:- yum deplist gcc Update:- Now when I tried to install the very first dependency , it gave the below error, I guess something is wrong with YUM server itself :P ... (1 Reply)
Discussion started by: manish131081
1 Replies

2. UNIX for Dummies Questions & Answers

debuginfo-install, how to uninstall?

I used the following command: $debuginfo-install glibc-2.12.90-17.i686 it is helpful when using gdb, but now I don't need it. How to uninstall the debuginfo packet? (2 Replies)
Discussion started by: vistastar
2 Replies

3. Solaris

Solaris 10 install and Uninstall instructions.

I want to work in solaris admin. If I install Solaris 10 in my system, will it support all solaris admin commands and admin tools? Do we need to install any tools to support or work in Solaris admin? can you please let me know the install and uninstall instructions for Solaris 10 ? Is solaris OS... (5 Replies)
Discussion started by: shijoe
5 Replies

4. Red Hat

How to install and uninstall apache on Red Hat Linux 5

Hi All, I installed Linus on virtual PC on my system. I want to configure apache on it. Also i want to install nagios and want to access through web broser from my system. How can I do this. Kindly provide soln its required urgently......... plsssssssssssssssss (4 Replies)
Discussion started by: sunray
4 Replies

5. SuSE

How to install .src.rpm ? ( source rpm )

Hi, I have got few RPM's from rpmfind.net ( mainly gcc ). But it seems to be src files instead of the image. so I think we have to build the src files according to target machine using rpmbuild. Can any one help me with 1) Various options of rpm build that have to be taken care 2)... (3 Replies)
Discussion started by: Sivaswami
3 Replies

6. Shell Programming and Scripting

How to install expect rpm?

Hi , I am tryin to install expect rpm on my linux machine. I have the source file expect-5.42.1-1.src.rpm I am doin this rpm -ivh expect-5.42.1-1.src.rpm But I am gettin this error warning: expect-5.42.1-1.src.rpm: V3 DSA signature : NOKEY, key ID db42a60e error: cannot... (1 Reply)
Discussion started by: eamani_sun
1 Replies

7. Solaris

install and uninstall package

I'm a newcomer for Solaris. I tried to install Net::FTP package ( a tool perl ) on our sun server 5.9. We used the below command: /usr/bin/perl MakeFilePL make make install How can I uninstall this package ? (1 Reply)
Discussion started by: anhtt
1 Replies

8. Solaris

Perl - How to uninstall? Will pkgrm uninstall all versions?

Hello, I'm working on a Solaris 9/Sparc machine and it has the Solaris 10 version of Perl (5.8.8) installed on it, which always requires all kinds of library files that Solaris 9 doesn't come with. I think the best way to do is to uninstall this wrong version and install the correct Solaris 9... (1 Reply)
Discussion started by: alanlh
1 Replies

9. UNIX for Dummies Questions & Answers

uninstall and install a package

Hi, on Red Hat Enterprise Linux AS release 3 (Taroon). How can I : 1-install a package (exemple : compat-gcc-7.3-2.96.128.src.rpm) 2-uninstall (or delete or deinstall) a package (exemple : compat-gcc-7.3-2.96.122). Many thanks before. (6 Replies)
Discussion started by: big123456
6 Replies

10. Debian

Safe to uninstall with apt-get install?

Yesterday I incidently called apt-get with an ending "-". I noticed that I got promped if I wanted to remove the file. My question is if it's safe. I've never heard of anyone doing it so I just wanted to know. Syntax: 161659/home/riwa# apt-get install links2- Reading Package Lists... Done... (2 Replies)
Discussion started by: riwa
2 Replies
Login or Register to Ask a Question