14.04 - Installing apt-get - Ask Ubuntu
askubuntu.com › questions › 860375pkexec dpkg -i apt.deb if everything goes right, that should be enough. Probably you may find that some dependencies are not satisfied, to deal with that you may need to create a folder (something like "apt-installer") and drop all the dependencies of the apt package there. The list of dependencies required will be shown by the dpkg output and the download process is similar to the one explained above.
APT-GET Command in Linux {Detailed Tutorial With Examples}
phoenixnap.com › kb › how-to-use-apt-get-commandsMay 06, 2019 · apt-get dselect-upgrade How to Install Packages with apt-get. To install a package using apt-get, type in the following command: apt-get install [package_name] Replace [package_name] with the name of the software package you intend to install. If you do not know the exact name of the package, type in the first few letters and press TAB. The system will suggest all the packages available, starting with those letters.