I have a GCP artifactory registry repository of APT format & A private VM I have configured a Private VM to access Artifact Registry packages using the following command: echo 'deb ar+https://asia-south1-apt.pkg.dev/projects/sample-project quickstart-apt-repo main' | sudo tee -a /etc/apt/sources.list.d/artifact-registry.list, Using Cloud shell I downloaded Chrome for Linux (google-chrome-stable_current_amd64.deb) and uploaded it to the repository , I was successfully able to download the file in a private VM from Repo but when I tried to install it I was getting this kind of below errors
if found that it required internet connection to install the required dependencies
Is there a way to install software with all dependencies? Please provide a solution that can be help full for any other software installation as well
I have tried with apt-offline as mentioned in this link (https://askubuntu.com/questions/1444211/installing-apps-on-offline-ubuntu-pcs?noredirect=1&lq=1) but my repo does not support any other formats since it was in APT format