I was trying this symbolic link approach because of the problem described here: https://askubuntu.com/a/120221/70462
After I made the symlink, the installation proceeded further than before, but it eventually asked for my password (in an extra small x-term window within the AIR installation window). When I typed in my password, it told me there was an authentication failure. I tried about 8 times total (on 3 separate install attempts), but even when I was certain I was typing my password correctly, it would tell me there was an authentication error.
Specifically the text in the x-term window was:
TITLEBAR: xdg-su: /tmp/air.x0rSdF/setup
TERM: This application requires administrative rights to run
Please enter root Password:
su: Authentication failure
Please enter root Password:
Any ideas?
libgnome-keyring0
, so runsudo apt-get --reinstall install libgnome-keyring0
and you should get/usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0
andlibgnome-keyring.so.0.2.0
back. – Eliah Kagan Jun 17 '12 at 20:45synaptic
, which you can install via the command-line or in the Software Center) does provide this advanced functionality. – Eliah Kagan Jun 18 '12 at 00:50sudo updatedb
(seeman updatedb
andman locate
for details). – Eliah Kagan Aug 12 '17 at 23:53