Load kde desktop, fedora server 21


 
Thread Tools Search this Thread
Operating Systems Linux Load kde desktop, fedora server 21
# 1  
Old 12-24-2014
Load kde desktop, fedora server 21

can not load fedora 21 server kde desktop after install
Code:
yum -y install @kde-desktop
reboot


Last edited by vbe; 12-24-2014 at 06:08 AM.. Reason: code tags please...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

KDE Desktop

I installed KDE with Debian. The KDE desktop never appears. Much searching w/ Google and no help. Thanks (1 Reply)
Discussion started by: Meow613
1 Replies

2. UNIX for Dummies Questions & Answers

Kde Desktop Effect won't work after installing OpenBox

I recently installed OpenBox to work with KDE in replacing the Kwin Session manager. A lot of things did seem to use less processing and memory, but it seems I've lost my KDE Desktop Effects. I managed to track down this in /home/user/.xsession-errors after trying to re-enable them: ... (0 Replies)
Discussion started by: Azrael
0 Replies

3. Red Hat

how to uninstall KDE desktop in fedora 11

please i would like to uninstall the KDE desktop in my fedora 11,previously i was using the default gnome desktop,i want to revert to gnome desktop (2 Replies)
Discussion started by: Redhat_9ja
2 Replies

4. SuSE

your thoughts on the KDE desktop environmt

I wanted to get people's feedback on experiences with the KDE destop environment. I played with it for a while and was impressed. I liked the non MS apps and non MS approach to mail. via K-mail anyone else ? (8 Replies)
Discussion started by: simon2000
8 Replies

5. UNIX Desktop Questions & Answers

X-Server without KDE

Hi, i want to start the X-Server without KDE or other Window Manager. I need the X Server vor a Java Applikation! Perhaps anybody can help me how to start it simply. thanks cu Arne (6 Replies)
Discussion started by: hatzwatz
6 Replies
Login or Register to Ask a Question
PKGKDE-OVERRIDE-SC-DEV-LATEST(1)			User Contributed Perl Documentation			  PKGKDE-OVERRIDE-SC-DEV-LATEST(1)

NAME
pkgkde-override-sc-dev-latest - loosen kde-sc-dev-latest Break restrictions SYNOPSIS
pkgkde-override-sc-dev [-bbase_version] [-vversion] DESCRIPTION
pkgkde-override-sc-dev-lastest is a helper utility which can be used to generate a dummy kde-sc-dev-latest package without Breaks field that is present in the original version. Original kde-sc-dev-latest package is used to force KDE Software Compilation modules to be built against the latest version of the KDE Development Platform modules without bumping versions of a bunch build dependencies for each KDE SC module. However, while original kde-sc-dev-latest does not cause problems when building in clean chroots, the restrictions imposed by its Breaks field might be undesirable on the maintainer system when: o the maintainer wants to (test)build KDE module version X.Y.A against KDE Development Platform X.Y.B where (A > B); o the maintainer builds a new upstream version of the some KDE Development Platform module on the system that has an old version of some KDE Development Platform packages installed. For example, even if kdepimlibs does not build depend on kdebase-workspace-dev, original kde-sc-dev-latest may prevent kdepimlibs X.Y.A to be built on the system which has kdebase-workspace X.Y.B (where A > B) installed. By default, pkgkde-override-sc-dev-latest generates a dummy kde-sc-dev-latest package in the current working directory that is based on the current "candidate" version of the original kde-sc-dev-latest (as per apt-cache policy). You may specify a base version with the -b option. The resulting dummy kde-sc-dev-latest override package will have "base_version+override" as its version unless another one is specified with -v option. Once the package is generated, you can install it like: # dpkg --install kde-sc-dev_<version>+override_all.deb OPTIONS
-bbase_version, --basever=base_version The version of the original kde-sc-dev-latest package to base an override package on. It must be available in the APT database on the system. You may also pass special value "latest" to select the latest available version in the APT database. If you specify "priority", the latest version with the highest priority will be selection. By default (if this option is not specified), candidate version is selected -vversion, --version=version Generate an override package with the specified "version+override" rather than default "base_version+override" version. AUTHOR
Modestas Vainius <modax@debian.org> perl v5.14.2 2011-12-26 PKGKDE-OVERRIDE-SC-DEV-LATEST(1)