Jump to content

aptitude (software)

From DawoumWiki, the free Mathematics self-learning

aptitude
Developer(s)Daniel Burrows[1]
Initial release1999; 25 years ago (1999)
Stable release
0.8.7 / April 19, 2017; 7 years ago (2017-04-19)[2]
Preview release
0.8.9 / August 19, 2017; 6 years ago (2017-08-19)[3]
Written inC++ (nCurses)
Operating systemGNU/Linux, iOS[4]
PlatformDebian and derivatives
TypePackage management system
LicenseGNU General Public License
Websiteaptitude.alioth.debian.org

aptitudeapt, 데비안 패키지 관리자[5]에 대한 프론트-엔드(front-end)입니다. 그것은 소프트웨어 패키지(software packages) 목록을 표시하고 사용자에게 설치 또는 제거할 패키지를 대화식으로 선택하는 것을 허용합니다. 그것은 유연한 검색 패턴을 사용하여 특히 강력한 검색 시스템을 가집니다. 그것은 데비안(Debian)에 대해 처음 만들어졌지만, (코넥티바와 같은) RPM Package Manager (RPM) 기반 배포판에 역시 나타났습니다.

Installation

데비안 저장소에서 설치합니다:

  • sudo apt install aptitude

Usage

remove rc list

남겨진 패키지를 목록화하기 위해,

  • aptitude search ~c

제거하려면

  • sudo aptitude purge ~c

로컬에 설치되었거나 소스 리포지토리가 비활성화되어 설치된 더 이상 사용되지 않는 패키지를 검색할 수 있습니다

  • aptitude search '?narrow(?installed, ~o)'

또한 구식 + ppa를 모두 원한다면 :

  • aptitude search '?narrow(?installed, ~Oppa | ~o)'

See also

References

  1. ^ Burrows, Daniel (2007-12-02). "projects/aptitude". Archived from the original on 2012-06-30. Retrieved 2015-07-03. {{cite web}}: Unknown parameter |dead-url= ignored (|url-status= suggested) (help)
  2. ^ Hartwig, Daniel (2017-04-19). "aptitude (0.8.7-1) unstable".
  3. ^ Hartwig, Daniel (2017-08-19). "aptitude (0.8.9-1) unstable".
  4. ^ "Aptitude: advanced command-line APT frontend". Retrieved 2015-07-03.
  5. ^ https://wiki.debian.org/Aptitude

External links