Ubuntu :: Uninstallation Of Packages Not Working?
Jan 8, 2010
Someone posted this command in another thread, and I'm wondering how to fully take advantage of it:Code:dpkg -l | grep "^rc" | awk "{print $2}" | xargs sudo apt-get purge -yI presume that this command removes all residual config files, but when I run it, I get messages saying that the packages are not installed, so they can't be removed. How can I remove these configuration files? In my case, the list is about 120 packages long, and I'd really like to free up this space.
View 3 Replies
ADVERTISEMENT
Feb 18, 2010
I installed Ubuntu 9.10 on a virtual machine and just wanna have a apache server. I installed the apache and everything worked fine until I unstalled several programs coming with the Ubuntu distribution. The http server still works and i can connect via samba to my virtual machine/ubuntu but there is no graphical desktop environment. Take a look at the attached image what it actually looks like.
I searched via google and tried to install the ubuntu-desktop package and some other packages but they all already being installed.
View 7 Replies
View Related
Oct 19, 2010
I have installed ZPsycopgDA which is used to connect zope & postgresql db on LINUX Red Hat. But by mistake i installed it in wrong directory & so because of that i am not able to find the option "Add ZPsycopg Database Connection" in Zope management Interface. how to uninstall ZPsycopgDA on LINUX. I had installed it by commands - make & make install-zope.
View 2 Replies
View Related
Mar 27, 2010
Uninstalled wubi (though I enjoyed Ubuntu I want to do a clean install instead of the wubi/windows piggy-back). However, I still get an option to choose ubuntu when rebooting. I know that there's something I need to delete in the boot.ini file, but all I read is "delete mentions of ubuntu" or "delete the ubuntu line".
I hope I'm understandably wary of just waltzing into the boot file and deleting something like this, so what exactly do I delete from the boot.ini file to complete the uninstallation?
This is what I have in the boot file:
Code:
So all I delete is the "C:wubildr" line? Or does all that do is remove the mention of ubuntu from the startup menu but I still need to choose XP as the OS I want to boot into during startup?
View 2 Replies
View Related
May 17, 2011
I've used Ubuntu for a number of years now, and have enjoyed it. I'm in the process of selling my laptop, and the guy that is buying it wants nothing to do with Linux. Is there an easy way to uninstall Ubuntu? I've been looking for hours and all I can find is people using a Windows Recovery CD, which I don't have. A few years ago, I remember running across a program that made uninstallation a breeze. Does anybody know what it was or where I could find it?
View 4 Replies
View Related
Jan 29, 2011
How to uninstall ubuntu 10.10 from windows vista dual boot system?
View 3 Replies
View Related
Oct 31, 2010
Code:
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib
[Code]....
I have checked for directories and the file it is looking for does not seem to exist. the only file in that folder is pdo.so
View 3 Replies
View Related
May 24, 2010
Let me preface, assuming your wireless card works with gnome, doing an install from scratch, what packages do you need to get wireless working? So far I've installed gnome-core, menu, menu-xdg and gdm. network-manager and network-manager-gnome are both now installed, I can setup stuff in network connections, but can't see the nm-applet in the notification area, and it never seems to try to connect to my wireless network, do I need any specific other packages (wireless works fine if I install the entire ubuntu 10.04 live CD).
View 4 Replies
View Related
Sep 2, 2010
Stuff - post number 1931316 Why so many packages aren't working with 11.3?
View 4 Replies
View Related
Jul 8, 2011
My SL6.1 Distribution isn't connecting the the source packages from yum. It says something along the lines of the repo???.xml cannot be found for altrpms & sourceforge packages.
I have already tried using the command:
su yum clean all su yum update package-list
but that failed to work.
and su yum makecache
Is there any other way i can try? Like uninstalling the source from yum then reinstalling it?
View 2 Replies
View Related
Apr 8, 2011
my Internet connection stopped working suddenly after updating the packages using synaptec package manager and rebooting it..can anyone say me why did this happen.BTW,mine is ubuntu 10.10 and i am absolute new to linux.I had to configure my n/w connections right from the scrap again
View 2 Replies
View Related
Jun 30, 2010
So I just installed Debian Lenny on my PC (the install went fine). After installing, I went into aptitude and noticed that most of the packages available in the repository are out of date (python 2.5, GCC 4.3). System Update tells me that I am up to date, and when I tell synaptic/aptitude to mark all updatable packages, it does nothing. I have tried typing apt-get update as root aswell. Nothing worked.
I installed Debian with the first DVD from [URL]. During the installation, I told it to download anything that wasn't on the DVD. Shortly after installing, I had manually edited my /etc/apt/sources.list and commented out the CD line. Could any of this have messed up APT?
View 5 Replies
View Related
May 3, 2010
videos videos work great, but unfortunately, when i try to access videos on hulu.com, i receive this error message: "we're sorry but we're unable stream this video to your system. this may be due to an adobe software limitation on 64-bit linux systems."
this is strange because hulu videos were working after i installed lynx but mysteriously stopped working. i don't have the swfdec-mozilla package installed nor the mozilla-plugin-gnash nor the flashplugin-installer.
what do i need to do to start clean and install the necessary packages?
View 7 Replies
View Related
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Jul 13, 2011
When originally installing 11.04 I had problems getting my Ralink 5390 wireless card to work.
Today my computer froze completely and I had to turn it off via the power switch. When I turned it back on, wireless was no longer recognized! My iPod can connect to the network just fine, so it must be an Ubuntu problem. There are no problems with my ethernet connection either.
I researched this and found several threads about blocking and unblocking wireless devices using the rfkill command. Well, unfortunately for me the rfkill command doesn't work. When I type sudo rfkill list or sudo rfkill unblock all, nothing happens; it just returns me to my bash prompt. I even tried uninstalling and reinstalling rfkill...nothing.
View 1 Replies
View Related