How to set up Kde5 for Gentoo Linux system?

  

Some Linux users have chosen Gentoo as an open source tool because there are fewer users using Gentoo, so many users are trying to use it and are not familiar with Gentoo. Today Xiaobian teaches you how to install kde5 in Gentoo.

configuration:

1, add the kde overlay:

layman -a kde

echo -e " -qt5 " & gt ;> /etc/portage/profile/use.stable.mask

Or add qt5 to the USE in /etc/portage/make.conf.

2, remove the mask of kde5

Method 1: According to the official wiki method to do soft links:

cd /etc/portage/package.accept_keywords

ln -s /var/lib/layman/kde/Documentation/package.accept_keywords/kde-frameworks-5.9.keywords

ln -s /var/lib/layman/kde/Documentation/package.accept_keywords /kde-plasma-5.2.keywords

Method 2: A simple and rude way (not recommended):

rm /var/lib/layman/kde/profiles/package.mask/Frameworks*

rm /var/lib/layman/kde/profiles/package.mask/plasma*

Method 3: Add the masked package to /etc/portage/package.unmask Medium (Note: modify the parameters according to the actual situation):

cat /var/lib/layman/kde/profiles/package.mask/plasma-5.3.0 >> /etc/portage/package. Unmask

cat /var/lib/layman/kde/profiles/package.mask/kde-apps-15.04.0 >> /etc/portage/package.unmask

sed - i "s/\\~//g;s/-15.04.0//g;s/-5.9.0//g;s/-5.3.0//g" /etc/portag e/package.unmask

I am using method three. Previous12Next page Total 2 pages

Copyright © Windows knowledge All Rights Reserved