![Init-System-helper V1.13으로 다운그레이드하는 방법](https://linux55.com/image/117552/Init-System-helper%20V1.13%EC%9C%BC%EB%A1%9C%20%EB%8B%A4%EC%9A%B4%EA%B7%B8%EB%A0%88%EC%9D%B4%EB%93%9C%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
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 버전으로 업그레이드해야 합니다.