
私はこれを使って私のGNOME端末(Debianで)を着色できるようにしたいです。パック、インストール手順では最初にインストールするように求められますsudo apt-get install dconf-cli
が、そうするとエラーが発生します。
sudo apt-get install dconf-cli
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package dconf-cli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'dconf-cli' has no installation candidate
シナプティックパッケージマネージャでもパッケージが見つかりません。これをどのようにインストールしますか?私もapt-cache policy dconf-cli
以下を実行しました。
apt-cache policy dconf-cli
dconf-cli:
Installed: (none)
Candidate: (none)
Version table:
答え1
考えられる理由は2つあります。
- この場合、Debian stable(Wheezy)を使用しています。このプランは利用できません。この場合、ストレージの追加または、システムをJessieにアップグレードしてください。これが最も可能性の高い理由です。
- Test(Jessie)/Unstable を使用していますが、その場合、該当するセクションがないか、古いパッケージの
main
リストがあります。testing main
または、unstable main
(テストをjessieに置き換えることができます)を含む行があることを確認し、実行してリストが実際であることを確認apt-get update
します。それでも問題が解決しない場合は、ミラーを交換してください。
リリース日が近づくと、Jessieにアップグレードする予定です。
お探しのバイナリは、以前はdconf-toolsで提供されている可能性があります。
d-conf (0.16.0-2) experimental; urgency=low
[ Sebastien Bacher ]
* debian/control.in, debian/dconf-editor.install,
debian/dconf-cli.install, debian/dconf-tools.install:
- split dconf-tools in dconf-cli and dconf-editor, the dconf command
line utility is used outside GNOME/GTK environments and shouldn't
require gtk. Keep the dconf-tools binary as a transitional one so
users upgrading still have the editor.
[...]
-- Sebastien Bacher <[email protected]> Fri, 31 May 2013 17:48:50 +0100