You are not logged in.
I'm pretty damn sure that i missed some wiki page, but i cannot find it, how do i install packages without an internet connection. I installed on one of my computers, then realized i needed to install the wireless drivers after the install, which i cannot. I can ofcourse reinstall, but i believe there must be a possibility to make pacman install a bunch of packages from USB or a cd. I do have internet at my other computer, so i can download the packages there onto a usb-stick.
Offline
Hi,
you should try
pacman -U /path/to/package.pkg.tar.gzI haven't tried this but that's the way one would manually install a package build with PKGBUILD and "made" with makepkg.
Hope that helps.
He who says A doesn't have to say B. He can also recognize that A was false.
Offline
That sounds correct, but how do i get a package onto a USB-drive?
Offline
If the other pc is arch, then just pacman -Sw pkg, then copy to the USB, else, go to your mirror and download them.
Offline
You can find the packages at one of the servers listed in /etc/pacman.d/mirrorlist, for instance.
Offline