sudo apt-get build-dep python-svnが新しいLinux Mintで動作しない

sudo apt-get build-dep python-svnが新しいLinux Mintで動作しない
daniel@beepboop /etc/apt $ sudo apt-get build-dep python-svn
Reading package lists... Done
Picking 'pysvn' as source package instead of 'python-svn'
E: Unable to find a source package for python-svn

私の考えでは、これが私のsource.listに関連しているようです。どんな提案がありますか?

コメントに応じていくつかの修正:

Pythonをインストールしてみてください:

daniel@beepboop ~ $ sudo apt-get install python-svn
[sudo] password for daniel: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-svn is already the newest version (1.8.0-1).
0 upgraded, 0 newly installed, 0 to remove and 78 not upgraded.

私のソースのリスト:

daniel@beepboop /etc/apt $ more sources.list
    deb cdrom:[Linux Mint 18.1 _Serena_ - Release amd64 20161213]/ xenial contrib ma
    in non-freedeb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted u
    niverse multiverse

ちょっとした編集をして発見した内容は次のとおりです。元のソースリストに復元しました。

daniel@beepboop /etc/apt/sources.list.d $ more sources.list
deb cdrom:[Linux Mint 18.1 _Serena_ - Release amd64 20161213]/ xenial contrib ma
in non-free

ソース.リスト.d:

daniel@beepboop /etc/apt/sources.list.d $ more *
::::::::::::::
google-chrome.list
::::::::::::::
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
::::::::::::::
notepadqq-team-notepadqq-xenial.list
::::::::::::::
deb http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial main
deb-src http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial main
::::::::::::::
official-package-repositories.list
::::::::::::::
# Do not edit this file manually, use Software Sources instead.

deb http://packages.linuxmint.com serena main upstream import backport #id:linux
mint_main

deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe mul
tiverse
deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe m
ultiverse

deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe 
multiverse
deb http://archive.canonical.com/ubuntu/ xenial partner

ベストアンサー1

おすすめ記事