How to tell which version of a application is running

Xen list at xenhideout.nl
Mon Apr 17 15:38:42 UTC 2017


Ralf Mardorf schreef op 17-04-2017 16:56:

> "/usr/lib/tracker/tracker-miner-apps" OTOH is provided by the package
> http://packages.ubuntu.com/xenial-updates/tracker-miner-fs .

I know this must be an enormous headache for Chris, but:

/usr/share/dbus-1/services/org.freedesktop.Tracker1.Miner.Files.service
/usr/share/dbus-1/services/org.freedesktop.Tracker1.Miner.Applications.service
/usr/share/dbus-1/services/org.freedesktop.Tracker1.Miner.Userguides.service

/usr/share/tracker/miners/org.freedesktop.Tracker1.Miner.Files.service
/usr/share/tracker/miners/org.freedesktop.Tracker1.Miner.Applications.service
/usr/share/tracker/miners/org.freedesktop.Tracker1.Miner.Userguides.service

Have these lines:

Exec=/usr/lib/tracker/tracker-miner-fs
Exec=/usr/lib/tracker/tracker-miner-apps
Exec=/usr/lib/tracker/tracker-miner-user-guides

I suspect that it is actually these programs that are causing the 
issues.
He may not have alternative versions installed in /usr/local/share.

There are really those solutions:

1) install newer versions from Yakkety or even Zesty

2) install full equivalents of all packages and hope they override

3) just botch up the local configuration by issuing:

# sed -i "s at usr/lib at usr/local/lib@" 
/usr/share/dbus-1/services/*Tracker1*.service
# sed -i "s at usr/lib at usr/local/lib@" 
/usr/share/tracker/miners/*Tracker1*.service

And hope it either stops working or starts working ;-).

>   ls -ld /usr/{,local/}lib/*tracker*

Better change that to:

ls -ld /usr/local/lib/*tracker*




More information about the ubuntu-users mailing list