Ubuntu 之 Personal Package Archive (PPA)

How do I use software from a PPA?

To start installing and using software from a Personal Package Archive, you first need to tell Ubuntu where to find the PPA.

Important: The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.

If you‘re using the most recent version of Ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

Step 1: On the PPA‘s overview page, look for the heading that reads Adding this PPA to your system. Make a note of the PPA‘s location, which looks like:

ppa:gwibber-daily/ppa

Step 2: Open a terminal and enter:

sudo add-apt-repository ppa:user/ppa-name

Replace ppa:user/ppa-name with the PPA‘s location that you noted above.

Your system will now fetch the PPA‘s key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.

Step 3: Now, as a one-off, you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:

sudo apt-get update

Now you‘re ready to start installing software from the PPA!

Read more about Personal Package Archives in our help wiki.

时间: 2024-11-11 05:45:42

Ubuntu 之 Personal Package Archive (PPA)的相关文章

Ubuntu 出现apt-get: Package has no installation candidate问题

今天在安装软件的时候出现了Package has no installation candidate的问题,如: #  apt-get install <packagename>Reading package lists... DoneBuilding dependency tree... DonePackage aptitude is not available, but is referred to by another package.This may mean that the pac

Ubuntu 出现apt-get: Package has no installation candidate问题 (转)

Ubuntu 出现apt-get: Package has no installation candidate问题 分类: 系统-Linux 2011-12-18 13:32 14151人阅读 评论(0) 收藏 举报 ubuntudeb 今天在安装软件的时候出现了Package has no installation candidate的问题,如: #  apt-get install <packagename> Reading package lists... Done Building d

Ubuntu 出现apt-get: Package has no installation cand

今天在安装软件的时候出现了Package has no installation candidate的问题,如: #  apt-get install <packagename> Reading package lists... Done Building dependency tree... Done Package aptitude is not available, but is referred to by another package. This may mean that the

ubuntu 软件包(package)更换源(source)为阿里云镜像 update&amp;upgrade

在ubuntu下用apt-get install安装软件时,发现package list中没有所需的软件, 估计可能是package list太旧了,于是需要apt-get update & apt-get upgrade. 但又怕原始的源慢,故修改为阿里云镜像.步骤如下: 1.备份原始源的配置文件: sudo cp /etc/apt/sources.list /etc/apt/sources.list.bakcup 2.添加阿里云源到sources.list文件: sudo vim /etc/

Ubuntu出现apt-get: Package has no installation candidate问题

今天在安装 vim 的时候出现了 Package 'vim' has no installation candidate的问题 解决方法如下:# apt-get update# apt-get upgrade# apt-get install <packagename> 这样就可以正常使用 apt-get 了- 作者:耑新新,发布于  博客园 转载请注明出处,欢迎邮件交流:[email protected] 原文地址:https://www.cnblogs.com/Amedeo/p/89692

Ubuntu 出现apt-get: Package has no installation candidate问题 - 刘毅枫的博客 - 博客频道 - CSDN.NET

来源:http://blog.csdn.net/liuyifeng_510/article/details/7081490#1536434-hi-1-30578-42d97150898b1af15ddaae52f91f09c2

(转)Using Python3.5 in Ubuntu - Trusty

转自:https://www.reddit.com/r/IPython/comments/3lf81w/using_python35_in_ubuntu_trusty/Note:照这个方案安装python3.5后,很多系统程序用不了了..因为系统程序用的3.4,所以只能还原系统python版本了:$ sudo rm /usr/bin/python3$ sudo mv /usr/bin/python3-old /usr/bin/python3$ wget https://bootstrap.pyp

Ubuntu14.04下配置PHP7.0+Apache2+Mysql5.7

Apache 步骤一:安装apache [email protected]:~$ sudo apt install apache2 安装好后,在浏览器上输入localhost(服务器端,请输入你的IP地址),回车就会看到: PHP7.0 步骤二: Ubuntu14.04下的默认源是PHP5.0,所以也需要添加外部源 Personal Package Archive(PPA) 是一个apt仓库,允许第三方开发者发布用于ubuntu的外部资源 Ond?ej Sury 提供了用于PPA的PHP7.0

Ubuntu14.04服务器环境下配置方法如下:

这篇文章主要介绍了Ubuntu14.04服务器环境下配置PHP7.0+Apache2+Mysql5.7的方法,较为详细的分析了Ubuntu14.04操作系统环境下配置PHP7.0+Apache2+Mysql5.7的具体步骤与相关命令使用技巧,需要的朋友可以参考下 本文实例讲述了Ubuntu14.04服务器环境下配置PHP7.0+Apache2+Mysql5.7的方法.分享给大家供大家参考,具体如下: 这里为Ubuntu14.04系统下配置PHP7.0+Apache2+Mysql5.7,主要目的是