Mp3
Because some licenses that are compatible with Fedora's requirements, just like mp3 required patented technologies.
- 操作
dnf install --nogpgcheck 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
yum install gstreamer1 gstreamer1-plugins-bad gstreamer1-plugins-ugly
yum install ffmpeg ffmpeg-libs gstreamer-ffmpeg libmatroska xvidcore -y
yum install gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly -y
还是会有部分mp3格式无法解析.参考
-
官方解释
MP3 is currently the most widely used format for lossy music compression and is widely supported among music players. However, since MP3 requires patented technologies and the patent holder has not provided licenses that are compatible with Fedora's requirements, Fedora is unable to include encoding and decoding support for the MP3 format. - 其他
rpm -ivh oneplay-gstreamer-codecs-mp3-21-6.x86_64.rpm
Flash
dnf install flash-plugin -y
安装 Google Chrome
Fedora 22的默认浏览器是 Firefox,不过其它的浏览器也各有优缺点。最终用户选择浏览器会有种种原因。这里我们提供一些在 Fedora 22上安装其它浏览器的方法。
使用你惯用的编辑器,在 yum 库目录中打开或创建 google-chrome.repo 文件。
gedit /etc/yum.repos.d/google-chrome.repo
加入以下内容并保存。
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
现在 yum 就配置好可以找到稳定版本的 Chrome 了,使用如下命令安装它。
dnf install google-chrome-stable --nogpgcheck -y
更新系统
dnf update -y
root登录
http://blog.csdn.net/JoeBlackzqq/article/details/14222651
网友评论