컴퓨터활용/리눅스
리눅스에서 transmission 설치 에러 해결하기
굳라이프
2023. 4. 20. 18:09
여기 나오는 방법대로 열심히 따라 해서
완전히 설치 했다고 생각하고, 마지막 명령을 주었을때....
How to Setup Transmission on the Raspberry Pi - Pi My Life Up
아래와 같은 에러가 발생했습니다.
Job for transmission-daemon.service failed because the control process exited with error code. See "systemctl status transmission-daemon.service" and "journalctl -xe" for details
아래 방법으로 해결 했습니다.
Run: sudo apt-get purge transmission* to remove any software starting with "transmission"
Then, sudo apt-get autoclean and sudo apt-get autoremove just to be sure.
Then re-install Transmission