where does "sudo apt-get install <package_name>" get the ...
askubuntu.com › questions › 1119041Feb 17, 2019 · apt-get install will go through all the repositories in the list and find the the lastest version and download and install it. This process will also find and download and install any other packages the first package depends on. The repository for Google-chrome is not included in the default. That's why apt-get does not work. Once you download and install the Deb file, the installation process adds the Google repository to the list.