Saturday, November 22, 2008

Multi-threaded apt-get howto

1. start synaptic package manager
2. select the package to be install
3. goto File > Package download script
4. cat package_download_script.sh | sed s/wget/'proz -k=10'/ > package_download_script_proz.sh
5. goto /var/cache/apt/archive/
6. execute the script here
6. run apt-get install

that's it

Intel Corporation XMM7360 LTE Advanced Modem in ArchLinux

The required packages are available in ArchLinux User Repository (AUR) so it will be easier if you can use an AUR helper package like yay . ...