Skip to content

[Bug] Use of deprecated apt-key method #64

@Sitric1

Description

@Sitric1

Describe the bug
The Orb repository setup uses deprecated APT key management methods, causing warning messages during apt update. The repository signing key is being stored in the legacy /etc/apt/trusted.gpg keyring instead of using the modern key storage approach recommended by APT.

To Reproduce
Steps to reproduce the behavior:

Install Orb application following official installation instructions on Ubuntu/Debian
Run sudo apt update
Observe warning message in terminal output
See warning: W: https://pkgs.orb.net/stable/ubuntu/dists/orb/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

Expected behavior
The repository key should be stored in /usr/share/keyrings/ or /etc/apt/trusted.gpg.d/ with a signed-by directive in the repository configuration file. Running apt update should complete without deprecation warnings.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: Linux (Zorin OS)
  • OS Version: Zorin OS 18
  • Orb App Version: 1.3.6

Additional context
The apt-key command and storing keys in /etc/apt/trusted.gpg have been deprecated since Ubuntu 20.10/Debian 11.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions