[Linux] apt란 (feat.리눅스 배포판)
리눅스 배포판(Linux distributions)은 기존 리눅스의 커널과 함께 목적에 맞는
여러 소프트웨어를 패키징해 제공하는 운영체제입니다.
아래 링크에서 배포판의 목록을 볼 수 있습니다.
List of Linux distributions - Wikipedia
From Wikipedia, the free encyclopedia Jump to navigation Jump to search List of software distributions using the Linux kernel Timeline of the development of main Linux distributions[1] This page provides general information about notable Linux distribution
en.wikipedia.org
많은 배포판 중에서 저희가 볼 것은
ubuntu가 속해있는 데비안(Debian-based) 계열입니다.
데비안 계열의 리눅스 배포판들은 apt(Advanced Packaging Tool, APT)를 사용해 패키지를 설치, 관리합니다.
정리하면 'apt는 데비안 계열에 기반을 둔 리눅스 배포판에서 사용하는 패키지 관리자이다' 라고할 수 있습니다.
[참고자료]
리눅스 배포판이란?
Ubuntu , Fedora , Manjaro , Centos … AWS 인스턴스 설정에서 만나는, 운영체제에 대한 것들은 도대체 무엇일까? 이번 글은 배포 시에 마주치는 리눅스 배포판들과 리눅스의 특징들에 대해 다룬 글, “리
tecoble.techcourse.co.kr
apt-get(8) - Linux man page
apt-get(8) - Linux man page Name apt-get - APT package handling utility - command-line interface Synopsis apt-get [options] [-o config=string] [-c=cfgfile] command [pkg] Description apt-get is the command-line tool for handling packages, and may be conside
linux.die.net