Using apt-get in Linux
If you are not new to Linux you probably have heard about apt (Advanced Packaging Tool) before. It is used on Debian -based Linux distributions (such as, for example Ubuntu) and allows you to install, remove and update packages. Here are a few examples on how to use the tool. Updating your system using apt-get On every newly installed Debian based Linux you want to run: sudo apt-get update This will synchronize the index of packages from the sources....