您的位置:首页 > 其它

安装Ubuntu 8.10 正式发行版实录

2008-12-07 23:45 357 查看

安装Ubuntu 8.10 正式发行版实录

上一篇 /
下一篇 2008-11-20 13:16:01

一、将Ubuntu光盘放入光驱启动,然后选择“汉语”,根据屏幕提示一路回车,完成安装后将光盘拿掉重启计算机。
二、使用在安装过程中设置的用户名和密码登录。
三、配置更新源,打开终端,输入命令:
sudo gedit /etc/apt/sources.list
然后清空内容,将下列源粘贴进去
更新服务器(浙江省杭州市双线服务器):
deb http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-backports main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu intrepid-proposed main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid-security main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid-updates main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid-backports main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu intrepid-proposed main restricted universe multiverse

台湾的官方源速度也相当不错,有时甚至快于内地的:
deb http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse
保存退出。再输入命令:
sudo apt-get update
进行源的更新工作。
四、选择"system"--"系统管理"--"系统更新管理器"进行更新。
五、完成更新后重启计算机。然后选择"system"--"系统管理"--"语言支持",找到"汉语",然后进行汉化程序更新,完成更新后,系统会全部中文显示。
六、
打开http://www.winehq.org/site/download-deb,网址,将deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10
"Intrepid Ibex"添加到软件源,同时下载http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg公钥文件添加到身份验证中。再选择"应用程序"--"添加/删除程序",先将“显示”选择为“所有可安装应用程序”,然后搜索“WINE”再进行安装。或者直接从http://wine.budgetdedicated.com/archive/ubuntu/intrepid/wine_1.1.7~winehq0~ubuntu~8.10-0ubuntu1_i386.deb下载压缩包进行手工安装。
七、执行命令:
sudo apt-get install rar
安装RAR以支持打开RAR压缩包。
八、安装IES4LINUX。
sudo apt-get install wine cabextract
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
在弹出的窗口中先将locale由原来的EN选择为CN,勾选MENU,最后进行安装。安装完成后在桌面上如果没有显示IE的快捷方式,可以按鼠标右键添加启动器,选择/home/用户名/bin/ie6来启动。
以工行的网银来说,登录页会提示说当前安全设置禁止执行ActiveX,直接输入卡号,然后点登录,就会提示下载控件,这个地方直接运行就好了,如果下载下来有可能会安装到wine下去,安装成功后,关闭全部的IE浏览器,重新登录,就能使用了。
九、播放MP3乱码解决:
sudo apt-get install python-mutagen
mid3iconv-eGBK*.mp3
十、播放RMVB
1、卸载系统默认的totem
sudo apt-get remove totem-gstreamer
2、安装totem-xine。
sudo apt-get install totem-xine libxine1-ffmpeg libxine1-gnome libxine1-plugins libxine1 libstdc++5
3、安装解码器。
sudo apt-get install w32codecs
w32codes包可以在http://packages.medibuntu.org/intrepid/index.html下载。
十一、安装下载软件
http://www.linuxidc.com/linux/2008-09/15706.htm下载安装MultiGet软件包,支持HTTP、FTP、P2P协议,支持断点续传,是Ubuntu下的迅雷。
十二、看CHM文件
sudo apt-get install gnochm
安装完成后,在“应用程序”--“附件”中即可看到CHM阅读器。

原文链接:http://blog.zjol.com.cn/148091/viewspace-729399
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: