FreeBSD 安装 KDE Plasma 桌面
首先,增加FreeBSD pkg 仓库源
打开以下网址,找到适合你的系统的仓库源:
http://meatwad.mouf.net/rubick/poudriere/packages/
比如你的系统是 FreeBSD 11.1 amd64 release,就选择 111-amd64-kde5-import
我的系统是 FreeBSD 12.0 amd64 current, 所以我选择了 head-amd64-kde5-import
那么我需要的仓库源地址是
http://meatwad.mouf.net/rubick/poudriere/packages/head-amd64-kde5-import
如果以后仓库源改变了目录结构,请自行根据情况修改。
增加 Rubick 仓库源
FreeBSD-shell >>>> mkdir -p /usr/local/etc/pkg/repos FreeBSD-shell >>>> cd /usr/local/etc/pkg/repos FreeBSD-shell >>>> cp /etc/pkg/FreeBSD.conf ./ FreeBSD-shell >>>> cat > Rubick.conf << end Rubick: { url: "http://meatwad.mouf.net/rubick/poudriere/packages/head-amd64-kde5-import/", priority: 5, enabled: yes } end
更新 pkg 仓库
FreeBSD-shell >>>> pkg update -f FreeBSD-shell >>>> pkg upgrade FreeBDD-shell >>>> pkg autoremove FreeBSD-shell >>>> pkg clean
安装 KDE Plasma5
FreeBSD-shell >>>> pkg install -y plasma5-plasma-desktop
配置 plasma 启动
(普通用户)
主要是 exec ck-launch-session startkde 写入 .xsession
FreeBSD-shell >>>> echo "exec ck-launch-session startkde" >> .xsession FreeBSD-shell >>>> ln -s .xsession .xinitrc
现在可以用 startx 或者 xdm 启动 KDE-PLASMA5 桌面了。
回复
回复显示方式 直线程 | 分线程