-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Is there a way to install a specific version? #3097
Comments
|
Its not friendly but yes; First find the commit you want: Then switch to that commit: |
|
I guess we have this documented here but not on docs.flatpak.org |
|
oh ... cool ... can i downgrade to a particular commit ? I am trying to ... but i get the following error ...
when qBittorrent is very much installed and running ... |
|
It should work. Open a separate bug report? |
@mwleeds ... i am using |
|
Well the command clearly exists in your version, you are just saying it didn't find an existing install for some reason. It would certainly be good to test the current verison. |
|
Fails with On flatpak 1.11.2 |
What the message says. If an app is installed system-wide (for all users of a multi-user system), then only root can downgrade it. Otherwise, if Alice and Bob share a computer, Alice could downgrade an app that Bob uses to an older version that has a known security vulnerability, and use that vulnerability to attack Bob. |
|
Why is it necessary to install the app before downgrading it? In other words, why does |
|
@MarcelRobitaille At a glance I don't think its a technical limitation. I believe it was just done because the feature mostly exists for emergency rollbacks and for development (bisecting changes). End users in real usage won't directly install old versions. The commits on flathub for example only last a short period of time often. |
|
@TingPing I agree that that is true most of the time, but there are perfectly valid reasons for normal end-users to downgrade and even to install an old version directly without first installing the latest version:
And regardless of whether end-users should be installing old software, flatpak supports this feature via |
I'd consider a pull request adding that. One obvious caveat is that if you use that on a multi-user system, then you need to be prepared for the other users of the system to |
|
@MarcelRobitaille, is that available yet? |
|
Facing a problem with installing a latest version of some application. In my case it is And as a workaround wanted to use I tried modifying cached entries in There is no workaround for installing a specific release version at the moment. |
|
Can this be reopened please? It is technically not available ( |
|
I just used your instructions to roll OBS Studio back because of the Advanced Scene Switcher issue with 30.2 and they were easy to follow and everything worked great. Thank you! |
I want to install version 3.6.2 of QGIS even when a newer package is available for download on flathub, is there any way to do this?
The text was updated successfully, but these errors were encountered: