Fedora 10 安装指南
http://linuxtoy.org/archives/fedora-10-installation-guide.html
安装到安装软件那步,默认勾选的”installation repo“这个东西是什么,和它在同一个对话框里面的还有i386和i386 updates
installation repo就是你的本地安装源(光盘或镜像)
i386和i386 updates需要联网,好处是安装完就是最新的系统,不用再更新了,但是网速不够快就很郁闷,得等好几个小时,呵呵。。。建议不选,安装完了手动更新就行了
补充: repo - repository
Fedora10的yum源更新及修改自带yum源[转]
http://hi.baidu.com/mgqw/blog/item/38122beccf95272063d09f3f.html
Fedora 10 Installation Guide (in Chinese)
http://www.my-guides.net/en/content/view/126/26/1/2/
fedora10安装后的一些操作 |
|
|
最近安装了个fedora10,初次学习感觉跟ubuntu还是有许多差别,下面时从我安装完系统后的一些操作总结,对高手来说一笑了之了,并欢迎指正,嘿嘿。给如我一般菜鸟者提供借鉴,就是有点乱,呵呵。
1.联网配置
"系统->管理->网络",(1)编辑设备eth0,我配置的是静态的ip地址,然后注意选择"常规"中的"由NetworkManager控制"和"当计算机启动时激活设备".(2)配置DNS服务器地址。(3)重新启动计算机即可。
ps:如果在局域网内通过路由器连接到外网,可配只成DHCP制动获取方式。
2.关于源
(1)网址(教育网可能快些,还包括一些常见软件安装):http://bbs.fedora-zh.org/showthread.php?t=615
将下载的sjtu_fc10.repo,RPM-GPG-KEY-SJTU分别放到/etc/yum.repos.d/和/etc/pki/rpm-gpg/文件夹下。
(2)第三方源安装:http://www.chinaitbbs.com/thread-53576-1-1.html
3.按照linuxQQ.
(1)在腾讯官网上下载qq的RPM包:http://im.qq.com/qq/linux/download.shtml
(2)进入RPM包对应文件夹,输入命令:
rpm -ivh linuxqq-v1.0.2-beta1.i386.rpm
其中“-i”参数指明是要安装这个package,而“-v”这个参数则使输出信息增加,“-h”表示在安装过程中显示hashes作为在安装过程的一个进度条。
(3)然后可以到"应用程序->互联网->腾讯QQ"启动并运行qq了。
4.改变开机引导程序
"系统->管理->引导装载程序",该为Other,超时可设置为10s.
5.安装gcc
进入管理员用户:su; yum install gcc --nogpgcheck;
ps:锁已被用 /var/run/yum.pid: 另外的一个复制正在运行在 PID为 3020.
另外一个应用程序正在适用yum锁;等待其退出 ... ...
解决方案: kill -9 3020
6.rpm软件下载安装
rpm -ivh xxx.rpm
7.yum软件在线安装
yum install xxx.rpm
ps:给 yum-fastestmirror-1.1.19-1.fc10.noarch.rpm 的公钥没有安装
解决方案:在命令最后加 --nogpgcheck
8.安装最快镜像插件和加速插件
yum install yum-fastestmirror
yum install yum-presto
9.Emacs;编辑器神作!想成为高手就必须搞定它^_^
yum install emacs (--nogpgcheck)
10.上海交通的linux源
ftp://ftp.sjtu.edu.cn/
清华的linux源
ftp://ftp3.tsinghua.edu.cn/
11.添加Fedora10 yum源
(1)在/etc/yum.repos.d/中创建sjtu.repo文件(我该文件夹中的其他文件备份到一个文件夹中了)
(2)编辑内容如下:
[Fedora-ftp.sjtu.edu.cn]
name=Fedora 10 - i386
baseurl=http://ftp.sjtu.edu.cn/fedora/linux/releases/10/Fedora/i386/os/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[Everything-ftp.sjtu.edu.cn]
name=Everything 10 - i386
baseurl=http://ftp.sjtu.edu.cn/fedora/linux/releases/10/Everything/i386/os/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[updates-ftp.sjtu.edu.cn]
name=Fedora updates
baseurl=http://ftp.sjtu.edu.cn/fedora/linux/updates/10/i386/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
(3)compiz-fusion非官方安装包
rpm -Uvh http://www.linux-ati-drivers.homecall.co.uk/compiz-fusion-release-1-6.noarch.rpm
(4)yum插件
yum install yum-fastestmirror
(5)yum 图形界面
yum install yumex
12.查看linux当前内核版本: uname -a
13.linux内核源代码下载网址:http://www.kernel.org/pub/linux/kernel/v2.6/
14.fedora10安装星际译王
(1)yum install stardict
ps:辞典库=>http://stardict.sourceforge.net/Dictionaries.php
解压后放到/usr/share/stardict/dic下
15.make menuconfig出现错误:
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1
make: *** [menuconfig] 错误 2
解决办法:
yum install ncurses
yum install ncurses-devel
yum install ncurses-devel
成功!
16.fedora10运行make xconfig出错:
CHECK qt
*
* Unable to find the QT3 installation. Please make sure that
* the QT3 development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
make[1]: *** 没有规则可以创建“scripts/kconfig/qconf.o”需要的目标“scripts/kconfig/.tmp_qtcheck”。 停止。
make: *** [xconfig] 错误 2
解决方法:
yum install qt3
yum install qt3-devel
仍然有错误:
CHECK qt
/usr/lib/qt-3.3/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc
HOSTCXX scripts/kconfig/qconf.o
/bin/sh: g++: command not found
make[1]: *** [scripts/kconfig/qconf.o] 错误 127
make: *** [xconfig] 错误 2
解决方法:(是说系统没有安装g++)
yum install gcc-c++
仍然有错误:
HOSTCXX scripts/kconfig/qconf.o
HOSTLD scripts/kconfig/qconf
/usr/bin/ld: cannot find -lXi
collect2: ld 返回 1
make[1]: *** [scripts/kconfig/qconf] 错误 1
make: *** [xconfig] 错误 2
|
|