Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:additional-software:imagebuilder [2024/02/18 21:40] – Update Fedora dependencies sixx | docs:guide-user:additional-software:imagebuilder [2024/04/01 16:18] – [Arch / Manjaro / EndeavourOS] sixx | ||
|---|---|---|---|
| Line 27: | Line 27: | ||
| Example dependencies in the most common distros: | Example dependencies in the most common distros: | ||
| - | ==== Arch / Manjaro | + | ==== Arch ==== |
| <code bash> | <code bash> | ||
| sudo pacman -S --needed base-devel ncurses zlib gawk git gettext \ | sudo pacman -S --needed base-devel ncurses zlib gawk git gettext \ | ||
| Line 33: | Line 33: | ||
| </ | </ | ||
| - | ==== Fedora | + | ==== Fedora ==== |
| <code bash> | <code bash> | ||
| sudo dnf install git gawk gettext ncurses-devel zlib-devel \ | sudo dnf install git gawk gettext ncurses-devel zlib-devel \ | ||
| Line 40: | Line 40: | ||
| </ | </ | ||
| - | ==== Debian 12+ ==== | + | ==== Debian 12+ / Ubuntu / Mint ==== |
| <code bash> | <code bash> | ||
| sudo apt install build-essential libncurses-dev zlib1g-dev gawk git \ | sudo apt install build-essential libncurses-dev zlib1g-dev gawk git \ | ||