Ubuntu :: Uninstall Packages At Once?

Jul 30, 2011

This might be a simple answer but I cannot figure it out. I recently installed K9Copy and a lot of other packages were installed along with it. Now I want to uninstall it, but only K9Copy uninstalls, not everything else. How can I find and uninstall all the dependent packages that came along with it? Is there a way to get rid of everything at once?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Can't Uninstall Packages / Fix It?

Jun 30, 2010

For some reason, whenever running any apt-get command, I receive the following error code...

View 4 Replies View Related

Ubuntu :: Uninstall Packages From Synaptic History

May 14, 2010

This is my commit log that I got from synaptic. I was trying to compile a application but was getting too many errors due to dependencies that I didn't have installed and so I tried installing them but kept getting more errors so I decided to cancel the compile altogether so I can I easily purge all of these packages?

Code:

Installed the following packages:

View 1 Replies View Related

Ubuntu :: Can't Install Or Uninstall Packages Using Apt Nor Synaptic?

Aug 14, 2011

I can't install or uninstall packages using apt nor synaptic. when i try to install something, dpkg hangs on the unpacking stage. it will also tell me that file lists are missing from packages when i try to uninstall them. or it will tell me it cannot find an archive for various packages. dpkg --configure -a # does not work,

View 1 Replies View Related

General :: Uninstall Packages When They Are Installed From .run .bin Or .sh ?

Mar 1, 2010

Is there any standard procedure to uninstall software packages which have the above extensions?

I know how to uninstall through yum or apt-get.. but how to tackle these files?

Like Nvidia drivers comes in .run adobeAIR comes in .bin netbeans in .sh

And what if i have installed from source i.e tar balls? are there some protocols to follow?

I think it may sound a lame question but i was wondering about this since days coz i want to remove some of the apps from my laptop..

View 2 Replies View Related

Ubuntu :: Uninstall The Packages That Were Installed As Part Of Kubuntu Desktop

Mar 11, 2010

I am trying to uninstall the packages that were installed as part of kubuntu desktop. I have gotten ~3 quarters of them, but didn't know if there was a better way than trying to pore over synaptic.

View 3 Replies View Related

Debian :: How To Uninstall Java Related Packages

Jan 26, 2011

I just blindly install 'java' in GNU/Linux Debian SID -- so I could use it as a plugin for iceweasel -- Unfortunately, things didn't work as expected. I was used to Debian's APT to take care of things for me as it had done for more years than I could remember. (Being a desktop user/programmer and a beginner system network admin). I want a clean install of java plugin for iceweasel. So I want to remove completely all java related packages --

How do I know which is which and if they are safe to remove without affecting any other part of the system? Now, to install -- what do I need to install in order for iceweasel to have the Java plugin and let java work as it should? I prefer from the Debian package. But if it doesn't work, I'll accept JRE from the java site and install them myself.

View 8 Replies View Related

Fedora :: Edit / Uninstall Packages From A Live CD?

Jul 17, 2010

In the future I plan on switching video card brands and I was wondering if there is a way to delete or edit packages on a hard disk install from a Live CD?
Also, will switching brands of video card cause a fedora install to crash upon booting?

View 5 Replies View Related

Fedora :: Uninstall 81 Packages To Install Qt-devel Into KDE4.x?

May 23, 2011

I was trying to compile a new (stable) kernel and got an error when I tried "make xconfi packages and uninstalling 81 packages (will attatch pix once home). I'm using Fedora14 with KDE packages and uninstalling 81 packages. I'm using Fedora14 with KDE so much stuff to get qt-devel?

View 4 Replies View Related

Software :: Uninstall 81 Packages To Install Qt-devel Into KDE4.x?

May 23, 2011

I found out that to compile my new kernel - which requires 'qmake' - I need to install the "qt-devel" package. Doing so - according to the package manager - would require uninstalling 81 packages and downgrading almost 50 other packages.

I'm running under Fedora 14 w/ KDE and it's asking to remove things like Amarok and OpenOffice. Am I missing a step or something?

qt-devel 00.png

qt-devel 01.png

qt-devel 02.png

View 1 Replies View Related

Ubuntu :: Cannot Uninstall Firefox Nor Can Uninstall Chromium

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

Ubuntu :: Can't Install Packages On 10.04 - Error Action Requires Installation Of Untrusted Packages

Apr 30, 2010

Whenever I do sudo apt-get or use the Ubuntu Software Center, I can't download anything because a message comes up saying "Action requires installation of untrusted packages: The action would require the installation of packages from not authenticated sources." I've been trying to download GIMP and Thunderbird, so... I dunno what the problem is.

View 8 Replies View Related

Ubuntu :: Apt/dpkg: Segregate User Application Packages From System Packages?

Dec 2, 2010

Is there a way using dpkg or apt-get to segregate user application packages from system packages? What I envision is an /apps directory structure that can be the install target for selected packages so not to "clutter" the storage areas for the system administration files/packages - maybe even with permissions set so that (a GROUP of) users could install packages on an Ubuntu server w/o SysAdmin guidance. This could also allow 1)system upgrades with or w/o including these packages, and 2)the sharing of /apps (via NFS) among common Ubuntu systems. Is this doable using the dpkg or apt maintenance tools?

View 2 Replies View Related

Debian :: Difference In Operation / Function Between Their Packages And The Packages Download On Virtualbox.org Website?

Feb 22, 2010

On Debian repo I found virtualbox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?

View 3 Replies View Related

Fedora :: Difference In Operation/function Between Their Packages And The Packages Download On Virtualbox.org Website?

Feb 22, 2010

On Fedora repo I found VirtualBox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?

View 5 Replies View Related

Debian :: Installing I386 Packages Prompts Removal Of Amd64 Packages

Apr 8, 2015

I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is

Code: Select allapt-get install package-name:i386

prompts the removal of currently installed packages (amd64 arch.) which is the problem.

Code: Select allReading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libportaudio0:i386

[Code] ...

Some of the packages I am talking about are

-libegl1-mesa-dev:i386
-libportaudio-dev:i386

Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?

View 1 Replies View Related

OpenSUSE Install :: Upgraded From 11.2 To 11.4 - Switching Systems Packages To PACKMAN Packages

Aug 31, 2011

I just upgraded from 11.2 to 11.4 and the installation/upgrade worked just perfect. I than followed the instructions in the "New User How To/FAQ", "Multimedia and restricted format" post. I was following the instruction in the 11.4 section. I added the additional repositories as explained. I then was on the section where it talks about going into software management and selecting the "Packman" repository and clicking to "switch systems packages" to the versions in this repository (packman). I than click this link and the "warning" screen appears and I am present with conflict resolution after conflict resolution dialog. It just seems that there are some many conflicts, it just seems wrong and I canceled.

The installation/upgrade appears to have worked just fine. My mail is there, audio and dvd play back worked the first try after the upgrade. I am not clear if this is what I should expect or their is something wrong or if I even need to complete this step for a successfully installation.

View 3 Replies View Related

Fedora Installation :: Preupgrade Leftover Packages - 176 F13 Packages Remaining

Nov 17, 2010

I recently upgraded from F13 to F14 using "preupgrade". This is the first time I've used preupgrade. So far, F14 is running OK. There are some leftovers from F13 and I'm wondering if this is correct.

Q1: There are 176 F13 packages remaining. [alfrugal@localhost Documents]$ rpm -qa | grep fc13 | wc -l 176 Is this OK? FWIW, after the upgrade, I ran "package-cleanup --orphans" as recommended by the "preupgrade" page on the Fedora Project wiki.

Q2: Also, my GRUB menu was correctly updated for F14, but it still contains the three entries it had for F13. Is it normal for the preupgrade process to require the user to clean up the obsolete entries from the GRUB menu?

View 2 Replies View Related

Fedora :: Install Packages From The 14 Dvd Instead Of Downloading From Internet Using Add / Remove Packages

Mar 31, 2011

im using fedora 14 and i have a slow internet connection. i want 2 install some packages from the fedora 14 dvd instead of downloading from internet using add/remove packages. i tried to edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo but it dint work.

View 2 Replies View Related

General :: Installation Of Packages / Using X Windows Menu Add / Remove Packages

Sep 21, 2010

How to add packages using X-Window's add/remove packages option in RHEL-5.3 as it shows only the currently installed package and and does not show any thing when we click the button "available packages" ?

View 2 Replies View Related

Software :: Cannot Install Source Packages - No Packages Given For Installation

Jan 5, 2010

HOW TO INSTALL PACKAGES IN IT ,IT SHOWS SOME ERROR (Cannot install source packages) OR (No packages were given for installation.)

View 5 Replies View Related

Fedora :: Download All Packages And All Rpmfusion Packages

Feb 7, 2010

I download all packages of Fedora 12 64 bit and all rpmfusion packages , all of them free and nonfree. all of them is near 20GB, I download all of them by rsync.I download them in work,In home I use Fedora12 64 bit and do not have internet connection , I copy all packages with USB flash and copy them to my Fedora box , and I want install VLC and other codecs and Nvidia driver for some games.What I must do ?I said again I do not have internet connection in home but I have all packages , free and nofree and rpmfusion packages

View 14 Replies View Related

Ubuntu :: Updating - InstallArchives() Failed: Preconfiguring Packages ... Preconfiguring Packages ... Dpkg: Parse Error

Nov 5, 2010

what this means? installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... dpkg: parse error, in file '/var/lib/dpkg/status' near line 11756 package 'vinagre': `Depends' field, reference to `libgconf2-4': version contains ` ' I get it while trying to update my computer.

View 2 Replies View Related

Ubuntu Installation :: LUCID: Downloading Repositories/Packages - Get This Message " Unable To Find Expected Entry Deb-src/binary-i386/Packages In Meta-index File "?

Jun 24, 2010

I did the UPGRADE from Karmic Koala to Lucid, and everything was going well. But now I've been having problems with the UBUNTU UPDATE tool for the last 2 weeks. Every time I try to do an update check on the packages, I get the following message:Failed to fetch http:[url]....Release Unable to find expected entry deb-src/binary-i386/Packages in Meta-index file (malformed Release file?)

Some index files failed to download, they have been ignored, or old ones used instead.I've tried changing the servers to MAIN and others, and still no way to solve it. I've also checked for other posts, but haven't found a solution yet. Here's my SOURCES LIST (gksudo gedit /etc/apt/sources.list)# See http:[url].... for how to upgrade to # newer versions of the distribution.

View 3 Replies View Related

Ubuntu Installation :: Updater Says Error 'Fix Broken Packages First' But No Broken Packages

Apr 24, 2010

I've been trying to fix this problem for quite a few days now and have done a lot of searching on these forums, Linux Mint Forums and some others Google lead me to and have has some success, but am now stuck.I have posted a thread on this same topic on the Linux Mint Forums, but have had no success (if you want check it out at:URL...Originally I received error messages when trying to update involving certain repositories which couldn't be accessed (because they either didn't exist or had been moved) and I hunted these down and changed or removed them.

I have done much searching, etc. and cannot find any broken packages. I have tried many many different commands which have mostly done nothing.I seem to be in a similar boat to this person: URL...

View 2 Replies View Related

Ubuntu :: Installing Applications - Message "Requires Installation Of Untrusted Packages The Action Would Require The Installation Of Packages From Not Authenticated Sources"

Jul 26, 2010

when I try to install anything using the Ubuntu software centre, I get the following message Requires installation of untrusted packages The action would require the installation of packages from not authenticated sources.

View 1 Replies View Related

Debian Configuration :: Upgrade The Installed Packages From The Packages.debian.org Site?

Jul 22, 2010

I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.

[Code]...

View 6 Replies View Related

Ubuntu :: Uninstall A 2nd HD With 9.04?

Jan 20, 2010

I have been searching through the web trying to find a way to install (mount?) and format a used 80G HD.I have installed GParted and it makes no sense to me. None of the tutorials on ..... have been helpful either (except to get me frustrated) I want to learn Linux and use it for my main os but, having these troubles makes it difficult.

View 2 Replies View Related

Ubuntu :: How To Uninstall The V. 11.04

May 1, 2011

the upgrade from 10.10 to 11.04 has proved to be an unmitigated disaster for my netbook. I have no menus! Nothing at the top (i.e. the usual Gnome desktop with "Browse and run installed applications," "Applications," "Places," "System") and no Unity buttons available wherever I put the cursor.Plus, when the system goes to sleep and I press the power button to revive it, it reboots! I don't understand how v. 11.04 is an improvement over v. 10.10.

how I can uninstall v 11.04 -- bearing in mind I have no menus -- so I can reinstall v. 10.10?

View 4 Replies View Related

Ubuntu :: Unable To Uninstall / How To Do

Jan 17, 2010

I have messed up Kubuntu due to the updates messing up. When I try to uninstall from Windows control panel i get an error message.

cwindowssystem32cdebit.exedelete

System cannot find the specified file

How do I uninstall?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved