C 找不到pidgin(Linux Mint)的源程序包

C 找不到pidgin(Linux Mint)的源程序包,c,plugins,linux-mint,pidgin,C,Plugins,Linux Mint,Pidgin,我想在13岁以下开始开发洋泾浜插件 我已经读过,一开始有人说我应该使用命令安装pidgin的开发依赖项:apt get build dep pidgin 但最终会出现以下错误消息: E:找不到pidgin的源程序包 我必须添加一个特殊的存储库吗?或者我如何让LinuxMint找到这个包 以下是源的转储。列表: deb http://packages.linuxmint.com/ maya main upstream import deb http://archive.ubuntu.com/ubu

我想在13岁以下开始开发洋泾浜插件

我已经读过,一开始有人说我应该使用命令安装pidgin的开发依赖项:
apt get build dep pidgin

但最终会出现以下错误消息:

E:找不到pidgin的源程序包

我必须添加一个特殊的存储库吗?或者我如何让LinuxMint找到这个包

以下是源的转储。列表:

deb http://packages.linuxmint.com/ maya main upstream import
deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ precise partner
deb http://packages.medibuntu.org/ precise free non-free

# deb http://archive.getdeb.net/ubuntu precise-getdeb apps
# deb http://archive.getdeb.net/ubuntu precise-getdeb games

http://packages.linuxmint.com/search.php
显示,
felicia
helena
都存在洋泾浜回购协议,这两种回购协议分别是LinuxMint6和LinuxMint8。Mint默认安装的存储库可能不包含指向这些特定存储库的链接


如果您对Pidgin的开发感兴趣,我建议您直接下载这些文件。这可能有助于您了解开发过程,而不是从Mint的角度,而是从发行独立性的角度。

编辑
/etc/apt/sources.list
,并添加
deb src

deb http://packages.linuxmint.com/ maya main upstream import
deb-src http://packages.linuxmint.com/ maya main upstream import

deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse

deb http://archive.canonical.com/ubuntu/ precise partner
deb http://packages.medibuntu.org/ precise free non-free
并尝试:

apt-get update
apt-get build-dep pidgin

哪个Linux造币厂?你能编辑你的帖子并转储/etc/apt/sources.list的内容吗?我正在使用Linux Mint 13 Maya。后期编辑…谢谢,这些回购协议是什么?我什么也找不到。谢谢,但当我尝试这种方式时,我必须手动安装开发依赖项,我想这不会有问题。。。我会尝试…你也可以通过软件管理器应用程序添加它们。转到编辑->软件源,启用源代码存储库。记住刷新缓存,然后就可以执行apt-get-build-dep-pidgin