archlinux 安装手记

时间:2022-02-27 15:22:36

Wiki常用软件

https://wiki.archlinux.org/index.php/Common_Applications

-> 移动硬盘等的自动挂载

pacman -S gvfs-afc thunar-volman 

-> 多媒体

pacman -S gstreamer0.10  gstreamer0.-bad gstreamer0.-ffmpeg gstreamer0.-good gstreamer0.-ugly gstreamer0.-base-plugins 

pacman -S vlc

-> 输入法字体

pacman -S ibus ibus-libpinyin wqy-bitmapfont wqy-zenhei
yaourt -S wqy-microhei

-> 压缩/解压缩

pacman -S xarchiver thunar-archive-plugin unrar unzip p7zip arj bzip2 zip

pacman -S chromium

->修改字体

->删除默认安装的cairo、fontconfig、freetype2软件包

sudo pacman -Rdd cairo fontconfig freetype2

->接着安装Ubuntu下对应的这几个包,用 yaourt命令安装

yaourt -S cairo-ubuntu fontconfig-ubuntu freetype2-ubuntu 

->安装终端显示字体

 yaourt -S *-font

->系统美化

->安装图标

yaourt -S faience-icon-theme 

->安装鼠标主题

sudo pacman -S xcursor-vanilla-dmz

->下载Gnome主题

http://gnome-look.org/index.php?xcontentmode=167&PHPSESSID=2ed876e478cf59ea467b60da58df63b1

mkdir ~/.theme
mkdir ~/.icon
tar -vxzf *.theme.tar.gz -C ~/.theme
tar -vxzf *.icon.tar.gz -C ~/.icon

->Cursors 和 Icons都是放在.icons 目录下面,Window decorations 和 GTK+ interfaces放在.themes 目录下面。

->注意icons安装后要生成其缓存:

gtk-update-icon-cache -f -t ~/.icons/<icons_name>