How to configure apt for linux?
Apt is a installation and update manager for linux like debian,fedora, unbuntu etc. The apt will be sintalled if not download and install the apt from isntalled linux website. Add the repositories to the /etc/apt/sources.list. repositories are precompiled or binary linux packages for defferent linux distros, linux servers keep them online for the update managers to get and install them. here is the example of sources.list for fedora, to read more details about the sources.lst in the terminal type: man sources.list To use apt firs run with the command: apt-get update This will refresh and get the new packages information, then run with apt-get install package_name apt-get upgrade For help read the apt-get manual.