跳至内容
wiki
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
导出 PDF
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您在这里:
start
»
linux
»
8系统
您的足迹:
linux:8系统
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== 8系统 ====== ===== - i686 ===== <code> yum clean all yum makecache yum -y install glibc.i686 dnf install libXext.i686 -y dnf install libXft.i686 -y dnf install libgcc.i686 -y dnf install libX11.i686 -y dnf install libXrender.i686 -y dnf install freetype.i686 -y dnf install fontconfig.i686 -y </code> ===== - install gcc ===== <code> yum -y install gcc yum -y install gcc-c++ yum -y install make </code> ===== - gvim ===== <code> yum -y install gvim </code> ===== - libxcb ===== <code> dnf install -y xcb-util-* ldconfig </code> ===== - selinux ===== close selinux <code> vim /etc/selinux/config SELINUX=disabled </code> ===== - timezone ===== <code> su timedatectl set-timezone Asia/Shanghai </code> ===== - 上不了网 ===== # 一键清空所有 nftables 规则,不管什么拦截全清 <code> nft flush ruleset </code> 基本上就可以了。 ===== - meta desktop ===== https://docs.rockylinux.org/8/guides/desktop/mate_installation/ <code> dnf config-manager --set-enabled powertools # dnf config-manager --set-enabled crb dnf install -y epel-release dnf upgrade dnf install -y NetworkManager-adsl NetworkManager-bluetooth NetworkManager-libreswan-gnome NetworkManager-openvpn-gnome NetworkManager-ovs NetworkManager-ppp NetworkManager-team NetworkManager-wifi NetworkManager-wwan adwaita-gtk2-theme alsa-plugins-pulseaudio atril atril-caja atril-thumbnailer caja caja-actions caja-image-converter caja-open-terminal caja-sendto caja-wallpaper caja-xattr-tags dconf-editor engrampa eom firewall-config gnome-disk-utility gnome-epub-thumbnailer gstreamer1-plugins-ugly-free gtk2-engines gucharmap gvfs-fuse gvfs-gphoto2 gvfs-mtp gvfs-smb initial-setup-gui libmatekbd libmatemixer libmateweather libsecret lm_sensors marco mate-applets mate-backgrounds mate-calc mate-control-center mate-desktop mate-dictionary mate-disk-usage-analyzer mate-icon-theme mate-media mate-menus mate-menus-preferences-category-menu mate-notification-daemon mate-panel mate-polkit mate-power-manager mate-screensaver mate-screenshot mate-search-tool mate-session-manager mate-settings-daemon mate-system-log mate-system-monitor mate-terminal mate-themes mate-user-admin mate-user-guide mozo network-manager-applet nm-connection-editor p7zip p7zip-plugins pluma seahorse seahorse-caja xdg-user-dirs-gtk dnf install -y lightdm-settings lightdm systemctl set-default graphical.target reboot </code> When the system reboots, click on your user name, but before you enter your password, click on the gear icon in the lower right of the screen and select MATE from the desktop list. Login and you should have a fully functional MATE desktop. Future logins should remember your selection.
linux/8系统.txt
· 最后更改: 2026/03/28 10:47 由
user01
页面工具
显示页面
修订记录
反向链接
导出 PDF
回到顶部