I know I can run sudo apt install gnome-tweak-tool
and it will prompt me to enter sudo pass and then proceed to download and install gnome tweak tools. But what if I want to only download and not install it?
I know I can then do sudo apt install gnome-tweak-tool -d
I have however already installed it, and when running this command I get:
sudo apt install gnome-tweak-tool -d -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
gnome-tweak-tool is already the newest version (3.34.0-2ubuntu1).
0 to upgrade, 0 to newly install, 0 to remove and 78 not to upgrade.
How do I download it, and keep a local copy? I want a local copy, because I am going to a place without internet and I have another laptop with me, where I want to install the some packages, but I wont be able to unless I have a local repository copy of them.