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

Can not install libthemis-dev on Ubuntu 22.04.1 LTS #953

Open
1 of 2 tasks
radetsky opened this issue Sep 27, 2022 · 1 comment
Open
1 of 2 tasks

Can not install libthemis-dev on Ubuntu 22.04.1 LTS #953

radetsky opened this issue Sep 27, 2022 · 1 comment
Labels
infrastructure Automated building and packaging question

Comments

@radetsky
Copy link
Contributor

Used instructions from docs.cossacklabs.com to install the core library into fresh installed Ubuntu 22.04.01 LTS.

To Reproduce
Steps to reproduce the behavior:

  1. Install Ubuntu 22.04 LTS
  2. Run 'wget -qO - https://pkgs-ce.cossacklabs.com/gpg | sudo apt-key add -'
  3. See the following error:
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
  1. Add 'deb https://pkgs-ce.cossacklabs.com/stable/ubuntu jammy main' to /etc/apt/sources.list.d/cossacklabs.list
  2. Run 'apt-get update'
  3. See the following error:
root@my.project.com:/etc/apt/sources.list.d# apt-get update
Hit:1 http://mirrors.digitalocean.com/ubuntu jammy InRelease
Hit:2 https://repos-droplet.digitalocean.com/apt/droplet-agent main InRelease
Hit:3 http://mirrors.digitalocean.com/ubuntu jammy-updates InRelease
Hit:4 http://mirrors.digitalocean.com/ubuntu jammy-backports InRelease
Ign:5 https://pkgs-ce.cossacklabs.com/stable/ubuntu jammy InRelease
Err:6 https://pkgs-ce.cossacklabs.com/stable/ubuntu jammy Release
  404  Not Found [IP: 178.63.6.189 443]
Get:7 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Reading package lists... Done
E: The repository 'https://pkgs-ce.cossacklabs.com/stable/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Expected behavior
Adding the key without warning and installing the package by a package manager.

Environment (please complete the following information):

  • OS: Ubuntu 22.04.01 LTS
  • Hardware: [x86-64, Digital Ocean Droplet]
  • Themis version: [e.g. 0.14.0]
  • Installation way:
    • via package manager
    • built from source
@vixentael vixentael added question infrastructure Automated building and packaging labels Oct 9, 2022
@vixentael
Copy link
Contributor

I guess it's because Ubuntu 22.04 is not in the list of supported distributives yet :)

You are always welcome to install via code:
https://docs.cossacklabs.com/themis/installation/installation-from-sources/

We will build Themis on 22.04 soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Automated building and packaging question
Projects
None yet
Development

No branches or pull requests

2 participants