当前位置:操作系统 > Unix/Linux >>

Arch的安装

一.安装基本系统
  • 到北邮的ftp服务器上下载arch的iso文件刻成光盘。
  • 安易做图ase系统,一路按提示安装下来,到选择软件包时,刚开始只选择了base包,可是在base系统下死活上不了网(我在教育网内)。用代理也不行(估计是没配置好),狂郁闷ing。最后重新装吧,选择了base包和X包(其中X包中有Firefox),呵呵,一会儿就按提示把一个小型的 arch装好了。
  • 添加root密码:#passwd
  • 添加新用户:#adduser,再按提示一步步往下做就行了.

二.更改配置文件
  • 更改/etc/rc.conf

/etc/rc.conf
HARDWARECLOCK="localtime"
TIMEZONE=Asia/Beijing
KEYMAP=dvorak.map    #我习惯用dvorak键盘布局。
HOSTNAME="localhost"
lo="lo 127.0.0.1"
eth0="eth0 219.225.47.5 netmask 255.255.255.0 broadcast 219.225.47.253"
#如果是用DHCP,则改为eth0="dhcp"
INTERFACES=[lo eth0]
ROUTES=[gateway]
gateway="default gw 219.225.47.254"

  • 更改/etc/resolv.conf配置DNS
/etc/resolv.conf
nameserver 202.204.105.2
nameserver 202.204.105.1
    配置好后,就可以打开Fierfox上网了。

三.升级系统
  • 更改升级源的地址,编辑/etc/pacman.conf、 /etc/pacman/extra和/etc/pacman/current文件,加入下面源的地址。

budaodao的服务器(推荐北方网通用户使用,南方电信可能会慢些)
[current]
Server = http://www.mysunday.net/mirror/current/os/i686
[extra]
Server = http://www.mysunday.net/mirror/extra/os/i686
[testing]
Server = http://www.mysunday.net/mirror/testing/os/i686
[unstable]


wd_afei的服务器
[current]
Server = http://210.72.206.29:81/archlinux/current/
[extra]
Server = http://210.72.206.29:81/archlinux/extra/
[testing]
Server = http://210.72.206.29:81/archlinux/testing/
[unstable]

debian.okey.net
[current]
Server = http://debian.okey.net/archlinux/current/os/i686/
[extra]
Server = http://debian.okey.net/archlinux/extra/os/i686/
[testing]
Server = http://debian.okey.net/archlinux/testing/os/i686/
[unstable]


中国大陆arch中文化套件:
[archcn]
Server = http://www.mysunday.net/mirror/archcn
Server = http://arch.ourlinux.net:81/archcn

  • pacman -Sy 获取软件列表。
  • pacman -S pacman 更新pacman同步软件。
  • pacman -Su升级整个系统。(如果遇到不能升级的软件,则使用pacman -Suf强行升级系统,我就遇到了不能升级grub的情况。)
四.安装驱动
  • pacman -Sy nvidia
  • 配置X-Server:
    编辑/etc/X11/XF86Config或/etc/X11/xorg.conf配置文件:
    在modules section中禁用:
    GLcore和DRI
    在modules section中加入:
    Load "glx"
    彻底禁用DRI:
    #Section "DRI"
    # Mode 0666
    #EndSection
    将driver "nv"改为driver "nvidia"
    禁用Chipset选项(仅针对nv driver)
    这些仅仅是基本的设置,如果你要知道更多的调整选项,可以看一看/usr/share/doc/NVIDIA_GLX-1.0/README
五.安装软件
  • 安装hwd(Arch的硬件探测工具):pacman -S hwd。
  • 安装kde:pacman -S kde-i18n-zh_cn(要安装gnome,则执行  pacman -S gnome)。
  • 安装openoffiec:pacman -S openoffice-zh_cn。
  • 安易做图luefish和screem(网页编辑器):pacman -S bluefish和pacman -S screem
  • 安装emacs:pacman -S emacs。
  • 安装xemacs:pacman -S xemacs。
  • 安装w3m(基于控制台的网页浏览器):pacman -S w3m
  • 安装pdf阅读器:pacman -S acroread-zh-cn。
  • 安装多媒体播放器mplayer:pacman -S mplayer.
  • 安装光盘刻录软件k3b:pacman -S  k3b &&  pacman -S dvd+rw-tools.
  • 安装Gimp:pacman -S gimp.
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,