답변:
대신 apt-get
apt-cache를 살펴볼 것입니다.
apt-cache --installed rdepends firefox
apt-cache rdepends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances --installed --recurse $package
사람들은 시스템에 자동으로 설치된 패키지가 존재하는 이유를 알고 싶어 할 것입니다. 명령 행에서이 정보를 얻으려면 aptitude why package를 사용할 수 있습니다.
apt-get에는 유사한 기능이 없습니다
출처 : debian-handbook
aptitude why