Often I have to use a live cd installation of Ubuntu like the 20.04 lts.
I found that there are lot of tools and packages that are missing like brasero and wodim
However I'm unable to always access the mirrors for downloading them.
I was thinking instead of downloading them on a flash drive and just connect it open a terminal and do something like
dpkg -i *.deb
Then I realized that each package has lot of dependency.
How can I be sure that I download all the packages I need including the dependencies so that I can install everything I need from the flash drive?
Given my case of Ubuntu 20 what is the archive address for the packages?
I know that I could include the packages in the Ubuntu live dvd but this is not the target of the question.