# Avatar upload issue (Ubuntu)

**URL:** https://meta.discourse.org/t/avatar-upload-issue-ubuntu/394901
**Category:** Support
**Tags:** dev-install
**Created:** [February 1, 2026, 6:18pm UTC](https://meta.discourse.org/t/avatar-upload-issue-ubuntu/394901 "2026-02-01T18:18:34Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![tom1984](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tom1984/32/528342_2.png) [@tom1984](https://meta.discourse.org/u/tom1984)
#### Post date: [February 1, 2026, 6:18pm UTC](https://meta.discourse.org/t/avatar-upload-issue-ubuntu/394901/1 "2026-02-01T18:18:34Z")

</div>

This was split from the win 11 wsl dev environment setup thread.

**My issues relate to a dev setup (non-docker) installed on ubuntu 22.04.3**

…Thanks for this, I had to do some extra manual steps though as the edited installer didn’t seem to install npm or ruby latest versions

Also using **ubuntu-22.04**

Install latest npm using (option 2): `https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-22-04`

Install pnmp: `npm install -g pnpm`

Install latest ruby (method 3): `https://ubuntuhandbook.org/index.php/2024/01/install-ruby-ubuntu-24-04/`

Add this to bash.rc:

```plaintext
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

```

Install imagemagik manually, the latest version (make sure you go to the " Install latest version of ImageMagick from the source code (for advanced and desperate users)" section: `https://itsfoss.com/install-imagemagick-ubuntu`

Only after all of this was I able to log on to the instance….

---

_[View the full topic](https://meta.discourse.org/t/avatar-upload-issue-ubuntu/394901)._
