우분투의 패키지 관리 시스템은 데비안 GNU/Linux 배포판에서 사용되는 같은 시스템에서 파생 되었습니다. 패키지 파일은 모든 필요한 파일, 메타 데이타, 그리고 특정 기능 또는 여러분의 우분투 컴퓨터 상의 소프트웨어 프로그램의 이행을 위한 명령 지시들을 가지고 있습니다.
데비안 패키지 파일은 전형적으로 .deb 확장자를 가지고, 일반적으로 저장소 에 존재 합니다. 저장소는 CD-ROM 디스크 또는 온라인과 같은 다양한 매체에서 찾을 수 있는 패키지의 수집들 입니다. 패키지는 보통 바이너리 형태로 미리 컴파일이 되므로 설치는 빠르게 하고 소프트웨어의 컴파일을 필요로 하지 않습니다.
Many complex packages use the concept of dependencies. Dependencies are additional packages required by the principal package in order to function properly. For example, the speech synthesis package Festival depends upon the package festvox-kalpc16k, which is a package supplying one of the voices used by the application. In order for Festival to function, it and all of it's dependencies must be installed. The software management tools in Ubuntu will do this automatically.