top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to uninstall things installed with dpkg?

0 votes
285 views

I downloaded Apache OpenOffice and installed it a while ago on my Ubuntu 12.04 system. Now I ran into some dependency issues when installing a package that also started to install LibreOffice for some
strange reason.
I have tried a lot of things to get out of this dependency hell, but nothing helped so far. Next thing to try is to uninstall Apache OpenOffice (3.4), but I can't figure out how to do it.
I still have the installation files (a lot of deb files) and I used dpkg -i o* in the DEBS folder to install it, plus the same in the DEBS/desktop-integration folder.But uninstalling it doesn't seem too obvious to me.

posted May 19, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

0 votes

When in doubt, cheat.

Run Synaptic. If it's not there, install it. Enter "openoffice" as your search string. Press Return.
Now, click the column header of installation status to sort all the installed packages to the top.
Select them all. (Hold down Shift, click the first, then the last.) Right-click and pick "remove". Click Apply.

Done.

answer May 19, 2013 by anonymous
0 votes

Or dpkg -r packagename

answer May 19, 2013 by anonymous
Similar Questions
+2 votes

I want to list all the application installed on ubuntu with date

dpkg -l this command list only installed application i want installed date

+2 votes

I have installed Ubuntu 13.04 with Window 7 but it is not appear in boot menu and window 7 is running as before installation of Ubuntu. I have installed Ubuntu using partition option.

0 votes

I believe that this question gets asked from time to time, but I do not know that a solution has been found.

The question is this; does a utility exist, that can be ran, to produce a list of installed packages, in a way that can be used by a user (system administrator), to perform a system rebuild, so as to, after installing the system again, ensure that all of the optional packages that were previously installed, are again installed in the new system installation?

I am running UbuntuMate 15.10, on a system with other Linux operating system versions (which are inappropriate for the hardware), that are not used, installed, and, with wanting to eliminate them, and, repartition the HDD, for a number of reasons, including occasionally seeing an error message that states that the partitioning is out of alignment, or something (I am not sure of the exact message, or, how to reproduce the error message), I believe that a new installation of the operating system, is needed, but, I want to again, have all of the existing installed optional packages, installed and operable.

So, I figure that, if a utility exists, that can produce a list of the installed optional packages, that could help me to reproduce the system, with its current functionality, in terms of the currently installed, optional packages.

...