https://drive.google.com/drive/folders/1gxrxwglzn6EUFxwe9p1QVe04JrHaqD8d?usp=sharing
Install the required tools:
bash
sudo apt update && sudo apt install apt-rdepends
Use code with caution.Download all the .deb files (replace vlc with your target package):
bash
apt-get download $(apt-rdepends vlc | grep -v "^ ")
or just use apt-get download 0* to z* A* to Z*
![]()