
Init-system-helper V1.13にダウングレードするには?
ここで入手しようとしていますが、https://launchpad.net/ubuntu/utopic/powerpc/init-system-helpers/1.18
wget https://launchpad.net/ubuntu/trusty/i386/init-system-helpers/1.13
しかし、dpkgすることはできず、存在しないと宣言するだけです。
E: Unable to locate package init-system-helpers_1.13_all.deb
E: Couldn't find any package by regex 'init-system-helpers_1.13_all.deb'
root@1:~#
私もPPAができません。https://launchpad.net/ubuntu/utopic/powerpc/init-system-helpers/1.18これは何らかの理由でです。私が何か間違っている可能性があります。
$ sudo add-apt-repository ppa:ubuntu/init-system-helpers/1.13
ダウングレードする理由は、RabbitMQがサーバーをインストールしようとすると次のエラーが発生するためです。
The following packages have unmet dependencies:
The following packages have unmet dependencies: rabbitmq-server : Depends: init-system-helpers (>= 1.13~) but it is not installable
答え1
Depends: init-system-helpers (>= 1.13~)
1.13がrabbitmq-server
必要であることを意味します。init-system-helper
または後でしたがって、サポートされているすべてのUbuntuバージョンのデフォルトバージョンは依存関係を満たす必要があります。早く走る
sudo apt-get install init-system-helpers
しかし、まだUbuntu 12.04を使用していますinit-system-helpers
。サポートされているUbuntuバージョンにアップグレードする必要があります。