apt Command in Linux | Linuxize
linuxize.com › post › how-to-use-apt-commandFeb 24, 2020 · sudo apt install package_name If you want to install multiple packages with one command, specify them as a space-separated list: sudo apt install package1 package2 To install local deb files provide the full path to file. Otherwise, the command will try to retrieve and install the package from the APT repositories.