# Trying to install package: remote-shell-lib

**URL:** <https://racket.discourse.group/t/trying-to-install-package-remote-shell-lib/3034>\
**Category:** Questions & Answers\
**Created:** [July 16, 2024, 10:09pm UTC](https://racket.discourse.group/t/trying-to-install-package-remote-shell-lib/3034 "2024-07-16T22:09:05Z")\
**Posts on this page:** 1\
**Showing post:** 7

<div class="post-metadata">

**Author:** ![LiberalArtist](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/liberalartist/32/151_2.png) [@LiberalArtist](https://racket.discourse.group/u/LiberalArtist)\
**Post date:** [July 19, 2024, 6:57pm UTC](https://racket.discourse.group/t/trying-to-install-package-remote-shell-lib/3034/7 "2024-07-19T18:57:38Z")

</div>

> [@Don](#):
>
> If I understand correctly, Ryan Culpepper's submit regarding: use SecTrustCopyAnchorCertificates by default on MacOS, is for a change to Racket.
> 
> I suspect the fix is not in-place on my Racket v8.13.

That fix has been included since Racket 8.5, so it is definitely in 8.13.

The symptoms you are seeing can have many different root causes.

> [@Don](#):
>
> Pacckage Source: https:://download.racket-lang-org/releases/8.7/catalog  
> I see this:  
> Downloading cechsum for catalog  
> ssl-connect: connect failed (error:1415F086:SSl routines:tls\_process-server-certificate:certificate context...:  
> /Applications/Racket v8.13/collects/openssl/mzssl.rkt369:0: error/network

As @jbclements noted, a Racket 8.13 installation should never use https:://download.racket-lang-org/releases/8.7/catalog: quite aside from the network issues, that source would provide packages for the 8.7 release, not 8.13.

It would help to see the result of the following commands:

```sh
philip@bastet:~$ racket --version
Welcome to Racket v8.13 [cs].
philip@bastet:~$ raco pkg config catalogs
https://download.racket-lang.org/releases/8.13/catalog/
https://pkgs.racket-lang.org
https://planet-compats.racket-lang.org

```

It might also help to share the contents of the file `config.rktd` in the directory returned by `(find-system-path 'config-dir)`.

---

_[View the full topic](https://racket.discourse.group/t/trying-to-install-package-remote-shell-lib/3034)._
