我一直在寻找如何在Centos 7上安装LXQt,我确实注意到了EPEL中的一些lxtq包,但是似乎没有整个桌面的主包。有人能指点我如何(或者如果)可以从EPEL存储库安装它吗?
我已经安装了epel释放包。
# 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发布于 2017-01-05 09:05:54
由于公司的原因,回购仍然存在,但我很高兴我们现在已经过渡到了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发布于 2017-01-04 17:43:57
查看fedora官方lxqt wiki的详细信息,还添加此回购并再次检查,应该有效。
https://copr.fedorainfracloud.org/coprs/heliocastro/lxqt/repo/epel-7/heliocastro-lxqt-epel-7.repo
至少试着编译一下吧。
https://unix.stackexchange.com/questions/334862
复制相似问题