You are not logged in.

#1 2020-01-10 09:45:34

duyinthee
Member
Registered: 2015-06-14
Posts: 222
Website

[SOLVED] pikaur not ask for password for installation

I am using pikaur to install and upgrade software from AUR.
It is good. But what I notice is that pikaur does not ask for password for installing software.

~$ pikaur -S google-chrome --noedit --noconfirm

will not ask password for installation at last.

I understand passing editing PKGBUILD and passing "Do you want to proceed (Y/N)", for instance.
And I expect asking password for installation at last after compiling the package. But it does not.

I also try it with close terminal and reopen terminal run the command like above.
No password for installation is asked.

I don't think it is normal.

Last edited by duyinthee (2020-01-12 10:54:08)

Offline

#2 2020-01-10 09:58:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,660

Re: [SOLVED] pikaur not ask for password for installation

pikaur just uses sudo at the end of the day, did you configure sudo to not ask you for a password? Are you NEVER prompted for a password or just once and before you'd expect it? There's

[misc]
SudoLoopInterval (default: 59)

Interval in seconds in which sudo command will be spawned in the background to avoid asking for sudo password more than once (-1 to disable sudo loop at all).

in it's config.

Offline

#3 2020-01-12 10:50:11

duyinthee
Member
Registered: 2015-06-14
Posts: 222
Website

Re: [SOLVED] pikaur not ask for password for installation

Arh, Yes, thanks you. Now I see.

Offline

Board footer

Powered by FluxBB