In what repository do the Proprietary drivers that are found on the Additional Drivers window found and how can I copy them all so I can have them stored in case I find myself in a computer with a proprietary need but no internet access.
Asked
Active
Viewed 436 times
2 Answers
3
- Recursive download from here:
http://archive.ubuntu.com/ubuntu/pool/restricted/ - e.g.
wget -nH -np --cut-dirs=3 -r -l0 $URL - where
$URLis above or your favorite mirror.
ish
- 141,990
0
They're in the Restrictedrepository.
When you download them and don't clean the cache they're stored in /var/cache/apt/archives.
You can also download the packages from http://packages.ubuntu.com/
Uri Herrera
- 15,318