1password is not updating properly

I’ve installed 1password as a layered package, using the rpm found on the 1password website. However it is already a point release behind the version that is mentioned as the newest release on the website.
It does not seem to get new releases, the only way I’ve found to update the application is by completely reinstalling it.
Any pointers?

I don’t know about installing 1password as a layered package, but I would suggest you try sysexts. See 1password-cli | extensions.fcos.fr and 1password-gui | extensions.fcos.fr.

rpm-ostree status

I think since you installed it from rpm it is local packaging and won’t update. So you need to do

rpm-ostree update --uninstall xxx --install 1password where xxx is exactly same tha is shown on rpm,-ostree local package

1 Like

Thanks that seems to have done it, was not aware that local packages don’t update.

I’ll have to check this out, sounds interesting but I don’t fully understand it yet.

See this thread about how to enable the 1Password yum repo and install the RPM from the repo:

Once the yum repo is setup correctly and the RPM is installed from the repo, the RPM will update automatically during rpm-ostree upgrade when a new version is available.