这篇文章用于记录个人在安装了Fedora-Scientific_KDE之后需要做的事,不一定适用于每个人,请读者根据需要采用对自己有用的部分,谢谢!
#添加搜狐源
dnf config-manager --add-repo=http://mirrors.sohu.com/help/fedora-sohu.repo
dnf config-manager --add-repo=http://mirrors.sohu.com/help/fedora-updates-sohu.repo
#安装GNOME桌面环境
dnf install -y @gnome-desktop
dnf install -y gnome-tweak-tool
#切换到GNOME
注销当前用户,选择GNOME桌面进入
#删除gnome-Classic
dnf remove -y gnome-classic*
#删除gnome-session-wayland
dnf remove -y gnome-session-wayland*
#删除kde
dnf remove -y kde*
#安装gdm,否则无法进入桌面
dnf install -y gdm
#更新
dnf update -y
#安装wps
dnf install -y http://kdl.cc.ksosoft.com/wps-community/download/a21/wps-office-10.1.0.5672-1.a21.x86_64.rpm
dnf install -y http://kdl.cc.ksosoft.com/wps-community/download/fonts/wps-office-fonts-1.0-1.noarch.rpm
#安装rpmfusion软件源,rpmfusion提供了很多非官方的软件包
dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
#添加Fedora中文社区源
dnf install wget
wget http://repo.fdzh.org/FZUG/FZUG.repo -P /etc/yum.repos.d/
#安装日常使用的软件
dnf install -y gcc kernel-devel nautilus-open-terminal cherrytree goldendict deluge uget vlc shutter guake brasero cabextract lzip p7zip p7zip-plugins unrar sogoupinyin gvim bcloud scim fcitx* guake alien cairo-dock nemiver
#安装字体
dnf install -y https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
#安装
corebird gtk3twitter客户端
dnf copr enable gusrub/corebird
dnf install geary california
#安装
deepin-music-player moonplayer kwplayer 客户端
sudo dnf copr enable mosquito/myrepo
dnf install -y deepin-music-player moonplayer kwplayer
#安装音频,视频编码
dnf config-manager --add-repo=http://negativo17.org/repos/fedora-handbrake.repo
dnf install -y gstreamer-plugins-bad gstreamer-plugins-bad-free-extras gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg gstreamer1-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld gstreamer1-plugins-base-tools gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-good gstreamer1-plugins-base ffmpeg libdvdcss
#Install Flash on Firefox
dnf install -y http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
dnf install -y flash-plugin
Firefox does not have any flash plugin by default. You can install it using the rpm package provided by Adobe.
Visit http://www.adobe.com/software/flash/about/ to check that flash is working fine.
Note - The flash player for linux provided by Adobe is out-dated and does not receive any updates. The alternative is to install the PepperAPI based Fresh Flash player.
However since the process is complicated it is recommended that you use another browser like Chrome or Chromium for viewing flash specific content. This page here explains how to the fresh flash player for firefox on fedora.
#安装Virtualbox
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo -P /etc/yum.repos.d/
dnf install -y VirtualBox
sudo service vboxdrv setup
sudo usermod -a -G vboxusers $USER
#安装chromium
wget http://copr.fedoraproject.org/coprs/churchyard/chromium-russianfedora/repo/fedora-20/churchyard-chromium-russianfedora-fedora-2^Cepo -P /etc/yum.repos.d/
dnf install -y chromium
wget http://mirror.yandex.ru/fedora/russianfedora/russianfedora/nonfree/fedora/updates/24/x86_64/chromium-pepper-flash-23.0.0.162-1.fc24.R.x86_64.rpm
file-roller --extract-here ./chromium-pepper-flash-20.0.0.306-1.fc23.R.x86_64.rpm
cp -R PepperFlash/ /usr/lib64/chromium-browser/
#安装 Chrome浏览器
到https://www.google.com/chrome/ 下载最新的浏览器
dnf install -y google-chrome-stable_current_x86_64.rpm
#安装hp打印机驱动
到下载相应驱动安装
http://hplipopensource.com/hplip-web/gethplip.html
#安装gnome的相关软件
dnf install -y gnome*#Gnome shell extension 配置
The TopIcons shell extension shows the system tray icons on the top panel like before. For example when you are running pidgin, the status icon will show in that area.
Install it from the gnome extensions site -
https://extensions.gnome.org/extension/495/topicons/
Extensions > Enable Window List - This will show you the traditional window panel at bottom so that you can easily switch between them
2. Extensions > Enable Applications Menu - This will bring up a nice simple applications menu on top left, just like other desktops.
3. Windows Tab > Titlebar buttons > Turn Maximize, Minimize buttons On - This will show maximize and minimize buttons on window title bars much like it used to be in the previous century.
4. Top Bar Tab > Disable "Show Application Menu" - This will remove the un-necessary active application menu on the top panel.
Clipboard Indicator Shell extension
The Clipboard shell extensions acts like a clipboard manager, keeping history of recent items that you copied to the clipboard. Its a useful productivity tool.
Open the following url in firefox and enable it -
https://extensions.gnome.org/extension/779/clipboard-indicator/
如果不需要,禁用IPV6
#临时禁用
echo 1 > /proc/sys/net/ipv6/conf/eth0/disable_ipv6
#临时启用
echo 0 > /proc/sys/net/ipv6/conf/eth0/disable_ipv6
#永久禁用
vi /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
sysctl -p
#SSH服务,默认情况下,OpenSSH服务(sshd)会去尝试捆绑IPv4和IPv6的地址。要强制sshd只捆绑IPv4地址,用文本编辑器打开 /etc/ssh/sshd_config 并添加以下行。inet只适用于IPv4,而inet6是适用于IPv6的。
vi /etc/ssh/sshd_config
AddressFamily inet
#然后重启sshd服务。
#修改grub
sudo gedit /boot/grub2/grub.cfg
#然后搜索timeout,后面数字修改为1
sudo gedit /etc/default/grub
GRUB_TIMEOUT=1
#进入软件管理界面,删除不需要的软件
Dia Diagram Editor, Eclipse, Eclipse C/C++ Debugger, GNOME Boxes, HexChat,Inkscape,JFlex,Julia,LyX,Emacs,RapidSVN
dnf remove -y eclipse*
参考至:http://www.linuxidc.com/Linux/2014-10/107882.htm
https://fedora.web.id/install-browser-chromium-di-fedora-20/
http://www.binarytides.com/better-fedora-23/
本文原创,转载请注明出处,作者
如有错误,欢迎指正
邮箱:czmcj@163.com
分享到:
相关推荐
1. **Fedora-14-i386-DVD**: 这个版本适用于32位(i386)的计算机系统,并包含了大量软件包,使其成为一个完整的安装介质。它可以提供一个全功能的操作系统环境,包括图形界面、办公套件和其他常用应用程序。 2. **...
Fedora-Workstation-Live-x86_64-26-1.5.iso 网盘下载链接 确保资源可用
Fedora-Workstation-Live-x86_64-40-1.14.iso.001
Fedora-Workstation-Live-x86_64-40-1.14.iso.000
Fedora-Workstation-Live-x86_64-40-1.14.iso.002
《Apache OpenOffice 4.1.7 Linux x86-64 安装指南》 Apache OpenOffice(简称AOO)是一款开源的办公软件套件,它提供了与Microsoft Office相似的功能,包括文字处理、电子表格、演示文稿、绘图、数据库管理等多个...
4. 安装完成后,你可以通过搜索或启动器来启动Apache OpenOffice,享受其提供的各种办公工具。 OpenOffice的特色包括: 1. 文字处理软件Writer:用于创建、编辑和格式化文档,支持复杂的布局和排版。 2. 电子表格...
7. **使用OpenOffice**: 安装完成后,用户可以在应用程序菜单中找到Apache OpenOffice的各个组件,如Writer(文字处理)、Calc(电子表格)、Impress(演示文稿)和Draw(绘图)。这些工具提供了一整套功能强大的...
安装完成后,用户可以通过运行`conda --version`命令来验证安装是否成功。 总之,Miniconda3-py38_4.11.0-Linux-x86_64.zip是一个专为64位Linux系统设计的Miniconda3版本,内置Python 3.8,包含conda包管理器,方便...
fedora14 make 降版本时需要用到这个key,将此文件放于/etc/pki/rpm-gpg/路径下,然后将符号链接RPM-GPG-KEY- fedora-i386链接到此文件。
**安装过程**: 在Linux中,用户通常会使用`tar -zxvf Apache_OpenOffice_4.1.5_Linux_x86-64_install-rpm_zh-CN.tar.gz`命令解压缩文件,接着进入解压后的目录,然后运行类似`sudo rpm -ivh *rpm`的命令来安装所有...
在Linux环境下,安装程序通常采用两种主要格式:DEB(用于Debian和Ubuntu等基于Debian的系统)和RPM(用于Red Hat、CentOS和Fedora等基于RPM的系统)。这个压缩包 "Apache_OpenOffice_4.1.3_Linux_x86-64_install-...
谷歌浏览器离线安装包google-chrome-stable_current_x86_64.rpm,版本 91.0.4472.164(正式版本) 64 位 .rpm(适用于 Fedora/openSUSE)系统。
4. 安装完成后,需要配置环境变量,如`JAVA_HOME`、`PATH`和`CLASSPATH`,使得系统能够识别并运行Java命令。 5. 验证安装是否成功,可以运行`java -version`和`javac -version`命令,查看Java运行时和编译器的版本...
这里以".rpm"结尾,意味着这个软件包是为基于RPM包管理系统的Linux发行版设计的,比如Fedora、CentOS或RHEL。 Google Chrome是一款由Google公司开发的网络浏览器,以其快速、安全和用户友好的特性而闻名。它采用了...
- 安装完成后,可以通过启动菜单或命令行启动OpenOffice。 3. **中文支持**: - Apache OpenOffice支持多语言,"zh-CN"表示简体中文,安装后,用户界面将显示为中文,方便中国用户使用。 - 文档输入同样支持中文...
Fedora 16是一款基于Linux内核的开源操作系统,它由全球各地...通过提供的Fedora-16-i386-DVD.torrent和Fedora-16-x86_64-DVD.torrent种子文件,用户可以下载这两个版本的DVD映像,从而安装和体验Fedora 16的全部功能。
用户在解压后,通常需要通过RPM包管理工具(如`yum`或`dnf`)来安装这些文件,或者手动执行提供的安装脚本来完成安装过程。 在Linux环境中,安装OpenOffice可以提供一个与Microsoft Office兼容的免费办公解决方案,...
如果你的系统是基于RPM的,比如Fedora或CentOS,这个命令将安装所有必要的组件。 作为一款强大的办公软件,LibreOffice支持多种文件格式,包括ODF(Open Document Format)和Microsoft Office的DOC、XLS、PPT等。...