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 ...
随机推荐
- UIKit 框架之UIResponder
前面博客有讲触摸事件提过响应事件和响应者链,而管理响应者链的正是UIResponder. 一.代码 - (BOOL)application:(UIApplication *)application d ...
- Core Animation之CABasicAnimation(基础动画)
#import "ViewController.h" @interface ViewController () @property(nonatomic,strong)UIButto ...
- ASP.NET MVC加载ASCX之后,并为之赋值
Insus.NET有写过一篇<ASP.NET MVC显示UserControl控件(扩展篇)>http://www.cnblogs.com/insus/p/3642634.html ,还没 ...
- 第19课-数据库开发及ado.net ADO.NET--SQLDataReader使用.SqlProFiler演示.ADoNET连接池,参数化查询.SQLHelper .通过App.Config文件获得连接字符串
第19课-数据库开发及ado.net ADO.NET--SQLDataReader使用.SqlProFiler演示.ADoNET连接池,参数化查询.SQLHelper .通过App.Config文件获 ...
- [日常] Go语言圣经-Goroutines和线程
Goroutines和线程: 1.动态栈: 1)线程都有一个固定大小的内存块(一般会是2MB)来做栈 2)一个goroutine会以一个很小的栈开始其生命周期,一般只需要2KB,不是固定的:栈的大小会 ...
- [日常] Go语言圣经--复合数据类型,数组习题
go语言圣经-复合数据类型 1.以不同的方式组合基本类型可以构造出来的复合数据类型 2.四种类型——数组.slice.map和结构体 3.数组是由同构的元素组成——每个数组元素都是完全相同的类型——结 ...
- Android - Navigation Drawer
http://www.jianshu.com/p/c8cbeb7ea43a 用Navigation Drawer 和 Navigation View 来实现左右侧滑 Activity里甚至什么都不用写 ...
- 面向对象设计模式_生成器模式解读(Builder Pattern)
首先提出一个很容易想到应用场景: 手机的生产过程:手机有非常多的子件(部件),成千上万,不同品牌的手机的生产过程都是复杂而有所区别的,相同品牌的手机在设计上也因客户需求多样化,大到型号,小到颜色,是否 ...
- JS 回调函数、立即执行、for块作用域、try/catch、let、垃圾收集 p3
限于时间关系,加上有些倦意,简单的记录下一些要点: 1.回调函数:就你把函数当成参数传给另一个函数,这个函数在某个时间段会执行这个函数.
- linux下lamp环境修改网站根目录
Apache默认的网站目录是在/var/www/html,我们现在要把网站目录更改成 /var/www 目录下,操作如下: 1.修改httpd,conf文件 vi /etc/httpd/conf/ht ...