General :: How Do I Uninstall Stuff?
Jul 15, 2010
My interest in Linux started in 99-ish, with Slackware, of course. I gave up on it because my English and computer skills weren't as good so I couldn't make ppp run After that I've tried Red Hat, Knoppix for experimenting mostly. More recently I've tried OpenSUSE and Ubuntu (which were somewhat strange and Windowsified) and then went back to Slackware because I've read and heard that this is what Linux should be.My current Linux "achievements" are compiling a kernel (2.6.34 now, from 2.6.29-6 stock) which made me learn why VESA console support and sky2 device driver are important Ummm, also running Samba and mediatomb and disabling PCMCIA and ACPI crap from init scripts.
After the latest reinstall of Slack, I downloaded the gcc 4.5 source, compiled it and installed it. So while browsing around with pkgtool, I noticed it still says gcc is 4.3.3 so I am planning on removing gcc with pkgtool (after compiling the source) and then, install it again. Which leads me to my question: how to uninstall a program I've installed via "make install" I vaguely recall few sources that also had "make uninstall" but I also tried it on something (I know "something" is really helpful) few days ago and it said there was no rule for 'uninstall'So, how do I uninstall stuff?Obviously reading what "make install" installs and erasing it manually will be a one albeit crude way of doing so.
View 3 Replies
ADVERTISEMENT
Jan 13, 2010
I'm new to Linux so still learning it. I have installed Debian/GNU 5.0 on my VMware Server with Gnome 2.28 as desktop environment. So I'm wondering why so much variable stuff like CD recorders, image editors, games is installed with Gnome. But this is inly a half of the problem! Gnome depends on them! So when I want to uninstall them via Synaptic Package Manager it asks me to uninstall Gnome too!
View 6 Replies
View Related
Jun 24, 2011
Packages installed with synaptic are usually well installed on your system (i.e. bin in /usr/bin/, etc.). However, when a software is not in the repo, I always wonder where I should install it, when everything comes together (i.e. /bin, /var, /man are all subfolders of the main folder of the software). For now, I've opted for /var/opt/ or /usr/share, but I'm not really sure this is a best practice... is there any guidelines on that?
View 5 Replies
View Related
Jan 20, 2010
Noticed the statistic from the computer that it had taken 147MB from the internet today and put 8MB out. Why did it put out so much data, 8MB, why would it need to do that? It makes me paranoid.
View 8 Replies
View Related
Aug 16, 2010
I have a centos 5.2 instance on Amazon thats been running without a restart for nearly 500 days.
Theres only one user - that's me - I'm root.
I put in the /tmp folder a couple of subfolders.
Didn't use the folders for about 6 months for anything and hardly touched the machine. When a webservice tried to generate a file in the subfolder under /tmp recently it failed. The folder was missing - so was another.
Nobody deleted the folders.
Is there something which cleans stuff up in /tmp automatically?
View 3 Replies
View Related
Sep 17, 2009
Trying to put some java stuff on my website, well intranet first to test them. What do I need got java 6 jdk and java 6 plugin. Java script is turned on. No joy on ubuntu jaunty.
View 6 Replies
View Related
Apr 14, 2010
can this utility be configured to add more system-config stuff?is there a man page for it?
View 1 Replies
View Related
Jul 4, 2010
I have recently backed up all my documents photos etc to an external hard drive. What is the best way to check that everything has copied? I have tried diff but it was not very clear.
View 7 Replies
View Related
Apr 19, 2010
I'm sure I've done this before and never ran into trouble so it's not like I wasn't thinking, just something went wrong this time and I'm screwed. I'll post a fdisk -l to show ya what I mean.
[root@localhost ~]# fdisk -l /dev/sda
Warning: invalid flag 0x0000 of partition table 5 will be corrected by w(rite)
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x624aa2e0
[code]...
Well I tried to install Pclinuxos 2010 to the same partitions as Mint 7 and basically just over write it (this I have done before) but this time Pclinuxos says there is a bad block and it can't copy files to / (sda7) I didn't think much of it at the time and thought I would try to install it (Pclinuxos) on a separate 100 gb usb drive and it was a sucessful install.
After booting Pclinuxos I try to access my 1TB sda hard drive and I can ony access sda1 .....when I look at /dev/sda in gparted is shows the whole disk as unallocated.I have done nothing at this point in time other than what I just said because I am very afraid of loosing all my pictures and everything else on that disk....and for those that will say always back up ....if ya think I'm not kicking myself right now your dead wrong......
View 7 Replies
View Related
Jun 19, 2011
I cannot uninstall Firefox, nor can I uninstall Chromium; one always stays if the other is uninstalled. For example, if I remove Firefox, Chromium will appear in its place and vice versa. This has got to be one of the weirdest bugs I've ever seen on Ubuntu! So, how can I uninstall both web browsers?
View 6 Replies
View Related
Jan 27, 2010
I made a mistake & deleted a bunch of stuff off my computer by pushing the janitor clean up button how do I restore my computer back to a good connection or what do I have to do to fix the problem
View 7 Replies
View Related
Nov 9, 2010
last night i "accidentally" (in a lets see what happens sorta way) used gdebi to install an .ipk to my mint9 box (.ipk was to play palmpre games on my n900) but now i cannot remove it (never used ipk before) an google on leads me to mameo/n900 sites an terminal spits it dummy:
[Code]...
View 1 Replies
View Related
Jul 23, 2011
I just installed Linux Mint Debian on my computer and I (heart) it! Everything works perfect but two thing bothers me.
After I updated my system I have some programs I want to uninstall like Evolution, but when I try to, gnome-core and gnome-control-center is deleted too. Is there a way to make it NOT remove those, like a general method?
The next thing thats bothers me is when I uninstall Firefox, another browser is automatically installed. How do I remove firefox without something else is automatically installed?
View 12 Replies
View Related
Jan 12, 2010
I'm still struggling with the LFS and don't understand where to find the "make uninstall" file for software I've installed that I may uninstall it.
I'm using Ubuntu 9.10 and understand installing/removing .deb packages - that's straightforward. The problem I'm having are files that end in ".sh" or ".bin" , ".run" etc. or, the tar balls I download (I guess I would be compiling from source if I use these?)
I know sometimes they have an option like "--uninstall" but not all of them do. I know about the "make uninstall" command but this is where I get confused. Let's say, for instance, I download "foo.tar.bz2", decompress it, configure, make, install - is the "make uninstall" installed into the same folder where the rest of the program is installed, or was it created in the folder where I ran "./configure"? I've been looking in the folders of installed applications and none of them have this "make uninstall" file I keep reading about.
Is there a procedure I should follow as a rule of thumb when installing from .tar file? (Once again, I'm not sure if this is called 'compiling from source' so if someone would correct my understanding it would be a great help) Is the idea to configure, make, install then delete that folder because the software is installed, or do I keep that decompressed folder for later use if I have to uninstall?
View 2 Replies
View Related
Mar 10, 2010
I recently installed Splunk on my Fedora 12 machine. It is not working properly and I also don't like where I installed it which was in my downloads folder some how. I cannot figure out how to uninstall this package and the Splunk Doc's are pretty weak.
View 14 Replies
View Related
Jan 7, 2011
I just installed Berkeley DB 4.2 on my Ubuntu following the guide in below url.[URL].. I realized, I have installed wrong version of Berkeley DB and I want to uninstall it. How do I do that?
View 2 Replies
View Related
Mar 11, 2011
I am using RHEL5. I have compiled and installed a new kernel- 2.6.35.11. How do I uninstall it completely from my system.
View 3 Replies
View Related
Dec 24, 2010
i have installed the netbeans-6.5-ml-linux.sh on red hat linux 5.0 but i want to uninstall it & i dont know how to do this ???
View 2 Replies
View Related
May 18, 2011
I usually use portage(a type of package manager for Gentoo). It's easy to install and unistall programs.
However, I sometimes install programs from source for various reasons. The installation is fine but how do I remove them?
Do I just delete all the files or is there more to it?
View 3 Replies
View Related
Apr 21, 2011
I used the update tool on ubuntu and libmotif3 got installed, the thing is, a program i will have to use does not work with libmotif3 installed.So can anyone help me out by telling me how do i uninstall libmotif3??
View 1 Replies
View Related
Dec 8, 2009
I have two students whose windows laptops are riddled with malware and not working properly. They want me to help them install Linux (which we use in school), but they are concerned about their iTunes.
Having avoided iPods as "defective by design", I know nothing about iTunes whatsoever. However I remember reading about DRM locking and such problems that have me concerned that I won't be able to do it.
Where does iTunes store its stuff?
Can I copy its data store to an external drive, and then into a linux home?
Then will it work on wine, or can another manager (rhythmbox etc) access the itunes data?
Alternatively, if I partition the drive and install linux, can rythmbox/wine/something access itunes data on the win partition?
Supposing they are buying music through iTunes, what will happen to that account?
Finally, one of them has an iphone. Does that work with linux?
Ironic that an apple application is blocking migration away from windows.
View 9 Replies
View Related
Apr 5, 2010
how to uninstall software in linux. I am facing issues installing No machine setup(NX)
View 4 Replies
View Related
May 4, 2010
I installed Git on Ubuntu Lucid (latest) manually as following.
cd ~/tmp
wget http://kernel.org/pub/software/scm/git/git-1.7.0.6.tar.gz
tar -xzvf git-1.7.0.6.tar.gz
cd git-1.7.0.6.tar.gz
[Code].....
Now, how can I completely uninstall it?
View 3 Replies
View Related
Oct 22, 2010
I have installed a package via command line via following command
sudo apt-get install ubuntu-restricted-extras
How I can remove this package ? what is the command ?
View 1 Replies
View Related
Jul 13, 2009
add/remove option in the graphics mode is not working......its showing cant retrieve software information how can i remove a software from the terminal
View 7 Replies
View Related
Feb 23, 2010
how to uninstall linux on dual boot with win XP ??
View 7 Replies
View Related
Mar 18, 2011
Can I uninstall LDAP from the server or will this break something ?
View 3 Replies
View Related
Jun 2, 2011
Recently I installed Ubuntu parallel to windows, since I still have some projects to finish using windows software. While exploring the world of Ubuntu I came across Kubuntu, which looked very nice. Now I made the mistake to download the installation disk and install Kubuntu parallel to Ubuntu and Windows. I played around with Kubuntu for a while, it looks really nice but I decided to stick to Ubuntu. So now I would like to remove Kubuntu, but I don't know how. The same goes for Windows, as soon as I have finished my projects with windows software. I would like to remove it as well, so that finally my computer runs only on Ubuntu.
View 2 Replies
View Related
Sep 25, 2009
I'm not sure of the exact sequence of events, but I install git-daemon on Ibex. I believe this installs runit (??). When I boot, I get the Ubuntu splash screen come up, but about half way through it drops to the console with the message:
Loading the saved-state of the serial devices...
-runit: leave stage: /etc/runit/1
-runit: enter stage: /etc/runit/2
The computer just sits there without starting gdm. Virtual consoles still work, and I am able to startx from a different console. However, I don't have networking (ping doesn't connect to anything, for example), and Gnome complains about failing to initialise HAL.
I have now uninstalled runit, and can now get back to a useable system. I have the same problem and for the same reason, but I can't uninstall runit because I can't log in with, for example, tty1 in tex-mode, because it says that my password is incorrect (and, believe me, I didn't forget my pass, and it hasn't non-ASCII characters, so I don't know what is the problem). The only thing I can do is boot a live CD and do something from it, but the only solution I know is reinstall...
View 5 Replies
View Related
Aug 31, 2010
I had install souce of "yum" but it dosent work properly now i dont want that prog. run for me. is their any method to uninstall it. how to use yum in steps. i had register for pbone.org for REPO bt i dont know hoe to deal with that. i am not register user of Redhat network.
View 2 Replies
View Related