fedora22
Table of Contents
- repo
- bumblebee
- fzug
- dnf
- TODO 搜狗输入法
repo
dnf install –nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-22.noarch.rpm -y
dnf install –nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-22.noarch.rpm -y
dnf -y install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/fedora22/noarch/bumblebee-release-1.2-1.noarch.rpm
dnf -y install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee-nonfree/fedora22/noarch/bumblebee-nonfree-release-1.2-1.noarch.rpm
dnf install –nogpgcheck http://rpms.famillecollet.com/fedora/remi-release-22.rpm -y
dnf install –nogpgcheck http://mirror.yandex.ru/fedora/russianfedora/russianfedora/free/fedora/russianfedora-free-release-stable.noarch.rpm -y
dnf install –nogpgcheck http://mirror.yandex.ru/fedora/russianfedora/russianfedora/nonfree/fedora/russianfedora-nonfree-release-stable.noarch.rpm -y
dnf install –nogpgcheck http://mirrors.ustc.edu.cn/fedora/rpmfusion/free/fedora/rpmfusion-free-release-stable.noarch.rpm -y
dnf install –nogpgcheck http://mirrors.ustc.edu.cn/fedora/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm -y
wget http://repo.fdzh.org/FZUG/FZUG.repo -P etc/yum.repos.d
bumblebee
dnf install bbswitch bumblebee -y dnf install bumblebee-nvidia -y sudo systemctl enable dkms sudo systemctl enable bumblebeed usermod -a -G bumblebee,video YOUR_USERNAME dnf install primus -y
fzug
dnf install tesseract-devel -y dnf install tesseract-langpack-enm -y dnf install tesseract-langpack-chi_tra -y dnf install tesseract-langpack-chi_sim -y dnf install deepin-music-player -y dnf install freshplayerplugin -y dnf install bcloud -y dnf install youdao-dict -y dnf install simplescreenrecorder -y dnf install tragtor -y dnf install sogoupinyin fcitx-qt5 fcitx-qt5-devel fcitx-qt4 im-chooser redhat-lsb dpkg -y dnf install bcloud -y # dnf install wiznote -y # dnf install pointdownload -y
dnf
? cat /etc/dnf/dnf.conf
[main] gpgcheck=1 installonly_limit=3 clean_requirements_on_remove=true keepcache=true fastestmirror=true exclude=kernel* redhat-release*
keepcache=true, 安装的软件包会保留在 /var/cache/dnf
fastestmirror=true, 自动选择最快的安装源
exclude=kernel* redhat-release* 禁止内核升级
TODO 搜狗输入法
键盘设置 super + space 会和默认的键盘设置冲突
目前没有解决
- emacs 等软件从桌面启动无法输入
- super + space 切换之后, 按 shift 又可以激活中文, 蛋疼 (理想的情况应该下 super + space 切换到英文之后, 只能按 super + space 再切换到中文)
软件从终端启动正常, 如 emacs &
, youdao-dict
..