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 ...
随机推荐
- IIS 是如何处理 ASP.NET 请求的
#main{ width:1250px; } #mainContent{ width:915px } img#imgTop{ max-width:850px; } Web 服务器 VS Web 应用程 ...
- [日常] Go语言圣经--接口约定习题
Go语言圣经-接口1.接口类型是对其它类型行为的抽象和概括2.Go语言中接口类型的独特之处在于它是满足隐式实现的3.Go语言中还存在着另外一种类型:接口类型.接口类型是一种抽象的类型4.一个类型可以自 ...
- 《剑指offer》(第二版)Java实现
Github链接: <剑指offer>(第二版)Java实现 欢迎star!
- 卸载阿里云自带svn
- Code Signal_练习题_Knapsack Light
You found two items in a treasure chest! The first item weighs weight1 and is worth value1, and the ...
- 设计模式(20)--State(状态模式)--行为型
作者QQ:1095737364 QQ群:123300273 欢迎加入! 1.模式定义: 状态模式,又称状态对象模式(Pattern of Objects for States),状态模式 ...
- js-ES6学习笔记-函数的扩展
1.ES6函数参数的默认值,直接写在参数定义的后面.参数变量是默认声明的,所以不能用let或const再次声明. function Point(x = 0, y = 0) { this.x = x; ...
- PHP-隐藏手机号中间四位
substr_replace('手机号', '****', 3, 4);
- Loadrunner 脚本开发-利用web_custom_request函数进行接口测试
脚本开发-利用web_custom_request函数进行接口测试 by:授客 QQ:1033553122 一.POST + JSON格式参数 例: web_custom_request(" ...
- SQLServer 事物与索引
SqlServer 事物与索引 分享by:授客 QQ:1033553122 详情点击百度网盘分享链接: SqlServer 事物与索引.ppt