Manjaro.常用命令
Arch linux衍生版安装配置(Manjaro,Antergos,Apricity.etc)
常用的命令:
pacman -Syu –ignore 包名 (跳过更新失败的包,用pacman -S 单独重新安装)
再执行
pacman -Su
清除不再需要的包
yaourt -Qdt
更新源
pacman -Syy
更新所有软件
pacman -Syu
安装
pacman -S
重新安装
pacman -Sf
卸载
pacman -R
卸载清楚关系(s)和缓存(c)
pacman -Rsc
安装本地包
pacman -U
下载但不安装
pacman -Sw
清除缓存(/var/cache下)
pacman -Scc
VMware相关
安装 依赖项fuse2,gtkmm,linux-headers(must be lastest),ncurses5-compat-libs
sudo pacman -S fuse2 gtkmm linux-headers ncurses5-compat-libs
下载最新的VMware Workstation Pro或Player (或者beta版本,当可用时).
# sh VMware-edition-version.release.architecture.bundle
安装 vmware-patch
yaourt -S vmware-patch
OK
如果提示could not open /dev/vmmon:?????? please make sure that the kernel moduel vmmon is load请
sudo /etc/init.d/vmware start
卸载
先查看安装的虚拟机
vmware-installer -l #然后会显示版本和产品名称
卸载虚拟机
sudo vmware-installer --uninstall-product vmware-workstation
安装建议还是直接用自带管理器安装,省不少麻烦
Manjaro移除列表
sudo pacman -Rc libreoffice-fresh hplip brasero hexchat empathy lollypop manjaro-hello manjaro-documentation-en imagewriter uget lshw yelp arc-firefox-theme-maia
一些用不着的东西
去除GNOME密匙环
先关闭自动登录,然后删除
rm -R /home/lckiss/.local/share/keyrings
重启即可
解决manjaro管理员账户无法修改配置的问题
我之前以为是bug,后来发现很久了还是没有更新,什么文件管理器不能修改首选项,dconf不能修改任何root的默认设置,退出就还原,无任何改变,后查阅了社区,发现是要安装dbus X11,来替换默认的DBUS
以下命令解决。
yaourt -S dbus-x11
如果不会自动卸载之前的dbus请自己卸载。我的是会自己卸载