标签 ppa 下的文章

Install kernel 4.17 on your Ubuntu 18.04

Open Ubuntu kernel Mainline PPAhttp://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17.1/Download deb files and install. "unsigned" means no Secure boot support.

Install Vim 8.1 on your Ubuntu 18.04

Vim 8.1 is a minor release, a few new features have been added since Vim 8.0. The main new feature of Vim 8.1 is support for running a terminal in a Vim window, it sounds great for me.So I decide to install Vim 8.1 on my main System.

Install Firefox Quantum in Ubuntu Linux 16.04

As we all know that Firefox 57 will rename to Firefox Quantum. It means the New version Firefox will use Quantum Engine instead the old one.Even throgh Firefox 57 is still in beta,but we can install it from PPA under Ubuntu.sudo add-apt-repository ppa:mozillateam/firefox-next sudo apt-get update sudo apt-get install firefox So here it is.

Ubuntu 16.04 升级至 rhythmbox 3.4

rhythmbox 3.4 发布了,推荐升级。升级的理由有很多,但是有一个比较重要,那就是解决了内存泄露……之前听多了会内存爆炸,现在不会了,至少我升级后没遇到过。

Ubuntu 下 软件源证书报错的问题与解决

近日 apt-get update 的时候,出现了奇怪的问题:“由于没有公钥,无法验证下列签名XXXXXXX”一开始我想到的自己是不是被中间人攻击了还是 DNS 污染了,公钥居然没了?于是果断刷新了 DNS 缓存之后继续更新,问题依旧。