红联Linux门户
Linux帮助

fedora22 repo bumblebee fzug dnf TODO搜狗输入法

发布时间:2015-08-26 09:46:10来源:linux网站作者:sunznx

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 ..


27个Linux下软件包管理工具DNF命令例子:http://www.linuxdiyf.com/linux/12744.html

Fedora 22 dnf简易使用指南:http://www.linuxdiyf.com/linux/12740.html

DNF的命令使用教学:http://www.linuxdiyf.com/linux/12541.html

DNF常用命令:http://www.linuxdiyf.com/linux/12649.html

Fedora 22所带新版DNF软件包在线升级管理器的使用心得:http://www.linuxdiyf.com/linux/12385.html