sudo yum install epel-releasecd /tmp wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm ls *.rpm
Replace Gnome with Cinnamon
# Log out of gnome
gnome-session-quit
# switch to the console using ctrl+alt+F2
# Then log in to the console and become root with your favourite method
# Have the system shut down its graphical environment while allowing
# console logins and network access
systemctl isolate multi-user.target
# Install the newest version of yum, which is not broken wrt. groups_as_objects
yum upgrade yum
# Mark the Cinnamon desktop environment group for installation on the next yum upgrade
yum group mark install "Cinnamon Desktop"
# Disable the Gnome Display Manager, since it will be removed shortly
systemctl disable gdm
# -- The following is an adaptation of FranciscoD's answer
# Use yum shell to ensure a sane single transaction which won't leave
# the system inoperable after removing the gnome-desktop group
# but before installing the cinnamon group.
# Commands preceeded with '>' should be entered in the yum shell
# (excluding the '>' of course)
yum shell
# Get rid of the gnome-desktop group
> groupremove gnome-desktop
# Explicitly install all the packages in the Cinnamon desktop
> groupinstall cinnamon
# Have yum show the transaction list
> ts list
# Have yum resolve the combined transaction
> ts solve
# Have yum show the resolved package list with packages to remove and packages to install
> ts list
# Have yum run the transaction in a single go
> ts run
# Once the transaction is complete, exit the yum shell
> exit
# -- End FranciscoD comment adaptation
# Ensure that LightDM (installed as part of the Cinnamon desktop) starts automatically
systemctl enable lightdm
# Upgrade all packages on the system
yum upgrade
# Reboot the system (to take advantage of any newer kernel available)
systemctl reboot
source : Fedora Project
Install PlayOnLinux
First of all, install the PlayOnLinux repository. Open a terminal and type these commands:
(you need wget which it isn’t installed by default in Fedora:)
sudo yum install wget
Now go to yum repo directory and download this file:
cd /etc/yum.repos.d
sudo wget http://rpm.playonlinux.com/playonlinux.repo
Install PlayOnLinux. Notice, it will download about 300MB worth of packages so get your patience in place:
sudo yum install playonlinux
Run PlayOnLinux:
playonlinux
If you get this error:
which: no gpg in (/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/main/.local/bin:/home/main/bin)
Install GnuPG:
sudo yum install gnupg
source: LinuxLove
Network Fix For openSUSE
Source: UNIX & LINUX
Network Fix For openSUSE
Why would you need that? I would recommend to mask the wicked service and rely on NetworkManager:
systemctl mask wicked
systemctl mask wickedd
Then, enable NetworkManager
systemctl start NetworkManager
Tiada ulasan:
Catat Ulasan