9102年,希望大家不要觉得Linux只是给运维用的东西,其实完全可以作为生活电脑。
在Manjaro上安装这些日常生活的工具,只需要以下命令就可以了。
yaourt -S netease-cloud-music
yaourt -S deepin.com.thunderspeed
yaourt -S deepin-wine-tim
yaourt -S wps-office
yaourt -S deepin-wechat
yaourt -S nerd-fonts-complete
yaourt -S deepin.com.thunderspeed
yaourt -S deepin-baidu-pan
// 附赠一个
yaourt -S shadowsocks-qt5
这里有我遇到几个问题说明一下
- yaourt默认会多次询问是否继续的问题,如果觉得烦人,可以使用一下方法解决:
➜ ~ cat .yaourtrc
NOCONFIRM=1
BUILD_NOCONFIRM=1
EDITFILES=0
参考资料: https://simplyian.com/2015/02/15/How-to-skip-all-Yaourt-prompts-on-Arch-Linux/
- 搜狗输入法稍微复杂一点
sudo pacman -S fcitx-im #默认全部安装
sudo pacman -S fcitx-configtool
yaourt -S fcitx-sogoupinyin
➜ ~ cat .xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
- 微信的安装可能会有问题,因为其中一个链接失效了, 在https://aur.archlinux.org/packages/deepin-wechat/ 中间littlemice 的评论解决该问题。
注: 如果使用Deepin, 这些工具默认的体验会更加好,因为上面大多数工具本身就是Deepin做的。
网友评论