mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #496] Psst package dependency issue: libssl1.1 deprecated on Ubuntu 22.04 #305
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ProgrammedInsanity on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/496
Describe the bug
Psst requires libssl1.1, which is deprecated and poses a security risk. As a result, it is not installable on Ubuntu 22.04, preventing the .deb package from being installed on this version of the OS.
To Reproduce
Download the
psst_1_amd64.deb package.Attempt to install it on Ubuntu 22.04 using
sudo dpkg -i psst_1_amd64.deb.Expected behavior
That the package would be installed.
Potential solution
migrate to libssl3
Environment
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
@kingosticks commented on GitHub (Jul 10, 2024):
Close this dupe in favour of https://github.com/jpochyla/psst/issues/415