Tag: ppa

从3d-party存储库安装包

我需要从非ppa存储库安装包。 所以,通常的sudo apt-add-repository… & apt-get update并不令人担忧。 当然,我可以从这里手动下载所有必需的软件包,但我必须手动安装这些软件包并解决依赖关系。 所以,这不是解决我的问题。 如何安装此3d-party应用程序? 有趣的是,该存储库的结构重复了archievev.ubuntu.com存储库的结构。

在获取PPA构建错误时,请求帮助的合适位置是什么?

我正在努力研究一些PPA食谱。 当我遇到构建错误时,我正在寻求社区的帮助以便继续前进。 我在哪里可以找到合适的获得帮助的论坛?

ubuntu 15.10上sudo apt-get update出错

当我做sudo apt-get update我得到这些错误; Err http://ppa.launchpad.net wily/main amd64 Packages 404 Not Found Hit http://archive.ubuntu.com wily-backports/restricted Translation-en 请有人帮忙

无法在Ubuntu 14.04上连接和GPG错误

我在apt-get update时遇到以下错误 Err http://extras.ubuntu.com trusty InRelease Err http://extras.ubuntu.com trusty Release.gpg Unable to connect to extras.ubuntu.com:http: Fetched 1,508 kB in 2min 5s (12.0 kB/s) Reading package lists… Done W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 78414460095F1873 W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed […]

MergeList问题/var/lib/apt/lists/ppa.launchpad.net_gwibber-daily_ppa_ubuntu_dists_precise_main_i18n_Translation-en

我使用ubuntu 12.04 LTS。 一切都很好。 但是每当我尝试安装它显示的东西时,突然从昨天开始: Reading package lists… Error! E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/ppa.launchpad.net_gwibber-daily_ppa_ubuntu_dists_precise_main_i18n_Translation-en E: The package lists or status file could not be parsed or opened. 当我尝试运行Synaptic Package Manager时,它显示: An unresolvable problem occurred while initializing the package information. 请针对’update-manager’包报告此错误,并包含以下错误消息: ‘E:Encountered a section with no Package: header, […]

从Ubuntu的PPA中删除我的应用程序

因为我已经使用quickly submitubuntu将我的应用程序发送到Ubuntu的PPA并且其版本错误(12.07 …正确为0.1!) 应用程序的详细信息: Virtuam 0.1 用Quickly开发(Python / GTK + 3) 上传(正如我所说) quickly submitubuntu 该应用程序不在MyApps或Launchpad中(我从LP中删除它) 我说它被发送到Ubuntu的PPA,因为我看到有关它的消息正在等待终端的审查……也许我错了,我可以完成而不用担心:/

如何在libertine容器中安装seafile

我想在我的libertine容器中安装seafile客户端。 首先,我添加了ppa: libertine-container-manager configure -a “ppa:seafile/seafile-client” -i myContainerID 然后我更新: libertine-container-manager update -i myContainerID 最后我尝试安装seafile-gui和seafile-cli: libertine-container-manager install-package –id myContainerID –package seafile-gui libertine-container-manager install-package –id myContainerID –package seafile-cli 但我只是得到错误“E:无法找到包seafile-gui” 我现在尝试在默认容器中直接执行app-apt-repository,这是我的example-container: libertine-container-manager exec -c “add-apt-repository ppa:seafile/seafile-client”嗯,这个命令因以下错误而停止: mktemp: failed to create directory via template ‘/run/user/32011/confined/com.ubuntu.terminal/tmp.XXXXXXXXXX’: No such file or directory

为什么在执行发布升级期间会降级包?

通过do-release-upgrade从12.04到14.04之后,我发现我的Xournal版本为0.4.7, 之前我的版本是0.4.8。 后者由ppa(即无处不在的webupd8 )提供,它由do-release-upgrade自动禁用。 Precise和Trusty的官方存储库中的版本是0.4.7。 尽管如此,我不希望安装的软件包降级,并且找不到这种行为的文档。 (这特别令人讨厌,因为我需要在每次更新时手动修补和重新编译这个软件,因为富士通p1630触摸屏的驱动程序中存在明显的错误 – 顺便提一下,我想报告一下我是否能想到在哪里做。) 任何人都可以确认或否认这是预期的行为吗? 编辑添加 apt-cache rdepends –installed Xournal的输出apt-cache rdepends –installed Xournal : archelon@ingelrayok:~$ apt-cache rdepends –installed Xournal xournal Reverse Depends: archelon@ingelrayok:~$

如果新的PPA不适用于新的Ubuntu版本,请使用旧PPA

1.如果没有为新版本的Ubuntu更新PPA,最佳做法是什么? 2.是否可以使用之前Ubuntu版本的PPA? 如果是这样,怎么样? 每次出现新版本的Ubuntu时,都会遇到我的部分PPA尚未更新的问题。 例如,我刚刚安装了18.04,这破坏了与Sublime Text 3的兼容性(在17.10中运行良好)。 我正在使用Ansible在干净的安装上设置我的回购。 如果我尝试使用-ppa安装Sublime:webupd8team / sublime-text-3 / ubuntu 我收到一个错误: E:存储库http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu bionic Release’没有发布文件 (另见https://launchpad.net/~webupd8team/+archive/ubuntu/sublime-text-3 ) 如果我尝试添加旧的17.10巧妙的回购: – ppa:webupd8team/sublime-text-3/ubuntu artful main 我收到一个错误: W:Target Packages …在/etc/apt/sources.list中多次配置 Ansible代码: – name: install repositories become: true apt_repository: repo='{{ item }}’ with_items: – deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse – deb http://archive.canonical.com/ubuntu bionic partner – deb […]

无法在Ubuntu Unity 16.04 LTS上下载存储库信息

当我运行Software Updater时,我收到了一条错误消息 无法下载存储库信息,请检查您的Internet连接。 这就是它所说的: W:The repository ‘http://ppa.launchpad.net/upubuntu-com/icons/ubuntu xenial Release’ does not have a Release file. W:Data from such a repository can’t be authenticated and is therefore potentially dangerous to use. W:See apt-secure(8) manpage for repository creation and user configuration details. E:Failed to fetch http://ppa.launchpad.net/upubuntu-com/icons/ubuntu/dists/xenial/main/source/Sources 404 Not Found, E:Some index files failed to download. They have […]