LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 10352|回复: 3

天龙八步-》打造debian-desktop-》安装桌面和软件[二][原创:JiRen兄]

[复制链接]
发表于 2002-12-5 22:02:07 | 显示全部楼层 |阅读模式
第二章   安装桌面和软件
1.tasksel与dselect:
tasksel:
安装三个东西:X,简体和繁体中文环境。安装时locale就选zh*吧,即所有的中文locales,默认locale选择zh_CN即zh_CN.gb2312。
dselect: 直接回车用默认选择的基本软件,然后安装。

2.apt-get install xfree86-common xserver-common xserver-xfree86 xbase-clients
xfonts-base xfonts-100dpi xfonts-75dpi locales gnome libgnome* wmaker wmaker-data wmakerconf wmakerconf-data hdparm make gcc g++ ncurses* bzip2 mc wget vim sudo man manpages manpages-dev less rcconf grub evolution gaim xchat gqview    gnotepad++ gentoo synaptic d4x gftp gkrellm anjuta xemacs21 xpdf xpdf-chinese-simplified galeon mozilla nautilus lynx lyx dia-gnome glade devhelp xmms gimp xosview gtop wmitime
这就安装了Xfree86和wmaker与gnome两个窗口管理器,以及gnome库和常用软件。其实在1中已经安装了其中的不少软件,但是没关系。你可以把上面的命令作成脚本。值得一说的有:
libgnome*目前在unstable中还未好,可暂不装;
gftp也没好,也不要装;
如果安装过程中有dpkg-configure错,就是有些软件还没打包好(例如gftp),可用apt-get remove gftp*等类似命令删去,那么安装过程就接着往下走了。

rcconf:比update-rc.d更好用
evolution:邮件
anjuta:编程
gentoo,nautilus:文件管理器
galeon,mozilla:浏览器

3.其他一些需要特别方法安装的软件:
以下几个要下载tar包后安装,不能用apt安装:
*Acrobat5:
1)在sources.list 中都已加了这个 apt 源:
#Mplayer and Acroread
deb http://marillat.free.fr/ unstable main
#deb-src http://marillat.free.fr/ unstable main
2)apt-get update
3)apt-get install acroread acroread-plugin pdfscreen
装上就能用了,不支持gbk,不过对阅读中文没影响。

*安装openoffice:
方法一:
下载Ooo_1.0.1_LinuxIntel_install_zh-cn.tar,解压后./install 即可
通过设定它的工具/选项来配置中文字体和默认字体等。

方法二:
apt-get install ooqstart-gnome(安装中文界面包)
apt-get install openoffice.org-l10n-zh-cn
apt-get install openoffice.org openoffice.org-debian-files openoffice.org-help-en(装openoffice)

*安装 gmplayer:
方法一:apt方式
1)apt-get install libasound2 libdirectfb-0.9-13 libdv2 libdvdnav1 libdvdread2 liblircclient0 liblzo1 libmad0 libogg0 libsdl1.2debian libvorbis0
(制成脚本/bat/premplayer,因为后面的安装依赖这些包)
2)在source.list中加入:
#unofficial Mplayer
deb http://marillat.free.fr/ unstable main
deb-src http://marillat.free.fr/ unstable main
3)apt-get update
apt-get install mplayer
三个可选:
mplayer-386
mplayer-686
mplayer-k6
一般可选:apt-get install mplayer-686
4)装上后,运行 mplayer,没有图形界面,不要着急;然后vi /etc/mplayer.conf,这里找一下,改:
gui = yes
skin = default
(全屏缩放)
fs=yes
vm=yes
bpp=24
zoom=yes
5)皮肤目录在 /usr/share/mplayer/Skin/,当前用户目录自己手动建一个,如:
cd /root/.mplayer/
mkdir Skin
下个皮肤http://www2.mplayerhq.hu/MPlayer/Skin/plastic.tar.bz2
解开后放到这里,以后就可选皮肤了。
6)cp /etc/codecs.conf /root/.mplayer/
   cp /etc/input.conf /root/.mplayer/input.conf
7)安装字体:
下载字体文件(中文字体,可使mplayer支持中文界面):
http://www.linuxsir.cn.cn/software/mplayer/mplayergbfont.tar.bz2
解到/root/.mplayer/,重命名为 font。
8)若有需求,就安装divx5:
http://www.linuxsir.cn.cn/softwa ... nux501-20020418.tgz
下载到/root/tmp下解压,然后进入该目录./install就可。

方法二:自编译(参见哈蜜瓜兄弟的专文)


说明:我推荐能用apt方式安装的就用apt方式(内核除外),这样利于升级和配置。
发表于 2003-2-15 15:57:54 | 显示全部楼层
我装的mplayer-686无法播放字幕,出错信息如下,请问如何解决?
VIDEO:  [DIV3]  336x256  24bpp  25.00 fps  406.7 kbps (49.6 kbyte/s)
SUB: Detected sub file: friend~3.sub
SUB: Detected subtitle file format: sami


MPlayer interrupted by signal 11 in module: read_subtitles_file
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. For details, see DOCS/bugreports.html#crash.b.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc
  version. If you think it's MPlayer's fault, please read DOCS/bugreports.html
  and follow the instructions there. We can't and won't help unless you provide
  this information when reporting a possible bug.
发表于 2004-6-11 23:25:47 | 显示全部楼层
OO的中文界面包是ooqstart-gnome?
发表于 2004-6-11 23:36:47 | 显示全部楼层
都有mplayer源。直接apt-get install就可以了。编译都是自找麻烦,偶觉得;-)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表