Inkscape PPA 没有安装更新?

Inkscape PPA 没有安装更新?

我已经安装了 inkscape 0.48,并尝试在他们向我提供的网站上安装 inkscape 0.91,这些命令

sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update
sudo apt-get install inkscape

当我输入第一行命令时,出现了这个

You are about to add the following PPA to your system:
 The Inkscape Stable PPA is intended to provide the current supported release of Inkscape.
 More info: https://launchpad.net/~inkscape.dev/+archive/ubuntu/stable
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.Pph6xzLEzv --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 22C4850146603F3DB0ED00479DA4BD18B9A06DE3
gpg: requesting key B9A06DE3 from hkp server keyserver.ubuntu.com
gpg: key B9A06DE3: "Launchpad PPA for Inkscape Developers" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

我需要做什么改变才能使电脑接受 ppa?

答案1

作为@ThomasW。

我们在 Debian Wheezy 检查中看到 PPA 404,指出 PPAs 404,并尝试查找 Debian 软件包。

Debian Wheezy 与此无关。

所以以下解决方案仅适用于 Ubuntu 系统



没问题,PPA添加成功,公钥导入成功。

更新包信息

sudo apt-get update

安装inkscape

sudo apt-get install inkscape

或者如果已安装 inkscape,请升级您的系统

sudo apt-get upgrade

答案2

根据 OP 对其他答案的评论(参见),我们看到一个 PPA 404,指出 Debian Wheezy 检查上的 PPA 404,尝试查找 Debian 软件包。

这表明原始海报使用的是 Debian,而不是 Ubuntu。

Launchpad 的 PPA 仅支持 Ubuntu,目前不支持 Debian。请勿尝试混合使用 Launchpad / Ubuntu PPA 和 Debian。

您将需要一个 Debian 解决方案(可能检查 Debian Unstable 软件包)或者您必须从源代码构建。

相关内容