DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Linux and Open Source (https://displaylink.org/forum/forumdisplay.php?f=29)
-   -   What version do I have? (https://displaylink.org/forum/showthread.php?t=66191)

schadsey 07-11-2018 06:56 PM

What version do I have?
 
I'm running Xubuntu 17.10. I installed the DisplayLink manager a while ago. I was wondering if there have been any updates and then realized I have no idea what version I'm running. How do I find out?

Code:

$ ps aux | egrep DisplayLink | egrep -v grep
root    25696 26.2  1.0 4883996 172192 ?      Ssl  10:00  61:27 /opt/displaylink/DisplayLinkManager
$ /opt/displaylink/DisplayLinkManager -v
Unknown argument: -v
Aborted (core dumped)
$ /opt/displaylink/DisplayLinkManager -version
Unknown argument: -version
Aborted (core dumped)
$ /opt/displaylink/DisplayLinkManager --version
Unknown argument: --version
Aborted (core dumped)
$ /opt/displaylink/DisplayLinkManager -h
Unknown argument: -h
Aborted (core dumped)
$ /opt/displaylink/DisplayLinkManager -?
Unknown argument: -?
Aborted (core dumped)


mlukaszek 07-18-2018 12:28 PM

One way of checking it would be running this in terminal:

Code:

grep VERSION= /usr/bin/displaylink-installer
Cheers,
Michal

schadsey 08-08-2018 03:40 PM

Thank you.
Code:

$ egrep VERSION= /usr/bin/displaylink-installer
VERSION=4.1.9



All times are GMT. The time now is 09:22 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.