Questions tagged «ppa»

PPA是个人软件包存档,可让Launchpad上的用户和组向公众提供软件包。可以使用终端命令或通过软件源添加PPA。

6
在Xubuntu 15.10上未安装Wine 1.7
因此,昨天完成了我的Xubuntu安装之后,我尝试使用ppa:ubuntu-wine / ppa安装Wine 1.7。但是,这样做之后sudo apt-get install wine1.7,它总是给我这个错误: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been …
12 apt  xubuntu  wine  ppa 

1
是否可以将PPA存储库添加到/etc/apt/source.list?
通过sudo add-apt-repository '<deb url codename component>',将存储库添加到/etc/apt/source.list文件。 通过sudo add-apt-repository ppa:<user>/<ppa-name>,我看到所有的ppa存储库都添加到了/etc/apt/source.list.d目录中: $ ls /etc/apt/sources.list.d/ ferramroberto-sopcast-precise.list ferramroberto-sopcast-precise.list.save google-talkplugin.list google-talkplugin.list.save kalakris-okular-precise.list kalakris-okular-precise.list.save linrunner-thinkpad-extras-precise.list linrunner-thinkpad-extras-precise.list.save precise-partner.list precise-partner.list.save staticfloat-julia-deps-precise.list staticfloat-juliareleases-precise.list staticfloat-juliareleases-precise.list.save telepathy-ppa-precise.list telepathy-ppa-precise.list.save ubuntu-wine-ppa-precise.list ubuntu-wine-ppa-precise.list.save venerix-blug-precise.list venerix-blug-precise.list.save 可以将ppa存储库添加到/etc/apt/source.list文件的末尾吗? 为什么对PPA存储库与非PPA存储库的处理方式不同? 是否有其他与ppa类似的非ppa存储库? 将 sudo add-apt-repository '<deb url codename component>'PPA存储库添加到/etc/apt/source.list或/etc/apt/source.list.d下的某些文件吗?

2
ppa:x / y是什么意思
我知道如何将PPA添加到Ubuntu。但是我不知道这种ppa:x/yPPA格式是什么意思! 例如 : # (VLC PPA) sudo add-apt-repository -y ppa:videolan/stable-daily 什么是videolan什么stable-daily?

3
添加ppa回购并进行密钥签名-没有有效的OpenPGP数据-代理问题?
我想获得一个PPA密钥签名 我试过了 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A258828C Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys A258828C gpg: requesting key A258828C from hkp server keyserver.ubuntu.com gpgkeys: HTTP fetch error 7: couldn't connect to host gpg: no valid OpenPGP data found. gpg: Total …
12 ppa  proxy  gnupg 


1
是否可以在Ubuntu 15.10中管理(配对)Logitech Unifying设备?
不幸的是,项目Solaar已终止,并且没有适用于Ubuntu 15.10的PPA或软件包。 这两个存储库都很旧,并且不支持Wiley版本: https://launchpad.net/~daniel.pavel/+archive/ubuntu/solaar https://launchpad.net/~trebelnik-stefina/+archive/ubuntu/solaar 我很惊讶Logitech没有为linux提供工具:( 有谁知道如何使Solaar在最新的Ubuntu版本中工作? 有一个Github项目,但是有人知道如何从源头构建Solaar吗?还是有Solaar的替代品? 任何帮助,将不胜感激...

2
如何在Ubuntu 14.04中安装PgAdmin3版本1.20.0
我尝试使用PPA安装 首先,我将链接添加到文件存储库source.list目录/etc/apt/sources.list $ Sudo nano /etc/apt/sources.list deb http://ppa.launchpad.net/pitti/postgresql/ubuntu precise play deb-src http://ppa.launchpad.net/pitti/postgresql/ubuntu precise play 其次,我使用命令更新了存储库 $ Sudo apt-get update 虽然有错误 : W: GPG error: precise http://ppa.launchpad.net Release: The following signatures could not be verified Because The public key is not available: NO_PUBKEY 99B656EA8683D8A2 我添加了一种克服apt-key的方法,创建了一个文件夹Key1,其中包含代码key1下面的链接上的 代码 然后我运行命令 $ Sudo apt-key add …

2
如何查找哪个PPA包含特定的程序包?
我想知道哪个存储库包含特定的软件包,以便将PPA链接添加到sources.list文件。 该软件包还可以在官方存储库(multiverse或类似存储库)之外。 我不想只查找存储库名称,也不希望找到要添加到源中的完整合格的PPA链接名称,而无需进行任何其他工作。
12 ppa  repository 


3
LibreOffice的ppa是否对系统安全?
我在Webup8的网站上有一些信息,可以将Libreoffice的ppa添加到系统中(11.04),以获得最新,更稳定的LibreOffice版本。 我已经做到了,我对结果感到满意。但是我在荷兰论坛上将此作为提示,他们认为这是非常危险和危险的。 我的逻辑是:LibreOffice(3.3.3)的新版本(阅读更新版本)不能如此不稳定,以至于Ubuntu(操作系统本身)会崩溃或做一些奇怪的事情。(?) 我将其与Windows进行了比较:无论Windows本身有什么功能,您在升级/更新LibreOffice时都会遇到相同的问题。还是我比较错了? 我看到这是给那些专业使用Office软件包的人的,这是获得更稳定版本的Liberoffice的更可靠的方法。 您对此事有何看法?
12 ppa  libreoffice 

4
如何在Ubuntu Zesty 17.04上安装VLC 3.0?
我在Ubuntu Zesty中安装VLC 3.0遇到困难。使用官方的PPA。我使用添加 sudo add-apt-repository ppa:videolan/master-daily sudo apt-get update 并apt-cache show列出了 apt-cache show vlc | grep Version Version: 3.0.0~~git20160813+r65787+62~ubuntu16.04.1 Version: 2.2.4-14ubuntu2 但是当我尝试安装3.0.0时sudo apt-get install vlc=3.*, sudo apt-get install vlc=3.* Reading package lists... Done Building dependency tree Reading state information... Done Selected version '3.0.0~~git20160813+r65787+62~ubuntu16.04.1' ( [amd64]) for 'vlc' Some packages could …
11 ppa  vlc  17.04 


3
gvim> 7.4.338是否有PPA?
该breakindent功能是有史以来最伟大的功能,但它在7.4.338中。我认为,Ubuntu存储库中的最新版本仅为7.4。我注意到Arch为它提供了一个程序包,但是我似乎还找不到适用于Ubuntu 的程序包。我对编译没有希望,否则我自己编译。
11 ppa  vim 

2
无法添加PPA:'ppa:yannubuntu / boot-repair'
我在笔记本电脑上安装了Ubuntu 13.10。升级Windows后,我尝试通过此处Boot Repair提到的以下命令来恢复grub : sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update sudo apt-get install -y boot-repair && boot-repair 但是,当我运行第一个命令时,出现此错误: Cannot add PPA: 'ppa:yannubuntu/boot-repair'. Please check that the PPA name or format is correct. 有什么问题?
11 boot  dual-boot  grub2  ppa 


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.