抬头仰望星空,是否能发现自己的渺小。

伪斜杠青年

人们总是混淆了欲望和理想

Fedora 25学习笔记-源 配置

一:***不在 sudoers 文件中。此事将被报告。

解决方法:使用root用户登录

su
cd /etc
chmod 740 sudoers
gedit sudoers

末尾加上(将此处的XX修改为出现改问题的用户名!)

XX ALL=(ALL) ALL

源文件里其实就提示了

## Allows people in group wheel to run all commands
%wheel ALL=(ALL) ALL

二:添加 FZUG 源

# dnf config-manager --add-repo=
http://repo.fdzh.org/FZUG/FZUG.repo

# dnf install 
http://repo.fdzh.org/FZUG/free/23/x86_64/fzug-release-23-0.1.noarch.rpm

# wget http://repo.fdzh.org/FZUG/FZUG.repo -P /etc/yum.repos.d/

安装软件

# dnf install [PackageName]

查看软件包列表

dnf list --disablerepo=* --enablerepo=fzug-free --enablerepo=fzug-nonfree | grep -i fzug

三:添加源后安装搜狗输入法

先移除ibus

sudo dnf remove ibus

安装fcitx

sudo dnf install fcitx

安装其他模块

sudo dnf install fcitx-qt4 kcm-fcitx fcitx-pinyin fcitx-table fcitx-libpinyin fcitx-configtool

配置~/.bash_profile:

export LANG="zh_CN.UTF-8"
export GTK_IM_MODULE=fcitx 
export QT_IM_MODULE=fcitx 
export XMODIFIERS="@im=fcitx"

如果无法启动fcitx,执行:

/usr/bin/./fcitx

安装sogou

sudo dnf install sogoupinyin

4,use this commend to solve PPTP issue

sudo iptables -F

tips : before you wanna use PPTP

5.添加国内源

在下载和更新软件时,系统自带的软件源还是比较慢的,添加国内的第三方软件源可提高下载速度。依次在终端输入如下命令:

su -
cd /etc/yum.repos.d
wget http://mirrors.163.com/.help/fedora-163.repo
wget http://mirrors.163.com/.help/fedora-updates-163.repo
wget http://mirrors.sohu.com/help/fedora-sohu.repo
wget http://mirrors.sohu.com/help/fedora-updates-sohu.repo
wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=0
wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=1
wget http://mirrors.yun-idc.com/fedora-cds.repo
wget http://mirrors.yun-idc.com/fedora-updates-cds.repo
yum makecache

6.自动选择最快源插件

在终端输入如下命令:

sudo dnf install yum-fastestmirror

安装完成后配置dnf,输入

sudo vi /etc/dnf/dnf.conf

在配置文件的最后一行添加如下语句:

fastestmirror=true

保存退出。

7.更新系统

输入如下命令:

sudo dnf update

8.flash安装

首先取得root权限
su –
添加源,在终端输入
(32位系统输入如下代码)

rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

(64位系统输入如下代码)

rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

输入如下命令开始安装flash

dnf install flash-plugin alsa-plugins-pulseaudio libcurl

9.安装谷歌浏览器

添加chrome源

su root
cd /etc/yum.repos.d/

载google-chrome.repo并保存

wget http://repo.fdzh.org/chrome/google-chrome-mirrors.repo

安装Chrome

dnf install -y google-chrome-stable

10.安装VMWARE中出现的问题

安装过程无问题,但是打开会提示kernel not found,用以下命令安装那个未找到的内核版本重启就好

sudo dnf install kernel-devel-4.8.6-300.fc25.x86_64

其他基础操作同Ubuntu的apt,意思是,Ubuntu的命令改改就可以用到Fedora

即:

apt-get install  wine 改为 dnf install wine

apt autoremove 改为 dnf autoremove

大多数都可以奏效


本站由以下主机服务商提供服务支持:

0条评论

发表评论