install RStudio in MX Linux 23 unmet dependencies  [Solved]

Message
Author
User avatar
l0dr3
Posts: 463
Joined: Wed Jun 28, 2023 11:06 am

Re: install RStudio in MX Linux 23 unmet dependencies  [Solved]

#11 Post by l0dr3 »

mega wrote: Thu Aug 31, 2023 11:33 pm The following packages have unmet dependencies:
rstudio : Depends: libssl1.0.0 but it is not installable or
libssl1.0.2 but it is not installable or
libssl1.1 but it is not installable
E: Unable to correct problems, you have held broken packages.

So, how the solution ?
If 'libssl1.1' is the only dependency thats missing here, try:

Code: Select all

wget 'http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb11u5_amd64.deb'
sudo dpkg -i ./libssl1.1_1.1.1n-0+deb11u5_amd64.deb
That helped me to solve a similar dependency problem in another cross-repo/cross-release installation scenario, see:
viewtopic.php?p=739857#p739857

kind regards

l0dr3

mega
Posts: 56
Joined: Wed May 01, 2019 12:11 am

Re: install RStudio in MX Linux 23 unmet dependencies

#12 Post by mega »

$ sudo dpkg -i ./libssl1.1_1.1.1n-0+deb11u5_amd64.deb
[sudo] password for mega:
Selecting previously unselected package libssl1.1:amd64.
(Reading database ... 351581 files and directories currently installed.)
Preparing to unpack .../libssl1.1_1.1.1n-0+deb11u5_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1n-0+deb11u5) ...
dpkg-deb (subprocess): cannot copy archive member from './libssl1.1_1.1.1n-0+deb11u5_amd64.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb (subprocess): decompressing archive './libssl1.1_1.1.1n-0+deb11u5_amd64.deb' (size=77868) member 'data.tar': lzma error: internal error (bug)
dpkg-deb: error: <decompress> subprocess returned error exit status 2
dpkg: error processing archive ./libssl1.1_1.1.1n-0+deb11u5_amd64.deb (--install):
cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libcrypto.so.1.1' to '/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1.dpkg-new': unexpected end of file or stream
Processing triggers for libc-bin (2.36-9+deb12u1) ...
Errors were encountered while processing:
./libssl1.1_1.1.1n-0+deb11u5_amd64.deb

that is the result. Any other solution?

mega
Posts: 56
Joined: Wed May 01, 2019 12:11 am

Re: install RStudio in MX Linux 23 unmet dependencies

#13 Post by mega »

I download again using wget. And succeed. Finally I can install RStudio.
Thank you for your advice.

mega
Posts: 56
Joined: Wed May 01, 2019 12:11 am

Re: install RStudio in MX Linux 23 unmet dependencies

#14 Post by mega »

:happy:

User avatar
l0dr3
Posts: 463
Joined: Wed Jun 28, 2023 11:06 am

Re: install RStudio in MX Linux 23 unmet dependencies

#15 Post by l0dr3 »

mega wrote: Sat Sep 02, 2023 9:49 am I download again using wget. And succeed. Finally I can install RStudio.
Thank you for your advice.
:celebrate:

User avatar
FinalFox420
Posts: 30
Joined: Mon Aug 14, 2023 10:06 pm

Re: install RStudio in MX Linux 23 unmet dependencies

#16 Post by FinalFox420 »

l0dr3 wrote: Sat Sep 02, 2023 4:11 am If 'libssl1.1' is the only dependency thats missing here, try:

Code: Select all

wget 'http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb11u5_amd64.deb'
sudo dpkg -i ./libssl1.1_1.1.1n-0+deb11u5_amd64.deb
That is excellent, is this a clean install that will update with everything else?
I usually just end up installing to .local when I run into things like this just so I dont bork my system, but if this makes apt manage it then I should def learn more about the commans you posted. Nice work! :happy:
:dancingfox: No systemd! nosystemd.org
:penguin: Choose freedom for your system with free software FSF.org GNU.org

"The more Linux changes, the the more I run BSD"
RIP ifconfig, iptables, init, etc

User avatar
l0dr3
Posts: 463
Joined: Wed Jun 28, 2023 11:06 am

Re: install RStudio in MX Linux 23 unmet dependencies

#17 Post by l0dr3 »

FinalFox420 wrote: Mon Sep 04, 2023 9:46 am That is excellent, is this a clean install that will update with everything else?
NO, there will be no auto-updates for this specific old/compatibilty package, bc such packages are not listed in 'bookworm-security' - in case of a MX23 installation. These packages are from 'bullseye-security/*' and/or 'buster-security/*' (main/[old[old]]stable) only.

In any case, for users that really need to use such side-installed stuff, they should take care of the origin (and purpose!) of these packages, always have a look at the debian-patch-trackers and changelogs for such packages, and do MANUALLY updates, if crucial fixes are available!

E.g.: for libssl1.1 - asof today - see: https://sources.debian.org/patches/openssl/ and: https://packages.debian.org/search?keywords=libssl1.1

greetz

l0dr3

User avatar
doctor_mb
Posts: 1
Joined: Tue Oct 17, 2023 3:35 pm

Re: install RStudio in MX Linux 23 unmet dependencies

#18 Post by doctor_mb »

You may have waited long enough. For me the ubuntu 22 version worked just fine https://download1.rstudio.org/electron/ ... -amd64.deb

User avatar
davidy
Posts: 818
Joined: Sat Jul 03, 2021 1:59 pm

Re: install RStudio in MX Linux 23 unmet dependencies

#19 Post by davidy »

That's what I did but I'm only familiar with the windows version.
Sys76 LemurPro-mx-23.4, EliteMinis HM90-mx-21.3, Deskmini UM350-phoenixLite win10, Qnap 12tb nas, Protectli FW4C-opnsense(=゜ω゜)

zero privacy = zero security . All MX'd Up
UAP = up above people

Post Reply

Return to “Software / Configuration”