Home >Operation and Maintenance >Linux Operation and Maintenance >What does source mean in linux system
Source is similar to the maven warehouse in java, except that maven accesses jar packages, while the source in linux accesses installation packages.
(Recommended tutorial: linux tutorial)
Ubutun is configured in /etc/apt/sources.list.
CentOS is configured in /etc/yum.repos.d/CentOS-Base.repo.
Recommended related video tutorials: linux video tutorial
The above is the detailed content of What does source mean in linux system. For more information, please follow other related articles on the PHP Chinese website!