리눅스 패키지 관리 Package Management Basics: apt, yum, dnf, pkg
Package Management Basics: apt, yum, dnf, pkg Introduction Most modern Unix-like operating systems offer a centralized mechanism for finding and installing software. Software is usually distributed in the form of packages, kept in repositories. Working with packages is known as package management. Packages provide the basic components of an operating system, along with shared libraries, applicat..