Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
357 stars 23 forks source link

deb package install issue #89

Closed videosmith closed 2 years ago

videosmith commented 2 years ago

Bug Description When attempting to install "qprompt-1.0.0-Linux-aarch64.deb" I receive a dependency error message.

Steps to Reproduce

  1. Downloaded .deb package
  2. Right-click on package and select "Open with>Software Install"
  3. Click install on that app.

Expected behavior Should install as with other platforms.

Detailed description of display configuration (if applicable) Debian 11 (Bullseye) latest updates Dell Inspiron 15 (2x Pentium 3237U @ 1.90GHz) Intel HD Graphics 250

Screenshots (optional) capture from dep installer

Cuperino commented 2 years ago

Oh, it's not working because the Deb is built for arm64 (aarch64) architecture processors and you're trying to install on a device with an Intel Pentium 3237U processor, which is x86_64 architecture.

I don't offer Linux packages in non-universal formats, such as Deb and RPM, because they won't work the same accross all Linux distributions. The arm64 Deb package is the exception because of the reasons stated over in our forum thread, but it only works on arm64 devices: http://forum.cuperino.com/t/appimage-vs-deb-installer/41/2

You could build your own Deb for x86_64 or any architecture by following the instructions at: https://github.com/Cuperino/QPrompt/issues/38#issuecomment-1011693418

Nevertheless, I recommend using the AppImage, the Snap, or the Flatpak on x86_64 machines. They're all tested to work well and should give you the same user experience across all distributions.

videosmith commented 2 years ago

Thank you