sudo make me a sandwich
That was my second though after following events on fingerterm(1)
[nemo@Sailfish ~]$ pkcon install libkeepalive-glib-tools
...
Vakava virhe: Failed to obtain authentication.
Ok, I thought -- since I have not allowed untrusted sw, some keys are not recognized or something...
... but let's try anyway, it will not work though:
[nemo@Sailfish ~]$ devel-su
Password: ****************
[root@Sailfish nemo]# pkcon install libkeepalive-glib-tools
....
(hmm, lost final message due to display rotation, but package was now installed)
Whoa! what just happened? Did I install untrusted software?
EDIT (2017-12-08): Now I know (with default repositories) the software installed by pkcon are trusted (what I'd like to have is a way to easily install untrusted (one at a time) software after careful "inspection")
The next steps that I've done so far:
- cat /var/log/zypp/history
- rpm -qil libkeepalive-glib
- rpm -qil libkeepalive-glib-tools
- /usr/bin/keepalive-tool -h
And on Desktop Linux:
Next to look how this keepalive-tool
is to be used, but anyone who knows whether this sw is considered as untrusted please tell me. And if there is a tool to run to tell this information please tell that too.
EDIT: First try: keepalive-tool -t 86300 -- ping -D -i 15 9.9.9.9
seems to work -- no extra sleeping. next to try keeping ssh connection up overnight and see whether there is (noticeable) increase in battery consumption...
(and for the ones who did not know this before: https://xkcd.com/149/ )
what is your question exactly about?
coderus ( 2017-12-01 00:06:45 +0200 )editThat is a good guestion ;) ... the question changed while writing above so finally it got little mixed up. However spiiroin answered it perfectly to my expectation.
too ( 2017-12-01 10:40:14 +0200 )editCould you please adjust the title of this question to be more appropriate, so other users searching for similar topics can find it? Thanks.
ghling ( 2017-12-01 11:04:35 +0200 )editHave to think about that -- When changing title, then content might need adjustment -- and in that case the content should match to the answers given...
So this is a (second) hard thing. Alternative is to create a wiki page which contains just the relevant text. Does this add additional noise to the search results?
too ( 2017-12-01 13:17:51 +0200 )editBTW, on Fedora you can install signed package from the default repositories with pkcon as a normal user (eq. without root privileges/sudo). :)
Any package in the default repos should be safe to install & the signature makes sure the package is actually what you install. So really no need to require additional privileges just for that. That's also the same reson why you can install applications from Gnome Software without first gaining sudo/root privileges, making the application install process quite a bit less hassle.
MartinK ( 2017-12-08 01:13:05 +0200 )edit