When we run the command in the terminal for downloading and installing a program on Ubuntu in the terminal window from which location does Ubuntu download the program?
For example I want to install Ithor on my computer I should run command:
$ sudo apt-get install lthor
I would like to know from where this package is downloaded and then installed.
And if possible can someone provide me the direct download link for Ithor as my internet connection is very slow and can't download it directly so need an offline installer.
apt-get download Ithor
and install it in your computer using dpkg – Mohit Rajan Mar 07 '16 at 13:12sudo dpkg -i file-name.deb
/sudo dpkg -i *.deb
is there are multiple packages – Mohit Rajan Mar 07 '16 at 13:43