|
From: Eric S <si...@ho...> - 2007-03-07 08:18:22
|
Hi,
I recently installed the gnuplot version 4.0 on my computer. I have the
Mandriva 2007 linux which I am totally a newbie. The gnuplot file that I
installed came in as a *.tar.gz and not a *.rpm file. I installed it
successfully and the program worked fine. Then I just realized I was
supposed to install it as a package .rpm file! Otherwise I won't be able to
uninstall it using the package management feature in Mandriva. Right now,
the package/software management doesn't even know the gnuplot program is
installed.
So, my question is, how can I uninstall this program? Can I use "make
uninstall" ??? Is there such a thing?? I hope I don't have to format the
hard drive to uninstall it.
Thank you so much for your response.
Eric
_________________________________________________________________
Dont miss your chance to WIN 10 hours of private jet travel from Microsoft®
Office Live http://clk.atdmt.com/MRT/go/mcrssaub0540002499mrt/direct/01/
|
|
From: <HBB...@t-...> - 2007-03-07 22:12:15
|
Eric S wrote: > I recently installed the gnuplot version 4.0 on my computer. I have the > Mandriva 2007 linux which I am totally a newbie. The gnuplot file that I > installed came in as a *.tar.gz and not a *.rpm file. Then you got yourself the wrong package. Even without ever having seen a Mandriva distribution myself, I can practically guarantee you there's a gnuplot RPM right where you got all the rest of your distribution from, or on the official distro site. > I installed it > successfully and the program worked fine. Then I just realized I was > supposed to install it as a package .rpm file! Not quite. You're not supposed to install it any particular way. It's your Linux box. You can do with it whatever you like. But yes, some ways will be harder to maintain than others, especially for newbies like you. > Otherwise I won't be able > to uninstall it using the package management feature in Mandriva. That's sorta obvious, isn't it? You'll have to uninstall it using a method that matches how you installed it in the first place. > So, my question is, how can I uninstall this program? Can I use "make > uninstall" ??? Is there such a thing?? Why don't you just try it out for yourself? You do still have that .tar.gz somewhere, don't you? But, yes, 'make uninstall' works. |
|
From: <as...@ca...> - 2007-03-07 22:37:48
|
Hi! On 3/7/07, Eric S <si...@ho...> wrote: > Hi, > I recently installed the gnuplot version 4.0 on my computer. I have the > Mandriva 2007 linux which I am totally a newbie. The gnuplot file that I > installed came in as a *.tar.gz and not a *.rpm file. I installed it > successfully and the program worked fine. Then I just realized I was > supposed to install it as a package .rpm file! Otherwise I won't be able > to > uninstall it using the package management feature in Mandriva. Right now, > the package/software management doesn't even know the gnuplot program is > installed. > So, my question is, how can I uninstall this program? Can I use "make > uninstall" ??? Yeah. Go to the directory you used to install gnuplot. There, as root, type "make distclean" or "make uninstall" (i don't remember which of both option= s works for gnuplot 4.0). However, it is not so bad to have some programs installed without using the package/software management, so let me recommed you not to unistall gnuplot 4.0 and reinstall it from the mandriva package mgnt. It will be better to upgrade to gnuplot4.2-rc, available from the gnuplot home page and with a lot of new features. Bye. > Is there such a thing?? I hope I don't have to format the > hard drive to uninstall it. > Thank you so much for your response. > Eric > > _________________________________________________________________ > Don't miss your chance to WIN 10 hours of private jet travel from > Microsoft(r) > Office Live http://clk.atdmt.com/MRT/go/mcrssaub0540002499mrt/direct/01/ > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > --=20 --------------------------------------------- Mg. Hern=E1n Gonzalo Asorey Instituto Balseiro - CAB (8400) San Carlos de Bariloche R=EDo Negro - Rep. Argentina --------------------------------------------- cabtep5.cnea.gov.ar/~asoreyh/ --=20 --------------------------------------------- Mg. Hern=E1n Gonzalo Asorey Instituto Balseiro - CAB (8400) San Carlos de Bariloche R=EDo Negro - Rep. Argentina --------------------------------------------- cabtep5.cnea.gov.ar/~asoreyh/ |