Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
IvanR
11 months agoNew Contributor
1Password 8.10 or higher for Ubuntu
Just got an email reminder to update 1Password for Linux fue to expiring public key. The email also said the following: No action is required for users who’ve already updated 1Password for Linux to...
user41a8
11 months agoNew Contributor
I'm having the same issue.
JEndahl
11 months agoNew Contributor
My current Ubuntu installed version is 8.10.46. When I try to update using apt upgrade 1password, the system tells me "1password is already the newest version (8.10.46)." So, that's not helping me get to 8.10.74 either.
- AJCxZ011 months agoSilver Expert
IvanR, user41a8, and JEndahl,
While likely not a factor in this case, please identify the version of the platform (Ubuntu) and show - not just tell - what you did and the result in a code block.On my Ubuntu 24.04.2 desktop, the native 1password package has updated normally with each of many releases and is currently at 8.10.75.
$ apt info 1password Package: 1password Version: 8.10.75 Priority: optional Section: default Maintainer: 1Password <support@1password.com> Installed-Size: 612 MB Depends: curl, gnupg2, libasound2, libatk-bridge2.0-0, libatk1.0-0, libc6 (>= 2.27), libcurl4, libdrm2, libgbm1, libgtk-3-0, libnotify4, libnss3, libxcb-shape0, libxcb-xfixes0, libxshmfence1, libudev1, xdg-utils Recommends: libappindicator3-1, libappindicator1 Homepage: https://1password.com License: LicenseRef-1Password-Proprietary Vendor: 1Password <support@1password.com> Download-Size: 141 MB APT-Manual-Installed: yes APT-Sources: https://downloads.1password.com/linux/debian/amd64 stable/main amd64 Packages Description: Password manager and secure walletWhen I try to install the named latest .deb with apt, it tells me that I have the latest version based on resolving the package name, which in this case it appears true. You can install the .deb using dpkg.
$ wget https://downloads.1password.com/linux/debian/amd64/stable/1password-latest.deb ... $ sudo apt install ./1password-latest.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting '1password' instead of './1password-latest.deb' 1password is already the newest version (8.10.75). 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. $ sudo dpkg -i 1password-latest.deb (Reading database ... 268363 files and directories currently installed.) Preparing to unpack 1password-latest.deb ... Unpacking 1password (8.10.75) over (8.10.75) ... Setting up 1password (8.10.75) ... Installing the debian auto-update channel Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Processing triggers for mailcap (3.70+nmu1ubuntu1) ...Please show the relevant results of `apt info 1password`, `apt update`, and `apt upgrade` along with any other relevant test and their results.
- IvanR11 months agoNew Contributor
I'm on Ubuntu 22.04. I don't have `.list.distUpgrade`, I have `.list.save` but their content is identical to the `.list` (except for .save content being commented out). Not sure how useful the "apt info 1password" output would be now that I installed latest version from a manually downloaded RPM.
Could my Ubuntu version explain why more recent versions were not available to me?
- AJCxZ011 months agoSilver Expert
Unlikely, as the 1password package and source is not explicitly tied to any Ubuntu release. 22.04 (Jammy Jellyfish) will be a fully supported Long Term Support (LTS) release until April 2027.
The `.list.save` file is just a backup of the `.list` file which you don't mention despite that being the file you need. If you have `1password.list`, then more detail is needed, else copy or move `1password.list.save` to `1password.list` and update.
To summarise the extensions:
- `.list` - the old format source file
- `.source` - the new DEB822 format source file
- `list.save` - a backup of .list
- `.list.distUpgrade` - a backup of the source file from the previous Ubuntu release
- user41a811 months agoNew Contributor
I'm on Ubuntu 24.04.2. Here's what I get for `apt info 1password`
➜ ~ apt info 1password Package: 1password Version: 8.10.40 Status: install ok installed Priority: optional Section: default Maintainer: 1Password <support@1password.com> Installed-Size: 576 MB Depends: curl, gnupg2, libasound2, libatk-bridge2.0-0, libatk1.0-0, libc6 (>= 2.27), libcurl4, libdrm2, libgbm1, libgtk-3-0, libnotify4, libnss3, libxcb-shape0, libxcb-xfixes0, libxshmfence1, libudev1, xdg-utils Recommends: libappindicator3-1, libappindicator1 Homepage: https://1password.com License: LicenseRef-1Password-Proprietary Vendor: 1Password <support@1password.com> Download-Size: unknown APT-Manual-Installed: yes APT-Sources: /var/lib/dpkg/statusWhen I run `sudo apt update && sudo apt upgrade 1password` as recommended at https://support.1password.com/update-1password/?linux I get output regarding multiple packages, and this:
1password is already the newest version (8.10.40).- AJCxZ011 months agoSilver Expert
It appears from your `APT-Sources` that you are missing the 1Password source, which should have been set up by the package.
$ cat /etc/apt/sources.list.d/1password.list # This file is automatically added and configured by the 1Password package. Modifications may be overwritten. deb [arch=amd64 signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/amd64 stable mainYou should be able to safely create this for yourself, but I suggest investigating why it appears to be missing.
Note that 1Password really should be using the DEB822 format `1password.sources` and that you can and should create the source file in that format.
After adding the source and running `apt update`, you should be offered to upgrade the 1password package.