# Installation problem

**URL:** https://discourse.julialang.org/t/installation-problem/124245
**Category:** New to Julia
**Tags:** installation
**Created:** [December 29, 2024, 10:30am UTC](https://discourse.julialang.org/t/installation-problem/124245 "2024-12-29T10:30:19Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Andy2K11](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/andy2k11/32/9967_2.png) [@Andy2K11](https://discourse.julialang.org/u/Andy2K11)
#### Post date: [December 30, 2024, 10:12am UTC](https://discourse.julialang.org/t/installation-problem/124245/6 "2024-12-30T10:12:15Z")

</div>

There’s been a previous [thread](https://discourse.julialang.org/t/installation-fails-on-ubuntu-22-when-using-instruction-via-curl-curl-23-failure-writing-output-to-destination/110977) on this problem.

You can try making a temporary directory in your home folder where you have write permission

> [@Installation fails (on Ubuntu 22) when using instruction (via curl): \`curl: (23) Failure writing output to destination\`](https://discourse.julialang.org/t/installation-fails-on-ubuntu-22-when-using-instruction-via-curl-curl-23-failure-writing-output-to-destination/110977/5):
>
> `mkdir ~/tmp` and then `export TMPDIR=~/tmp`

There was also a question why was using the musl version

> [@Installation fails (on Ubuntu 22) when using instruction (via curl): \`curl: (23) Failure writing output to destination\`](https://discourse.julialang.org/t/installation-fails-on-ubuntu-22-when-using-instruction-via-curl-curl-23-failure-writing-output-to-destination/110977/18):
>
> Something still seems quite off here. Why is it downloading the musl version?
> 
> How did you install Ubuntu?

It might also be due to having a snap version of curl (why I don’t use Ubuntu anymore, I hate being forced to use snaps)

> [@Installation fails (on Ubuntu 22) when using instruction (via curl): \`curl: (23) Failure writing output to destination\`](https://discourse.julialang.org/t/installation-fails-on-ubuntu-22-when-using-instruction-via-curl-curl-23-failure-writing-output-to-destination/110977/24):
>
> I got the same problem and it seems that its a problem with the snap version of curl. Removing curl with snap and installing it again with apt fixed the problem.

---

_[View the full topic](https://discourse.julialang.org/t/installation-problem/124245)._
