• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Download ubuntu packages

Cogman

Lifer
Title says it all, Is there a website you can go to get ubuntu packages without update manager?

(Need ndiswrapper to get my network working, don't have a network card I can use other then the wireless card.)
 
🙂 thanks, I found another way as well, apt-get -d will work (it looks like, im just about to test it)
 
If you still need to use the web, you can also use packages.ubuntu.com, which allows you to search for and download packages for the different architectures Ubuntu supports.
 
packages.ubuntu.com will be better because it lists the package's dependencies and since you're doing it by hand you'll have to download all of them too.
 
or apt-get -d on another machine will get the package and it's dependencies automatically, just make sure the other machine has about the same software installed, otherwise some dependencies may already have been met and then not downloaded.
 
Back
Top