Tagged Questions
0
votes
0answers
37 views
Cannot remove/upgrade/purge libreoffice
I've run into some trouble while I was trying to update my packages. I did
sudo apt-get update
sudo apt-get upgrade
All went okay but there was some error from libreoffice. I dont need any ...
0
votes
1answer
59 views
install/remove list of packages from command line with apt-get
I'm writing a Makefile for our team to be able to set up a local environment with all of the software they need to install packages, etc so that they can develop quickly without having to figure out ...
1
vote
0answers
97 views
How to remove orphaned files and residues
I'm using 12.04 LTS. After uninstalling unwanted packages using purge and autoremove commands I still have orphaned files in system / home directory (configuration and cache files mostly).
Just to ...
0
votes
1answer
47 views
Uninstall build dependencies using apt-get
To install the build dependencies of some software, we use command
$ sudo apt-get build-dep XXXX
What to do in case we want to remove those packages only, those dependency packages installed by ...
3
votes
1answer
59 views
Completely removing a package
I have recently corrupted my Gimp installation. When I try apt-get remove gimp it removes it. But when I try to reinstall it fresh from repository, it won't. It just installs it back from local ...
25
votes
6answers
2k views
Is it possible to undo an apt-get install command?
Case in point -- I installed Carpadio on my Xubuntu install (a Live USB), which then pulled like over 50 packages from, I suppose, the Ubuntu side of the repository. Now I would like to undo this. ...
1
vote
3answers
2k views
What is the Difference Between `apt-get purge` and `apt-get remove`? [duplicate]
Possible Duplicate:
What is the correct way to completely remove an application?
Is there any difference between
sudo apt-get purge <package-name>
and
sudo apt-get remove ...
0
votes
2answers
194 views
Can't install a dependency?
I've been trying to install 'boot-repair' but it keeps saying:
The following packages have unmet dependencies:
Depends: boot-sav (>= 3.196) but 3.196~ppa3~quantal is to be installed
E: ...
1
vote
1answer
21 views
Large loss of files
Here is the situation. I was playing with wine settings to see I could get to play some old games. Long story short I ended up removing wine. Right after my wife asked me to help her with something.
...
0
votes
1answer
294 views
apt-get failed install of libg15, all package management is failing
I was trying to get my Logitech G510 keyboard's back-lights working so I went into the Synaptic Package Manager and marked LibG15, G15daemon, and all the other associated packages. Synaptic reported ...
2
votes
1answer
208 views
Blacklisting grub packages from installing
I am trying to block GRUB packages from being installed (after having purged them). The problem is virtually identical to Blacklisting packages from installing and even involves GRUB which is exactly ...
7
votes
2answers
1k views
apt: ureadahead will be reprofiled on next reboot
I typed this command to remove a package and related configuration files:
sudo apt-get --purge remove supervisor
The command ended without errors but I got this message:
ureadahead will be ...
3
votes
1answer
482 views
apt-get problem while installing , removing and updating
I tried to install ZTE's software for mobile broadband but it got error while installing itself.
Now I was ok with the network-manager which itself detects my USB modem. But, everytime while ...
13
votes
4answers
27k views
How to uninstall LibreOffice?
Which package should I remove to completely remove libreoffice? I have no need for office tools.
That's the one gripe I have with package managers like apt, there's no simple way to perform the ...
0
votes
2answers
532 views
Trying to install java JDK every time I install/remove anything
I have installed java JDK following this tutorial:
http://www.duinsoft.nl/packages.php?t=en
The installation was ok but every time I install or uninstall anything, I get this message:
...
0
votes
0answers
408 views
Remove multiple packages ignoring already removed packages? [closed]
I saw that KDE released a new version I decided to give it a try,
apparently i still hate it and i decided to remove it
the command i used to install was
sudo apt-get install kde-plasma-desktop ...
6
votes
3answers
1k views
Why removing gnome-core does not remove all of it's dependencies?
I installed gnome-core package on Ubuntu (minimal version for the beagle bone) and it was almost 600mb. However, when I try to un-install it using
sudo apt-get autoremove gnome-core
It removes ...
3
votes
4answers
281 views
How do I delete files in /usr?
I have filled my disk but can see games in /usr that I could delete but can't see how to do it. I am not a computer buff and have no idea what a terminal is.
1
vote
1answer
706 views
Corrupt Pidgin - Unable to remove
I recently installed Pidgin and tried to install pidgin-facebookchat. Ubuntu software center now says that pidgin is corrupt so I press repair but nothing gets fixed.
I've tried sudo apt-get purge ...
1
vote
1answer
998 views
Removing Samba Error
I am having a problem with Samba package. So I did the following to remove it, and got some errors.
# sudo apt-get --purge remove samba-common
Reading package lists... Done
Building dependency tree ...
0
votes
1answer
2k views
How to resolve - dpkg error : old pre-removal script returned error exit status 102
I am unable to install or remove a package on my Ubuntu 10.04 due to the following error.
$ sudo apt-get autoremove
Password:
Reading package lists... Done
Building dependency tree
Reading ...
0
votes
3answers
251 views
Removing packages through a list [closed]
I'm running Peppermint OS Two and it uses natty packages. I want to introduce some oneiric packages. As I go along I backup my list of packages and /var/cache/apt/archives. The plan is if I install ...
3
votes
1answer
818 views
Removing popularity-contest without trashing the system?
I do want to uninstall the "popularity-contest" package from my system.
While I know that I can disable it with
$ dpkg-reconfigure popularity-contest
it is still a package I want removed.
...
17
votes
3answers
3k views
Does apt-get clean harm your system?
Does cleaning /var/cache/apt/archives by apt-get clean affect installed applications?
Is it that the .deb packages there are needed for applications to run properly?
2
votes
1answer
177 views
How to uninstall non dependency packages?
How do you find all packages that were manually installed which are not a dependency of any other installed packages?
0
votes
1answer
1k views
how to remove dependencies of webmin post apt-get --purge remove
I removed webmin, as I no longer needed it.
But I removed it with apt-get --purge remove,
thinking it would remove dependencies and simply retrace back what it did during installation. It turns out I ...
2
votes
1answer
1k views
How can I uninstall all the packages I've installed today?
I was trying to get musepack encoder support built into ffmpeg today, and I inadvertently broke a few things but I'm not sure exactly which package I installed which broke them. How can I remove ALL ...
5
votes
5answers
12k views
How can I completely remove xfce4 when apt-get remove --purge doesn't work?
Starting with a Ubuntu server, I wanted a window manager, so I installed xfce4.
I used
sudo apt-get install xfce4
to do this. To remove it, I used
sudo apt-get remove --purge xfce4
which ...
4
votes
3answers
1k views
How to cleanly remove a badly installed .deb?
Whenever I try to use dpkg or apt-get, I get the warning:
dpkg: warning: parsing file '/var/lib/dpkg/available' near line 12674 package 'jarnal':
error in Version string 'build901': version number ...
0
votes
1answer
5k views
Uninstall NVidia drivers?
I've upgraded from 10.04 to 10.10 (in order to be able to upgrade to 11.04).
It seems like the current graphics drivers are incompatible with the latest kernel I have.
I don't know if I have ...
4
votes
3answers
1k views
Find out what packages were installed with a particular package?
I have a simple question.
When you install a package using apt-get install, oftentimes, it will install several dependency packages as well as the main one. I was wondering if there is a way to ...
0
votes
1answer
379 views
How to fully delete an application with all settings made?
I installed AWN dock, I tried to change some of the settings and it disappeared. I tried to completely uninstall it using synaptic and reinstall, but when I launch it I can't see anything like it kept ...
3
votes
2answers
2k views
How to remove a package entirely?
I'm quite new to Linux, but before using it I was hearing that Windows programs, after uninstallation, leaves a lot of remains on the hard disc, and Linux removes all.
I'm using Ubuntu 10.04. To ...
2
votes
1answer
293 views
How do I clean build and installs, ie un-build?
I have installed and downloaded and built mongodb, and just one works.
$ mongo
mongo: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
$ ...
3
votes
2answers
3k views
Force apt to remove all emacs*
I have a bug-problem with the apt-packages of emacs:
>>Error occurred processing debian-ispell.el: File error (("Opening input file" "no such file or directory" ...


