简体   繁体   English

如何在 Android 设备上下载 Launchpad ppa 存储库以安装在气隙式 ubuntu 系统上

[英]How to download Launchpad ppa repositories on an android device to be installed on an airgapped ubuntu system

I have a completely air-gapped system.我有一个完全密封的系统。 how can I download this( https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa/+packages ) repository on my android device so i can run the install command for gdal-bin如何在我的 android 设备上下载这个( https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa/+packages )存储库,以便我可以运行 gdal-bin 的安装命令

sudo apt-get install gdal-bin

I need to do this because I am trying to run the command我需要这样做,因为我正在尝试运行命令

gdalbuildvrt somegeotiff.vrt * .tif

but it says command not found, but can be installed with :但它说找不到命令,但可以安装:

sudo apt-get install gdal-bin

to finish a vts-geospatial project.完成一个 vts-geospatial 项目。

follow the steps on this answer here ( https://askubuntu.com/questions/618242/how-can-i-download-deb-from-a-ppa )按照这里答案的步骤操作( https://askubuntu.com/questions/618242/how-can-i-download-deb-from-a-ppa

Beware: this does not download any dependencies, and you will still need to download the dependencies if you are downloading .deb files separately.注意:这不会下载任何依赖项,如果您单独下载 .deb 文件,您仍然需要下载依赖项。

to counter this, you can search for and download them right on http://packages.ubuntu.com/ to a folder and then run sudo in the terminal为了解决这个问题,您可以直接在http://packages.ubuntu.com/上搜索并下载它们到一个文件夹,然后在终端中运行 sudo

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM