similar to: remove RPMs with cyclic dependancies.

Displaying 20 results from an estimated 3000 matches similar to: "remove RPMs with cyclic dependancies."

2005 Aug 18
4
Die, KDE! Die! (Sticking with Gnome and Yum Conflicts)
Okay, I experimented with both KDE and Gnome, and decided I'd rather use Gnome. After making this decision, I wanted to remove KDE, because I like to keep my hard drive as lean as possible. I accomplished this, or so I thought, by running: # yum groupremove "KDE (K Desktop Environment)". It seemed to work. Removed a whole bunch 'o stuff. Okay, but then I wanted to install k3B,
2006 Feb 08
2
When is update 3 coming out?
Hey dudes, Nice work by the CentOS team in giving us arguably the best distro in the world. When is update 3 coming out? What changes are expected in it? The reason i ask is that i applied the openoffice.org 2.0.1-1 rpms and now WINE is not playing so nicely. It may be a good time to re-wipe the system and reinstall update 3 from fresh ISO's. some of these "goodies" from upstream
2005 Aug 03
1
Trying to get up and running with Open Office beta
I was using the beta version of Open Office on Windows for... I don't know how long, but many months now. I quite like it and would like to replace the current stable 1.1 build of OpenOffice that came with CentOS with the beta. So i downloaded the RPMs from the OpenOffice site and dutifully followed their installation instructions, and it went well. I think. I mean, there were no errors
2007 Jan 30
0
Openoffice 2.1 install error?
When I installed OpenOffice 2.1, I installed a number of 'core' rpms: openoffice.org-core01-2.1.0-6.i586.rpm openoffice.org-core02-2.1.0-6.i586.rpm openoffice.org-core03-2.1.0-6.i586.rpm openoffice.org-core03u-2.1.0-6.i586.rpm openoffice.org-core04-2.1.0-6.i586.rpm openoffice.org-core04u-2.1.0-6.i586.rpm openoffice.org-core05-2.1.0-6.i586.rpm openoffice.org-core05u-2.1.0-6.i586.rpm
2005 Aug 04
4
What's the Linux equivelant of an exe file?
This is one of those questions that seems to be soo obvious to people that no one feels the need to have an explanation anywhere. I've been looking around the net for ages, and I can't figure out what, on Linux, is actually a program. I've downloaded OpenOffice 1.9 Beta, and would like to run it. I go to the /opt/openoffice.org1.9.122/program/ directory and... then what? What do
2005 Aug 21
2
Has anyone got dvd::rip to work in CentOS?
I feel like Im chasing my own tail round and round in trying to install dvd::rip. Installing the RPM just gets me lost in a world of dependancies. I tried installing manually and all I get is the following: [dave at localhost ~]$ /usr/bin/dvdrip Can't locate Locale/TextDomain.pm in @INC (@INC contains: lib /usr/lib/perl5/5.8.5/i386-linux-thread-multi... ... and it goes on and on. By
2005 Aug 01
1
Can't find repository for centosplus
While trying to get my SD card reader to work with CentOS, it was recommended to me that I update to the centosplus kernel. I attempted to do so using yum, as was recommended, but I encountered the following error: [root at localhost ~]# yum --enablerepo=centosplus update kernel Repository update already added, not adding again Error getting repository data for centosplus, repository not
2005 Sep 20
7
Recommendation for HTML editor
I was playing around with Nvu, and discovered it has serious problems. Mainly that it reformats one's code regardless of whether or not one selects the "Don't reformat code" option. I know there are a few HTML editors out there, so I'm not asking if they exist. What I'm wondering if there are those on this list who may have a recommendation for one they like and why.
2009 Mar 16
4
OT: centos.org web site not responding
The web site for CentOS is not responding. I can ping it OK, but the web site is not responding to http requests from my browser. If the webmaster should happen to read this...
2005 Oct 12
5
Should I and can I upgrade GTK+/PyGTK?
I'm trying out different music players. One that looks promising is called Quod Libet: http://www.sacredchao.net/quodlibet I downloaded the tar file and attempted to install it. I got this message: [dave at localhost quodlibet-0.13.1]$ ./quodlibet.py E: You need GTK+ 2.6 and PyGTK 2.6 or greater. E: You have GTK+ 2.4.13 and PyGTK 2.4.0. E: Please upgrade GTK+/PyGTK. I tried a YUM update,
2005 Aug 29
4
Can't mount FAT32 partition
I am trying to mount a FAT32 partition in CentOS. I'm following the instructions on this page: http://www.linuxforum.com/linux_tutorials/14/1.php This is the line I put into /etc/fstab /dev/hda /mnt/windows vfat users,owner,rw,umask=000 0 0 And this is the error I get: [root at localhost mnt]# mount -a mount: wrong fs type, bad option, bad superblock on
2005 Jul 29
4
Reinstall Windows but preserve CentOS
I have a computer that dual boots between Windows and CentOS. Each has it's own hard drive. I suddenly have a problem with Windows, and may need to reinstall. I need it for applications like After Effects, Premiere, and other things that I am currently in the middle of a project with. It seems the system has become usnstable, it's preventing me from continuing to work, and I
2005 Sep 19
4
Is it bad for my web document folder to be user accessible?
PHP and MySQL seem to working on my CentOS installation. I'd like to install phpMyAdmin as well, so I downloaded the necessary files from phpMyAdmin's homepage and copied them to /var/www/html... ... except that's where the process stopped. My regular user account doesn't have permission to write into the /var/www/html folder. Should I just chmod the folder to 777? Is there a
2005 Sep 19
4
YUM error - are repositories down or something?
Following advice on how to ensure that PHP and MySQL are on my machine and working correctly, I ran the following YUM command, with the subsequent error: [root at localhost ~]# yum install php php-mysql httpd mysqlclient10 mysql- server Setting up Install Process Setting up Repos http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (113, 'No route
2005 Oct 11
4
Can't access files at localhost
I've created a symlink inside my /var/www/html/ folder called "web", which is points to a my /home/dave/web directory. Inside that directory, I created a folder for my web site called "website". I thought I should be able to access that web site through FireFox by going to either: httpd://localhost/web/website ... or: http://localhost/web/website ... but I just get
2005 Sep 16
3
Are PHP and MySQL running on my CentOS installation?
When I was installing CentOS, I noticed among the list of components that PHP and MySQL were available. I made sure they were selected because I develop a lot of web sites in PHP/MySQL, but I always do my testing on the server side. I thought it would be kind of cool if I could do the testing and development on my home machine. Which is a long way of saying that I think I have PHP/MySQL on my
2006 Apr 28
1
Checking Goodness of Fit With Kolmogorov-Smirnov
Hi, I'm using the power.law.fit function from the igraph package to fit a power law distribution to some data. This function returns the power law exponent as it's only result. I would like to have some sort of goodness-of-fit and/or error estimate of the exponent returned. This paper: http://www.edpsciences.org/articles/epjb/pdf/2004/18/b04111.pdf suggests using the
2005 Aug 01
2
KDE as default, and looking up CentOS on the web.
This should be simple, but I can't find it on the web: How do I make KDE my default environment? Every time I reboot it goes back to Gnome unless I specifically change the environment before logging in. And while I'm at it, why is it I never find any information about CentOS on the net? I look up "CentOS KDE default" or something like that, and I get more about
2005 Oct 10
3
Looking for some recommendations for applications on CentOS (MP3, FTP)
Last time I asked for some recommendations on this list, I was told about some great software that I hadn't been able to find myself, so I'd like to ask again. I've been having a hard time finding software that satisfies in the following 2 areas: 1. MP3 player and play list manager. Something that can ideally generate smart playlists based on MP3 tags. (I've tried XMMS, Amarok,
2005 Oct 02
2
Lost my menu options again - KDE messes with Gnome?
This was a problem I had a while back. I lost the "Preferences" menu item in my "Applications" menu in Gnome. After much discussion, the following commands got my "Preferences" menu item back, along with all the applications inside of it: rpm -e redhat-artwork redhat-menus --nodeps --allmatches yum install redhat-artwork redhat-menus But... For some reason it