Programming/RaspberryPi
Rasbian qbittorrent-nox installation
쵸코아몬드
2019. 11. 19. 14:53
2019.11.19 기준 Rasbian 의 최신 버전은 Debian Buster 기반으로 되어있다. 따라서, Rasbian에 qbittorrent-nox 를 설치하고자 하는 경우 add-apt-repository 명령으로 repository를 추가하고자 하면 에러가 발생한다.
따라서 Debian 홈페이지로 부터 qbittorrent-nox deb 파일을 다운받아 설치하면 된다.
라즈베리파이3의 경우 armhf 아키텍쳐 용을 라즈베리파이4의 경우 arm64 아키텍쳐 용을 다운받아 설치 하면 될 것이다.
설치 명령어는 다음과 같다.
$ sudo dpkg -i <downloaded_deb_file>
설치 후 Service 등록 등은 Github 설명 참조.