# התקנת ImageMagick נכשלת במהלך התקנת Dev על Ubuntu 22.04.1

**URL:** https://meta.discourse.org/t/imagemagick-install-fails-during-dev-installation-on-ubuntu-22-04-1/252514
**Category:** Bug
**Created:** [21 בינואר,‏ 2023,‏ 11:20pm UTC](https://meta.discourse.org/t/imagemagick-install-fails-during-dev-installation-on-ubuntu-22-04-1/252514 "2023-01-21T23:20:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![GameDungeon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gamedungeon/32/290180_2.png) [@GameDungeon](https://meta.discourse.org/u/GameDungeon)
#### Post date: [21 בינואר,‏ 2023,‏ 11:20pm UTC](https://meta.discourse.org/t/imagemagick-install-fails-during-dev-installation-on-ubuntu-22-04-1/252514/1 "2023-01-21T23:20:28Z")

</div>

In the [install guide](https://meta.discourse.org/t/install-discourse-on-ubuntu-for-development/14727) It tells you to run:

```plaintext
bash <(wget -qO- https://raw.githubusercontent.com/discourse/install-rails/master/linux)

```

On Ubuntu 22.04.1 the install fails with:

> E: Unable to locate package libwebp6

The solution is to change it to libwebp7 in the script, but it is annoying to download and edit the two scripts. Could Ubuntu 22.04.1 be supported in the script?

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [21 בינואר,‏ 2023,‏ 11:37pm UTC](https://meta.discourse.org/t/imagemagick-install-fails-during-dev-installation-on-ubuntu-22-04-1/252514/2 "2023-01-21T23:37:54Z")

</div>

A post was merged into an existing topic: [Install Discourse on Ubuntu for Development](https://meta.discourse.org/t/install-discourse-on-ubuntu-for-development/14727)

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [21 בינואר,‏ 2023,‏ 11:37pm UTC](https://meta.discourse.org/t/imagemagick-install-fails-during-dev-installation-on-ubuntu-22-04-1/252514/3 "2023-01-21T23:37:55Z")

</div>


