Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Launcher available via Debian's APT package manager #67

Closed
5 tasks done
TSchmiedlechner opened this issue Jan 10, 2023 · 0 comments · Fixed by #73
Closed
5 tasks done

Make the Launcher available via Debian's APT package manager #67

TSchmiedlechner opened this issue Jan 10, 2023 · 0 comments · Fixed by #73
Labels
feature-request New feature or request

Comments

@TSchmiedlechner
Copy link
Member

TSchmiedlechner commented Jan 10, 2023

Is your feature request related to a problem? Please describe.

Currently, users need to manually download the Launcher, e.g. from the Portal. This works in many cases, but using the inbuilt package managers to install software is far mor common on Linux.

Describe the solution you'd like

We should support using the APT package manager to install the Launcher, to e.g. allow something like this:

sudo apt install fiskaltrust-launcher

Additional context

As most of our Linux users either operate Debian or one of it's derivatives like Ubuntu, we should start with supporting APT and .deb packages, and add other package managers like YUM later on.

As it's pretty hard to get packages into the official Debian repos, I'd suggest to introduce our own repository, like e.g. Microsoft and Mono do it for their packages. This would mean that to install our software, you'd first need to add the package source and the key (with one command each), and can use the command shown below afterwards.

Steps to take

  • Create an APT repository, e.g. on an Azure Blob Storage (I found this guideline pretty useful)
  • Build .deb packages in the build pipeline (also described in the tutorial)
  • Push the packages to the package repository in the deployment pipeline
  • Update docs to explain how this can be used
  • Disable the self-update and instead print a message that a new version is available

Related to #17

@TSchmiedlechner TSchmiedlechner added the feature-request New feature or request label Jan 10, 2023
@volllly volllly linked a pull request Feb 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant