Centos
在 Centos 7 上安裝 LXQt(來自 EPEL)
我一直在尋找如何在 Centos 7 上安裝 LXQt。我確實注意到 EPEL 中有一些 lxtq 包,但整個桌面似乎沒有主包。有人可以指出我如何(或是否)可以從 EPEL 儲存庫安裝它嗎?
我已經安裝了 epel-release 包。
# yum search lxqt Zavedené moduly: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.karneval.cz * epel: mirror.karneval.cz * extras: mirror.karneval.cz * updates: mirror.karneval.cz ============================ N/S matched: lxqt ================================= liblxqt.x86_64 : Core shared library for LXQt desktop suite liblxqt-devel.x86_64 : Devel files for liblxqt liblxqt-mount.x86_64 : Mount utility library for LXQt Desktop Suite liblxqt-mount-devel.x86_64 : Devel files for liblxqt-mount lxqt-about.x86_64 : About application for LXQt desktop suite lxqt-common.noarch : Common resources for LXQt desktop suite lxqt-config.x86_64 : Config tools for LXQt desktop suite lxqt-globalkeys.x86_64 : Global keys utility for LXQt desktop suite lxqt-globalkeys-devel.x86_64 : Developer files for lxqt-globalkeys lxqt-notificationd.x86_64 : Notification daemon for LXQt desktop suite lxqt-openssh-askpass.x86_64 : Askpass openssh transition dialog for LXQt desktop suite lxqt-panel.x86_64 : Main panel bar for LXQt desktop suite lxqt-panel-devel.x86_64 : Developer files for lxqt-panel lxqt-policykit.x86_64 : PolicyKit agent for LXQt desktop suite lxqt-powermanagement.x86_64 : Powermanagement daemon for LXQt desktop suite lxqt-qtplugin.x86_64 : Qt plugin framework for LXQt Desktop Suite lxqt-runner.x86_64 : Application runner agent for LXQt desktop suite lxqt-session.x86_64 : Main session for LXQt desktop suite lxqt-wallet.x86_64 : Create a kwallet like functionality for LXQt lxqt-wallet-devel.x86_64 : Development files for lxqt-wallet lximage-qt.x86_64 : The image viewer and screenshot tool for LXQt lxqt-sudo.x86_64 : GUI frontend for sudo/su pcmanfm-qt.x86_64 : LxQt file manager PCManFM
由於兼容的原因,該儲存庫仍然存在,但我很高興我們現在過渡到 Epel 官方儲存庫,唯一不可用的是使用 groupinstall,所以一個安全簡單的方法就是以這種方式安裝整個集合:
dnf install lxqt-about lxqt-common lxqt-config lxqt-globalkeys lxqt-notificationd lxqt-openssh-askpass lxqt-panel lxqt-policykit lxqt-powermanagement lxqt-qtplugin lxqt-runner lxqt-session network-manager-applet nm-connection-editor pcmanfm-qt qterminal-qt5
檢查fedora官方lxqt wiki以獲取詳細資訊,還添加此repo並再次檢查,應該可以
https://copr.fedorainfracloud.org/coprs/heliocastro/lxqt/repo/epel-7/heliocastro-lxqt-epel-7.repo
至少嘗試編譯它,問候。