You are not logged in.

#1 2010-05-12 04:09:54

gowireless
Member
Registered: 2010-05-12
Posts: 20

how to install a package from a disc

i have the file     sudo-1.7.2p3.tar    on a disk and i need to know how to install a package from a cd, what lines do i need to type to install it?:|

Offline

#2 2010-05-12 04:13:29

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

Re: how to install a package from a disc

Methods for installation vary by package. You should read the documentation that came with it.

But it looks like you're trying to install sudo which is already available through pacman. Why not use that?


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

Offline

#3 2010-05-12 04:15:43

gowireless
Member
Registered: 2010-05-12
Posts: 20

Re: how to install a package from a disc

i keep trying to install it through pacman, but it wont download it, because i need the sudo command to install the drivers for my wlan card and cant get internet without it

Offline

#4 2010-05-12 04:18:54

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

Re: how to install a package from a disc

Hmm, do you have the wireless drivers? (In case you are not aware, you use su to switch to root and use pacman from there.)


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

Offline

#5 2010-05-12 04:22:34

gowireless
Member
Registered: 2010-05-12
Posts: 20

Re: how to install a package from a disc

yes i do, but all i need to know for now is how to access the cd drive ( drive d:) and install the sudo package from there, then ill be able to do it from that point on

Last edited by gowireless (2010-05-12 04:22:46)

Offline

#6 2010-05-12 04:24:37

gowireless
Member
Registered: 2010-05-12
Posts: 20

Re: how to install a package from a disc

and i havnt set anything else up yet, so im always on root

Offline

#7 2010-05-12 04:28:03

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

Re: how to install a package from a disc

Ok, you don't need to use sudo from root as sudo just lets you run things with root privileges which you already have. Why can't you install the drivers as root, is there some sort of error?

(To mount your cd, use the mount command. Your cd device is probably /dev/cdrom.)


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

Offline

#8 2010-05-12 04:33:02

gowireless
Member
Registered: 2010-05-12
Posts: 20

Re: how to install a package from a disc

well the last line of code i need to type to finish installing the drivers is

sudo ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o

but the computer says "sudo" isnt recognised as a command
what do i type to access the cd drive?

Offline

#9 2010-05-12 04:37:29

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

Re: how to install a package from a disc

If you are running as root, you can execute that command as ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o and there is no need for sudo.

Btw, what wireless card is this? Have you tried searching for a pacman package for it?

To access the cd drive, use the mount command. Enter man mount to read the manual. (I assume you do not have a graphical environment set up yet.)

Last edited by fsckd (2010-05-12 04:37:52)


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

Offline

#10 2010-05-12 04:37:57

gowireless
Member
Registered: 2010-05-12
Posts: 20

Re: how to install a package from a disc

i have to go, its late here, ill fix this tommorow

Offline

Board footer

Powered by FluxBB