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. Error installing Qt in Linux. (No marker found, stopped after 1.00 MiB)
Forum Updated to NodeBB v4.3 + New Features

Error installing Qt in Linux. (No marker found, stopped after 1.00 MiB)

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 9.9k 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.
  • E Offline
    E Offline
    elfredy91
    wrote on last edited by A Former User
    #1

    I am trying to install Qt using the offline and online installer using in Linux(Mageia distro 64 bits) and I am getting this error message No marker found, stopped after 1.00 MiB.

    there is my commands and responses in the kde konsole .
    $ chmod u+x qt-opensource-linux-x64-5.8.0.run
    $ ./qt-opensource-linux-x64-5.8.0.run
    No marker found, stopped after 1.00 MiB.

    I have tried in super user too.

    A 1 Reply Last reply
    0
    • E elfredy91

      I am trying to install Qt using the offline and online installer using in Linux(Mageia distro 64 bits) and I am getting this error message No marker found, stopped after 1.00 MiB.

      there is my commands and responses in the kde konsole .
      $ chmod u+x qt-opensource-linux-x64-5.8.0.run
      $ ./qt-opensource-linux-x64-5.8.0.run
      No marker found, stopped after 1.00 MiB.

      I have tried in super user too.

      A Offline
      A Offline
      ambershark
      wrote on last edited by
      #2

      @elfredy91 Have you tried re-downloading it? That sounds like you have a bad download.

      Basically the script is trying to find it's data chunk and failing. That indicates it probably has bad data in there. Just a guess though.

      Try using a different app to download. I've had issues with certain browsers downloading files wrong and saying they were ok. You can always use wget or curl to grab it, those should for sure work.

      In fact, here you go, run one of these commands and try installing:

      wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
      
      OR ..
      
      curl -LO http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
      

      My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

      E 1 Reply Last reply
      2
      • A ambershark

        @elfredy91 Have you tried re-downloading it? That sounds like you have a bad download.

        Basically the script is trying to find it's data chunk and failing. That indicates it probably has bad data in there. Just a guess though.

        Try using a different app to download. I've had issues with certain browsers downloading files wrong and saying they were ok. You can always use wget or curl to grab it, those should for sure work.

        In fact, here you go, run one of these commands and try installing:

        wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
        
        OR ..
        
        curl -LO http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
        
        E Offline
        E Offline
        elfredy91
        wrote on last edited by
        #3

        @ambershark thank you, now it is working!!!! I downloaded it 3 times with mozilla firefox and it did not work but I tried wget and it was perfect. lets code

        ps: i am new to linux so I did not know about wget and curl download commands, they are very handy. thanks

        A 1 Reply Last reply
        0
        • E elfredy91

          @ambershark thank you, now it is working!!!! I downloaded it 3 times with mozilla firefox and it did not work but I tried wget and it was perfect. lets code

          ps: i am new to linux so I did not know about wget and curl download commands, they are very handy. thanks

          A Offline
          A Offline
          ambershark
          wrote on last edited by ambershark
          #4

          @elfredy91 They are indeed handy commands. :)

          Happy coding!

          Edit: coincidentally I believe it was firefox that I had bad downloads with before. I use chromium, opera, and now I'm checking out vivaldi for browsers.

          My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

          1 Reply Last reply
          0

          • Login

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