Archives by Tag 'Radhat'

在redhat9中删除mozilla浏览器

By - Last updated: Sunday, August 6, 2006

装了firefox之后,有些人可能想删除mozilla浏览器,按顺序删除下列文件即可. mozilla-psm-1.2.1-26 mozilla-mail-1.2.1-26 mozilla-1.2.1-26 mozilla-nss-1.2.1-26 mozilla-nspr-1.2.1-26

在redhat9上安装firefox

By - Last updated: Thursday, August 3, 2006

redhat9是个经典的OS,可是没有自带firefox,因此想用Firefox的朋友只能自己动手安装.以下是在redhat下安装firefox的一种方法.请注意,所有操作必须以root用户进行.以下所有操作在ubuntu 6.06LTS上测试通过 到http://www.mozilla.com/firefox/& lt;/a>下载“firefox-1.5.0.6.tar.gz”. 切换到“firefox-1.5.0.6.tar.gz“所在的目录. 将firefox-1.5.0.6.tar.gz解压到/opt tar -zxf firefox-1.5.0.6.tar.gz -C /opt cp -f /opt/firefox/icons/mozicon128.png /usr/share/pixmaps/firefox.png 编辑快捷方式 gedit /usr/share/applications/firefox-1.5.0.6.desktop 粘贴以下内容到gedit窗口,并保存 [Desktop Entry] 火狐浏览器 现在您可以点击“开始菜单”->互联网->更多互联网应用程序- >Firefox,来启动 Firefox 了。