You are not logged in.

#1 2004-06-01 20:53:32

iotc247
Member
From: Florida
Registered: 2004-05-31
Posts: 177
Website

pacman as normal user

Any way to like make a group so that i dont have to do sudo pacman option blah blah blah?

Offline

#2 2004-06-01 21:10:23

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: pacman as normal user

I don't see how you could do it. Pacman installs to root owned places such as /usr, a normal user doesn't have permission to write there.

So it's not that pacman can't run as a user (it can, searching for example), it's that only root has system wide write, which is needed for a package manager.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#3 2004-06-01 21:14:47

iotc247
Member
From: Florida
Registered: 2004-05-31
Posts: 177
Website

Re: pacman as normal user

O ok.. Wasnt sure if there was a file or script that could detect if the user is a regular user then if it is then it would add sudo to the beginning of the command or something along that lines...

Offline

#4 2004-06-01 21:15:52

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: pacman as normal user

if its just the typing, you could add something like

alias pacman='sudo pacman'

to your .bash_profile, but if you have some other reason to not want to run pacman as root, you might be out of luck.

Unless you ran it as group root, maybe, and changed all the permissions to group writable, but... big hassle

Dusty

Offline

#5 2004-06-01 21:19:29

iotc247
Member
From: Florida
Registered: 2004-05-31
Posts: 177
Website

Re: pacman as normal user

thanks..  Its nice to see developers help people.. Im used to linuxquestions.org cause i used slackware and well no help from the owner.

Offline

Board footer

Powered by FluxBB