![제거 작업으로 인해 일부 패키지가 더 이상 필요하지 않게 됩니까?](https://linux55.com/image/175439/%EC%A0%9C%EA%B1%B0%20%EC%9E%91%EC%97%85%EC%9C%BC%EB%A1%9C%20%EC%9D%B8%ED%95%B4%20%EC%9D%BC%EB%B6%80%20%ED%8C%A8%ED%82%A4%EC%A7%80%EA%B0%80%20%EB%8D%94%20%EC%9D%B4%EC%83%81%20%ED%95%84%EC%9A%94%ED%95%98%EC%A7%80%20%EC%95%8A%EA%B2%8C%20%EB%90%A9%EB%8B%88%EA%B9%8C%3F.png)
최신 버전을 컴파일하여 qbittorrent를 업그레이드하고 싶습니다.
sudo apt purge qbittorrent
일부 정보가 나타납니다.
The following packages were automatically installed and are no longer required:
python3-selinux python3-slip python3-slip-dbus
Use 'sudo apt autoremove' to remove them.
패키지가 python3-selinux python3-slip python3-slip-dbus
관련이 있나요 qbittorrent
? apt purge qbittorrent
결과가 나오나요 some packages no longer required
?
답변1
이를 실행하면 apt
요청한 작업의 결과를 계산한 후 자동으로 제거 가능한 패키지에 대해 알려줍니다. 여기에는 이전 패키지 제거로 인해 호출 전에 자동으로 제거된 패키지 apt
와 요청된 작업의 결과로 자동으로 제거되는 패키지가 포함됩니다.
이 특별한 경우 나열된 패키지는 관련이 없으며 qbittorrent
이를 제거해도 이미 패키지가 자동으로 제거되지는 않습니다.