![]() |
![]() |
#1 |
Junior Member
Join Date: Jan 2021
Posts: 1
|
![]()
Hi Linux Users,
Total n00b question here - when I curl -O (or curl -o and make a .run filename), Ubuntu 20.04 server will not allow me to "sudo ./displaylink-driver...run". It says "command not found". Is this due to the format of the .run file at https://displaylink.org/downloads/ubuntu? I tried the download the file on for Ubuntu to Windows and it comes down as a .zip. So I thought, let's curl the file on Ubuntu server and run unzip... no dice. "End-of-central-directory signature not found. Either this file is not a zipfile or it constitutes one disk of a multi-part archive." Any way to get the .run file to download in such a way that I can execute it? ~Orpheus~ |
![]() |
![]() |
![]() |
#2 |
Junior Member
Join Date: Oct 2019
Posts: 1
|
![]()
Hi,
It seems you're downloading the webpage instead of a file. You can try the following: Code:
curl -L -o displaylink.zip -d fileId=1576 -d accept_submit=Accept https://www.displaylink.com/downloads/file unzip displaylink.zip chmod +x displaylink-driver-5.3.1.34.run sudo ./displaylink-driver-5.3.1.34.run |
![]() |
![]() |
![]() |
Tags |
download, ubuntu 20.04 lts server |
Thread Tools | Search this Thread |
Display Modes | |
|
|