Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. cannot install Qt installer tool on Ubuntu 22.04
Forum Updated to NodeBB v4.3 + New Features

cannot install Qt installer tool on Ubuntu 22.04

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 94 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    montanaviking
    wrote last edited by
    #1

    I have a problem using qt-online-installer-linux-x64-online.run
    This was recently downloaded from Qt website using
    curl -O https://download.qt.io/official_releases/online_installers/qt-online-installer-linux-x64-online.run
    Apparently, the file is buggy because even though my permissions are 777, I get the following when I run this Qt installer:

    ./qt-online-installer-linux-x64-online.run

    ./qt-online-installer-linux-x64-online.run: line 1: syntax error near unexpected token newline' ./qt-online-installer-linux-x64-online.run: line 1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'
    My OS is Ubuntu 22.04.
    I suspect this is a bug?
    Thanks and any ideas welcome.

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote last edited by
      #2

      Hi @montanaviking, open your downloaded file with a text editor. You'll see that curl has saved a HTML document, not an executable.

      Either use a web browser to download it, or ask curl to follow redirects.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved