|
Hello, recently I bought an Orange Pi 2G IoT. I installed the Ubuntu Server and managed to connect to it through the serial port and I could even update the system (only apt-get update) and install some packages, but here's the little problem:
I would like to install packages offline (in my house I do not have an internet connection) and I tried to download the repository(http://mirrors.ustc.edu.cn/ubuntu-ports/) but it only lets me download about 9 megabytes and don't even start with the "pool" files where (I think) reside the packages.
I am using a PC with Debian Jessie amd64 (check that I have enough space) and I have tried to mirror the repository from the console using the wget command, with the following syntax:
wget --mirror --convert-links --show-progress --recursive --wait=5 http://mirrors.ustc.edu.cn/ubuntu-ports/
Could someone with a better idea help me?
|
|