hey, any way I can install X onto the 'minimal build' via yum?
I'd just reinstall, but am working with a 2TB system and it would take hours to re-do. Just curious...
yum install __________________
I have rpmforge installed, so at least i'm pointed at the dag repos.
-karl
On Wed, Dec 06, 2006 at 05:54:27PM -0800, Karl R. Balsmeier wrote:
hey, any way I can install X onto the 'minimal build' via yum?
I'd just reinstall, but am working with a 2TB system and it would take hours to re-do. Just curious...
yum install __________________
Sure:
yum groupinstall "X Window System"
and perhaps:
yum groupinstall "GNOME Desktop Environment" yum groupinstall "KDE (K Desktop Environment)"
to taste.
Cheers, Gavin
Gavin Carr wrote:
On Wed, Dec 06, 2006 at 05:54:27PM -0800, Karl R. Balsmeier wrote:
hey, any way I can install X onto the 'minimal build' via yum?
I'd just reinstall, but am working with a 2TB system and it would take hours to re-do. Just curious...
yum install __________________
Sure:
yum groupinstall "X Window System"
and perhaps:
yum groupinstall "GNOME Desktop Environment" yum groupinstall "KDE (K Desktop Environment)"
to taste.
Cheers, Gavin
thanks alot, -figured as much -looks like an error in the file at end of this paste...
[root@devbox02 src]# yum groupinstall "X Window System" Setting up Group Process Setting up repositories update 100% |=========================| 951 B 00:00 ---snip--- Populating transaction set with selected packages. Please wait. Downloading header for system-config-packages to pack into transaction set. system-config-packages-1. 100% |=========================| 22 kB 00:00 Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.main(sys.argv[1:]) File "/usr/share/yum-cli/yummain.py", line 138, in main (result, resultmsgs) = base.buildTransaction() File "__init__.py", line 343, in buildTransaction File "depsolve.py", line 211, in resolveDeps File "depsolve.py", line 176, in populateTs File "depsolve.py", line 108, in allowedMultipleInstalls File "packages.py", line 366, in getProvidesNames File "sqlitesack.py", line 74, in returnPrco File "sqlitesack.py", line 147, in getPrco File "/var/tmp/python-sqlite-root//usr/lib64/python2.3/site-packages/sqlite/main.py", line 255, in execute _sqlite.DatabaseError: database disk image is malformed
hmmm. wonder how to fix that. just did a yum update prior to this, so python *should* be happy.
-krb
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Karl R. Balsmeier wrote:
hey, any way I can install X onto the 'minimal build' via yum? I'd just reinstall, but am working with a 2TB system and it would take hours to re-do. Just curious...
yum install __________________
yum groupinstall "KDE (K Desktop Environment)" or yum groupinstall "GNOME Desktop Environment"
or, if you JUST want X with the minimal window manager
yum groupinstall "X Window System"
you could combine one or more of these on a single command.
also, yum grouplist
will show you more groupinstall options...
this is all in the default CentOS repository.