Software Packages


Besides the pre-installed set of default applications each Linux distribution offers, it also has a package repository with a vast collection of applications available to install through its package manager.

.deb packages

.rpm packages

Actions .deb .rpm
Update list of available packets apt update (not necessary)
Look for a packet apt search [package] yum search [package]
Install apt install [package] yum install [package]
Remove apt remove [package] yum remove [package]