Welcome to the Cisco Academy for Vision Impaired Linux Wiki. |
Main /
PackageManagementUsingApt-getTraditionally, programs were installed on Linux by compiling them from source. This was true especially if the programs were open source. Once the programs were compiled, relevant files had to be moved to different folders in Linux. This was not a convenient mechanism especially for end-users and also for more advanced users since it was easy to break something. For instance, if a file was not placed in the right folder, the program would not execute correctly. Packages facilitate the installation process. They consist of a file that downloads all relevant libraries and programs. These are then placed in their appropriate locations in the file system. Apt-getApt-get is a command line package manager. It fetches packages from various repositories from the Internet. It allows you to install, remove and upgrade the kernal. apt-get commands
|