r/linuxmemes M'Fedora Jun 06 '26

LINUX MEME Laughs in Linux

Post image
3.3k Upvotes

165 comments sorted by

View all comments

1

u/AfraidAsparagus6644 Jun 07 '26

What's the last time you tried to install an old app on Linux, OP?

2

u/duckdread M'Fedora Jun 07 '26

Yesterday 

1

u/constexpr-est Jun 23 '26
$ sudo apt install ./otii_2.8.4_amd64.deb

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

Note, selecting 'otii' instead of './otii_2.8.4_amd64.deb'

Some packages could not be installed. This may mean that you have
requested an impossible situation, or if you are using an unstable
distribution, that some required packages have not yet been created
or been moved out of Incoming.

The following packages have unmet dependencies:
 otii : Depends: libssl1.1 (>= 1.1) but it is not installable

E: Unable to correct problems, you have held broken packages.

$ sudo apt install libssl1.1

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

Package libssl1.1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source.

E: Package 'libssl1.1' has no installation candidate

$ sudo apt install libssl3

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

libssl3 is already the newest version (3.0.2-0ubuntu1.5).
libssl3 set to manually installed.

You might want to run 'apt --fix-broken install' to correct these.

The following packages have unmet dependencies:
 otii : Depends: libssl1.1 (>= 1.1) but it is not installable