Post-installation steps for Chromium | Fedora
Flash 插件安装
- 网址: https://fedora.pkgs.org/
- 下载: chromium-pepper-flash-version.fc28.x86_64.rpm
- 安装后重启浏览器
解码 H264 视频
CHROMIUM 已移除对 H.264 video codec 的支持,如果要在浏览器中播放 mp4 格式视频,可通过自行安装相关软件包实现。
Search
$ sudo dnf search chromium
Last metadata expiration check: 0:54:46 ago on Sat 04 Aug 2018 02:46:58 PM CST.
======================== Name Exactly Matched: chromium ========================
chromium.x86_64 : A WebKit (Blink) powered web browser
======================= Summary & Name Matched: chromium =======================
chromium-headless.x86_64 : A minimal headless shell built from Chromium
lightspark-chromium-plugin.i686 : Chromium compatible plugin for lightspark
lightspark-chromium-plugin.x86_64 : Chromium compatible plugin for lightspark
chromium-libs-media.x86_64 : Shared libraries used by the chromium media
: subsystem
chromium-common.x86_64 : Files needed for both the headless_shell and full
: Chromium
chromium-libs.x86_64 : Shared libraries used by chromium (and
: chrome-remote-desktop)
chromium-libs-media-freeworld.i686 : Chromium media libraries built with all
: possible codecs
chromium-libs-media-freeworld.x86_64 : Chromium media libraries built with all
: possible codecs
============================ Name Matched: chromium ============================
chromium-bsu.x86_64 : Fast paced, arcade-style, top-scrolling space shooter
========================== Summary Matched: chromium ===========================
chromedriver.x86_64 : WebDriver for Google Chrome/Chromium
vboot-utils.x86_64 : Verified Boot Utility from Chromium OS
chrome-remote-desktop.x86_64 : Remote desktop support for google-chrome &
: chromium
fedora-user-agent-chrome.noarch : User-Agent Fedora branding for Google
: Chrome/Chromium browser
Install
找出与当前安装 chromium 版本匹配的软件包 安装
sudo dnf install chromium-libs-media-freeworld-67.0.3396.79-1.fc28.x86_64
Post-installation steps for Chromium | Fedora的更多相关文章
- CDH/Hadoop 5.15 installation steps
I will talk the main steps to install CDH 5.15 on Linux(CENT OS 6.10). The installation method is M ...
- P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1
P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1 May ...
- Jenkins User on Apt-Get Install Installation
转自:http://stackoverflow.com/questions/6234016/jenkins-user-on-apt-get-install-installation QUESTION: ...
- Devstack single node Installation on VM
Last three days, I want to install devstack on my virtual machine on Vmware Workstation.The VM'syste ...
- Installation and Configuration Guide
Harbor can be installed by one of three approaches: Online installer: The installer downloads Harbor ...
- Debian 8 安装BtSync
声明,此方法是Btsync的官网resilio提供的方法 传送门:https://help.getsync.com/hc/en-us/articles/206178924 第一,在如下文件中添加: 1 ...
- systemtap 2.8 安装说明书
systemtap: a linux trace/probe tool Visit the project web site at <http://sourceware.org/systemta ...
- 安装调试Installing Odoo
来自odoo的安装步骤 There are mutliple ways to install Odoo, or not install it at all, depending on the inte ...
- 实战交付一套dubbo微服务到k8s集群(2)之Jenkins部署
Jenkins官网:https://www.jenkins.io/zh/ Jenkins 2.190.3 镜像地址:docker pull jenkins/jenkins:2.190.3 1.下载Je ...
随机推荐
- winform程序内存不足或假死的问题
最近一直在写一个winform程序,对各类文档文件,以及压缩包的内容进行关键字检测. 模型出来之后,执行了一下,发现连续测试后,会有内存不足的问题,导致程序面假死.脑袋懵逼了两天. 回头看我的变量容器 ...
- Spring源码分析:非懒加载的单例Bean初始化前后的一些操作
之前两篇文章Spring源码分析:非懒加载的单例Bean初始化过程(上)和Spring源码分析:非懒加载的单例Bean初始化过程(下)比较详细地分析了非懒加载的单例Bean的初始化过程,整个流程始于A ...
- SQL 获取时间格式
2018-12-17 22:31:01 SQL : CONVERT(varchar(100), GETDATE(), 20) Oracle: to_date(SYSDATE(),'yyy ...
- JavaScript 日期多加一天 方法
今天查看项目发现有出bug,由于未了符合sql语句的要求,前台网页显示的时候传到后台的时候要+1天, 网上查看了别人写的,发现多多少少有点漏洞,经过我自己总结,写出了达到了我要求的 var str = ...
- EF DataFirst修改数据类型
在做软件的时候我们可能会遇到这样的问题,就是在使用EF的时候,有时候精度不一样, 我们用整数来计算肯定是比浮点数来得快的,但我在MySQL里面存储的数据类型是decimal的,我生成EF后, 里面的数 ...
- HTML文字闪烁
<div id="blink">闪烁的文字</div> <script language="javascript"> fun ...
- 手机网页meta,添加使其兼容各种浏览器
虽然手机不像电脑那样会有各种低版本的浏览器,但写手机端网页也是需要注意的: <!-- 优先使用 IE 最新版本和 Chrome --> <meta http-equiv=" ...
- js飘窗
广告页上总会出现飘窗效果: adver_pos_id = getOtherParameter("id"); adver_Sid = getOtherParameter(" ...
- nodejs 爬虫模板 map&array 数据模型
app.get('/knowledge', function (req, res, next) { var listUid = req.query.listUid; var url = "h ...
- thymeleaf标签使用方法总结
https://blog.csdn.net/quuqu/article/details/52511933 常用th标签https://www.cnblogs.com/suncj/p/4030393.h ...