terminal. How it works?
once you find a package (i think that is done via apt search) you can install it via apt install
apt is a package manager. Packages are programs for your specific linux distro, these are listed in a so called repository (repo). sudo apt update to get a list of all packages. It updates the repos on your machine basically sudo apt upgrade to install the newest version of all packages. This is nice, because in windows you would need to install updates manually apt-cache search yourtext to search for a package. For example I do apt-cache search and it will list all packages that have php in their name or description. It tells you in one sentence what the package is too. sudo apt install packagename installs the package
Обсуждают сегодня