manjaro 常用软件列表

更换软件源

使用中国的镜像排名

sudo pacman-mirrors -i -c China -m rank //更新镜像排名
sudo pacman -Syy //更新数据源
sudo pacman-mirrors -g //排列数据源

添加archlinuxcn源编辑命令 sudo nano /etc/pacman.conf 添加下面的内容

[archlinuxcn]

SigLevel = Optional TrustedOnly

#中科大源

Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch

#清华源

# Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch

# 163源

# Server = http://mirrors.163.com/archlinux-cn/$arch

然后再更新软件数据源

sudo pacman -Syy
sudo pacman -S archlinux-keyring archlinuxcn-keyring

因为本文的软件使用yay进行安装,故需要使用命令进行安装,命令为 sudo pacman -S yay 可选安装 编译包 yay -S base-devel

SSH管理工具

Remmina 安装 yay -S remmina 可以选装这些插件

remmina-plugin-teamviewer remmina-plugin-webkit remmina-plugin-rdesktop remmina-plugin-anydesk-git

终端: 深度终端 安装 yay -S deepin-terminal alacritty 安装 yay -S alacritty 终端渐变色工具lolcat yay -S lolcat image.png

浏览器

vivaldi 安装 yay -S vivaldi Chrome 安装 yay -S google-chrome 参考

  • 解决打开Chrome出现 输入密码以解锁您的登录密钥环 https://blog.csdn.net/kangear/article/details/20789451
  • bilibili视频不能播放的问题 需要安装对应浏览器的解码包。yay -S vivaldi-ffmpeg-codecs chromium-codecs-ffmpeg chromium-codecs-ffmpeg-extra opera-ffmpeg-codecs (只需安装对应浏览器的包即可,不必全部安装)

翻译软件

有道词典 安装 yay -S youdao-dict 金山词霸 安装 yay -S powerword-bin goldendict 安装 yay -S goldendict 词库

聊天软件

微信 安装 yay -S deepin-wine-wechat QQ 安装 yay -S deepin-wine-qq如果你喜欢各种破解,可以试试下载dreamcast的QQ,替换wine下的QQ。命令参考 sudo mv ./QQ ~/.deepinwine/Deepin-QQ/drive_c/"Program Files"/Tencent ipmsg 安装yay -S iptux mattermost 安装 yay -S mattermost-desktop zoom 安装 yay -S zoom slack 安装 yay -S slack-desktop 说明:

  1. 安装微信后可能不能启动,需要修改内容,参考 https://github.com/countstarlight/deepin-wine-wechat-arch
  2. 微信安装使用时,有透明的窗口问题 使用命令 sudo sed -i 's/env WINEPREFIX/env GTK_IM_MODULE="fcitx" XMODIFIERS="@im=fcitx" QT_IM_MODULE="fcitx" WINEPREFIX/' /opt/deepinwine/apps/Deepin-WeChat/run.sh 执行即可
  3. QQ、微信不能输入中文,在微信的安装目录/opt/deepinwine/apps/Deepin-WeChat下的run.sh前面添加

    env locale=zh_CN
    export XIM="fcitx"
    export XMODIFIERS="@im=fcitx"
    export GTK_IM_MODULE="fcitx"
    export QT_IM_MODULE="fcitx"
    

    设置构建包时压缩安装包不进行压缩

    sudo sed -i "s/PKGEXT='.pkg.tar.xz'/PKGEXT='.pkg.tar'/g" /etc/makepkg.conf
    

    参考 https://printempw.github.io/setting-up-manjaro-linux/

    下载上传

    OneDive 安装 yay -S onedrive 或者 yay -S onedrive-abraunegg 百度云 安装 yay -S baidunetdisk-bin 或者 安装深度的版本 yay -S deepin-baidu-pan 坚果云 安装 yay -S nutstore DropBox 安装 yay -S dropbox resilio sync 安装 yay -S rslsync 迅雷linux版本 安装 yay -S xunlei-bin 迅雷极速版 yay -S deepin-wine-thunderspeed axel 安装 yay -S axel zssh 安装 yay -S zssh 配合lrzsz(安装命令 yay -S lrzsz)食用效果最佳。 motrix 安装 yay -S motrix
    Mega网盘安装 yay -S megatools-git moose 支持边下边播的BT工具 yay -S moose 参考

  4. dreamcast的网盘 dreamcast2.ys168.com

  5. zssh介绍 v5b7.com/other/zssh.html

办公软件

达芬奇视频剪辑 安装 yay -S davinci-resolve zettlr markdown编辑器 安装 yay -S zettlr vnode markdown编辑器 安装 yay -S vnote Wps 安装 yay -S wps-office ttf-wps-fonts wps-office-mui-zh-cn wps-office-mime libreoffice 安装 yay -S libreoffice flameshot 截图工具 安装 yay -S flameshot 福昕pdf阅读器 yay -S foxitreader Teamviewer yay -S teamviewer如果一直显示未连接,则请退出teamviewer,执行sudo teamviewer --daemon enable 再打开试试 向日葵 安装 yay -S sunloginclient (需要设置开机启动服务 systemctl enable runsunloginclient 启动服务 systemctl start runsunloginclient ) v2ray 安装 yay -S v2ray (安装配置工具yay -S qv2ray ,新版已经使用AppImage格式发布,下载AppImage格式即可) proxychains-ng 安装 yay -S proxychains-ng evernote 开源版本 nixnote2 安装 yay -S nixnote2 joplin 安装 yay -S joplin Okular (KDE上的通用文档阅读器yay -S okular Foliate 简单、现代的电子书阅读器 安装 yay -S foliate Screen屏幕共享软件 安装 yay -S screen-desktop U盘启动制作etcher yay -S etcher-bin xmind-2020 安装 yay -S xmind-2020 (福利链接) 参考

  • proxychains-ng 使用 https://wsgzao.github.io/post/proxychains/
  • Linux中制作U盘启动盘的三种方法 https://ywnz.com/linuxjc/5620.html

    输入法

    fcitx

    sun输入法 安装 yay -S fcitx fcitx-im fcitx-configtool fcitx-sunpinyin fcitx-googlepinyin fcitx-cloudpinyin fcitx-libpinyin 皮肤 安装 yay -S fcitx-skin-material 百度输入法 安装 yay -S fcitx-baidupinyin 安装完成以后记得重启下,不然输入候选框会乱码。 讯飞输入法 安装 yay -S iflyime or yay -S manjaro-asian-input-support-fcitx KDM, GDM, LightDM 等显示管理器,请使用 ~/.xprofile 警告: 上述用户不要在~/.xinitrc中加入下述脚本,否则会造成无法登陆。(但在里头加了也没挂) 如果您用 startx 或者 Slim 启动,请使用~/.xinitrc 中加入
    export GTK_IM_MODULE=fcitx 
    export QT_IM_MODULE=fcitx 
    export @=fcitx
    
    如果你使用的是较新版本的GNOME,使用 Wayland 显示管理器,则请在/etc/environment中加入
    GTK_IM_MODULE=fcitx 
    QT_IM_MODULE=fcitx 
    @=fcitx
    
    安装相关字体
    yay -S wqy-bitmapfont wqy-microhei wqy-zenhei adobe-source-code-pro-fonts  adobe-source-han-sans-cn-fonts ttf-monaco noto-fonts-emoji ttf-fira-code
    
    输入法有问题,需要重置,使用命令 rm -r ~/.config/fcitx 然后注销即可。

    rime

    参考官网 传送门 基本库 yay -S ibus ibus-qt ibus-rime 配置文件内容
    export GTK_IM_MODULE=ibus
    export XMODIFIERS=@im=ibus
    export QT_IM_MODULE=ibus
    ibus-daemon -d -x
    
    四叶草输入法 yay -S rime-cloverpinyin 参考 wiki.archlinux.org/index.php/Fcitx

    媒体软件

    网易云音乐 安装 yay -S netease-cloud-music 不能播放高清音乐,解决办法参考 blog.eh5.me/fix-ncm-ldac-playing 腾讯视频 安装 yay -S tenvideo 全聚合影视 安装 yay -S vst-video-bin

    美化

    docky 安装

    yay -S docky 或者 yay -S plank (这个比较简单,推荐) 如果是KDE桌面 yay -S latte-dock (KDE推荐安装部件 appication title 全局菜单 Launchpad plasma latte Spacer

    ohmyzh 安装

    yay -S zsh && sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 安装插件
    git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions
    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/plugins/zsh-syntax-highlighting
    git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.oh-my-zsh/plugins/zsh-autosuggestions
    
    配置插件 vim ~/.zshrc
    plugins=(git zsh-syntax-highlighting docker docker-compose zsh-autosuggestions zsh-completions)
    

自定义主题

需要事先安装软件 yay -S gnome-tweaks chrome-gnome-shell

手动安装

Gnome

解压主题到 /usr/share/themes解压图标到 /usr/share/icons然后在gnome-tweaks启用即可。 参考

  • zhuanlan.zhihu.com/p/71588449
  • blog.triplez.cn/manjaro-quick-start
  • zhuanlan.zhihu.com/p/37852274

    KDE

    /usr/share/plasma/desktoptheme 这是存放plasma主题 /usr//share/plasma/look-and-feel/ 存放全局主题 /usr/share/plasma/plasmoids/ 存放插件

    开发工具

    github-cli 安装 yay -S github-cli-bin minicom串口工具 安装 yay -S minicom (设置参数 sudo minicom -s ) nodejs 安装 yay -S nodejs npm (安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org ) 跨平台编译工具链 安装 yay -S arm-linux-gnueabihf-g++ arm-linux-gnueabihf-gcc c/c++开发 安装 yay -S make cmake gdb gcc goland 安装 yay -S goland goland-jre datagrip 安装 yay -S datagrip datagrip-jre clion 安装 yay -S clion clion-jre pycharm 安装 yay -S pycharm pycharm-jre rider安装 yay -S rider webstorm 安装 yay -S webstorm webstorm-jre vmware 安装 yay -S vmware-workstation postman 安装 yay -S postman (jetbrains新版自带的resful 测试工具,可以不用安装) Typora markdown编辑器 安装 yay -S typora dnspy 安装 yay -S dnspy (需要使用blackarch源) tmux 终端工具 安装 yay -S tmux byobu 终端工具 安装 yay -S byobu API文档工具 zeal 安装 yay -S zeal bcompare 安装 yay -S bcompare tldr 简化版文档工具 yay -S tldr .net core 安装 yay -S dotnet-sdk-bin vscode 安装 yay -S visual-studio-code-bin 终端录屏幕asciinema 安装 yay -S asciinema 证书生成工具 mkcert 安装 yay -S mkcert netcat yay -S --noconfirm gnu-netcat 或者 yay -S --noconfirm openbsd-netcat 微信开发者工具 yay -S wechat-devtool Platform-Tools for Google Android SDK (adb and fastboot) 安装 yay -S android-sdk-platform-tools 编译链工具xmake 安装 yay -S xmake 注:jetbrains系列软件,自带更新功能,但是我们一般使用非root用户进行登录,这时需要将安装目录授权给当前登录用户即可。以goland为例,只需要执行 chown -R $(whoami) /opt/goland 即可进行自动升级。 参考

  • vmware安装后报错的问题 blog.csdn.net/weixin_43968923/article/detai..

  • 科学技术大学blackarch源使用说明 https://lug.ustc.edu.cn/wiki/mirrors/help/blackarch
  • jetbrains系列软件markdown插件无预览标签 yay -S java-openjfx-bin ,参考链接

    其他

    screenfetch (终端打印出你的系统信息) 安装 yay -S screenfetch neofetch yay -S neofetch copyQ (类似ditto) 安装 yay -S copyq ifconfig、netstat 安装 yay -S net-tools 文件搜索albert(类似mac上的Spotlight) 安装 yay -S albert Stow配置管理软件 安装 yay -S stow snap 安装 yay -S --noconfirm --needed snapd figlet 字符串logo生成工具 yay -S figlet 软件包降级工具 downgrade yay -S downgrade thefuck输错命令更正工具 yay -S thefuck appimagelauncher 安装 yay -S appimagelauncher 终端文件管理器ranger 安装 yay -S ranger 参考

  • 使用 Stow 管理多台机器配置https://blog.csdn.net/F8qG7f9YD02Pe/article/details/104046845

  • https://zhuanlan.zhihu.com/p/106593833?utm_source=wechat_session&utm_medium=social&utm_oi=33332939194368
  • 在Arch Linux/Manjaro上安装Snap https://ywnz.com/linuxjc/4635.html
  • 修改主目录为英文 原文 ```go $ sudo pacman -S xdg-user-dirs-gtk $ export LANG=en_US $ xdg-user-dirs-gtk-update

    然后会有个窗口提示语言更改,更新名称即可

    $ export LANG=zh_CN.UTF-8 $ sudo pacman -Rs xdg-user-dirs-gtk

```

品牌笔记本支持

thinkpad thinkfan 安装yay -S thinkfan 参考