我一直在寻找如何在 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
答案1
由于兼容性原因,该存储库仍然存在,但我很高兴我们现在已转换为 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
答案2
检查 fedora 官方 lxqt wiki 了解详细信息,同时添加此存储库并再次检查,应该可以工作
https://copr.fedorainfracloud.org/coprs/heliocastro/lxqt/repo/epel-7/heliocastro-lxqt-epel-7.repo
至少尝试编译它,谢谢。