You are not logged in.

#1 2010-06-17 04:05:08

avarionist
Member
Registered: 2010-06-17
Posts: 4

how to download pacman packages for offline installation

I have  the misfortune of having a broadcom wifi card and yes its my only wireless/internet connection. my question is ' is there any way to download a pacman package for offline installation and if not how would i install b43-fwcutter offline in arch ?

Offline

#2 2010-06-17 04:14:13

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: how to download pacman packages for offline installation

Yes, go to a mirror site, download the package, transfer it to your machine, install using the -U option in pacman.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#3 2010-06-17 04:17:41

avarionist
Member
Registered: 2010-06-17
Posts: 4

Re: how to download pacman packages for offline installation

thanks for the info but im having trouble locating any mirror sites

googling this "b43-fwcutter pacman offline download" didnt seem to turn up any mirrors
is there a repo site for pacman ?<-- curious
after i get wireless installed i should be fine... hopefully smile

Offline

#4 2010-06-17 04:18:39

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: how to download pacman packages for offline installation

look in /etc/pacman.d/mirrorlist


Personally, I'd rather be back in Hobbiton.

Offline

#5 2010-06-17 04:46:27

Cookie
Member
Registered: 2008-03-08
Posts: 119

Re: how to download pacman packages for offline installation

Using this code will download the package without installing it

pacman -Sw b43-fwcutter

and you can install it with

pacman -U b43-fwcutter

Also mirror list and status can be found at https://www.archlinux.de/?page=MirrorStatus

Last edited by Cookie (2010-06-17 04:48:35)


Linux nabcake in training...
ArchLinux64

Offline

#6 2010-06-17 04:50:30

avarionist
Member
Registered: 2010-06-17
Posts: 4

Re: how to download pacman packages for offline installation

thanks found a mirror
one last question though
in arch do i have to install dependecies one by one or are they automatically found.
in any case what would be the command to check for the required dependecies ?

Offline

#7 2010-06-17 04:59:12

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: how to download pacman packages for offline installation

avarionist wrote:

thanks found a mirror
one last question though
in arch do i have to install dependecies one by one or are they automatically found.
in any case what would be the command to check for the required dependecies ?

If you have the network access,  they are automatically found for you. But if you don't, you should find out all the dependencies of a particular package and then download each one and then install them "in order", so that the package that you are actually trying to install, can be installed.

The command would be (from any arch machine which has network access

 sudo pacman -Ss <package-name>

It will list all the dependencies, as long as they are not installed on your machine already.

Last edited by Inxsible (2010-06-17 05:00:26)


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#8 2010-06-17 05:19:22

avarionist
Member
Registered: 2010-06-17
Posts: 4

Re: how to download pacman packages for offline installation

Thanks guys thats all i needed.
the wifi was the only reason i didnt install arch before because you and i can both imagine installing a desktop enviroment offline depend by depend. lol

Offline

#9 2010-06-17 05:50:10

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: how to download pacman packages for offline installation

Inxsible wrote:

The command would be (from any arch machine which has network access

 sudo pacman -Ss <package-name>

-Ss is the search command - it does not list dependencies. You need -Si for that.

Offline

#10 2010-06-17 11:57:45

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: how to download pacman packages for offline installation

D'oh !! you are right ! I actually meant pacman -Si

Last edited by Inxsible (2010-06-17 11:58:14)


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB