Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| devdoc:packages [2023/07/01 12:41] – abelbeck | devdoc:packages [2024/02/24 17:16] (current) – abelbeck | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Package lists ====== | ====== Package lists ====== | ||
| - | These packages are needed to build Astlinux | + | These packages are needed to build AstLinux |
| ===== Debian ===== | ===== Debian ===== | ||
| Line 7: | Line 7: | ||
| sudo apt-get install subversion build-essential libncurses5-dev bison flex gettext intltool tofrodos tcl pkg-config dosfstools | sudo apt-get install subversion build-essential libncurses5-dev bison flex gettext intltool tofrodos tcl pkg-config dosfstools | ||
| sudo apt-get install gperf texinfo autoconf nasm zlib1g-dev libssl-dev libtool rsync unzip git-core gawk lzma dos2unix bc help2man | sudo apt-get install gperf texinfo autoconf nasm zlib1g-dev libssl-dev libtool rsync unzip git-core gawk lzma dos2unix bc help2man | ||
| - | sudo apt-get install libtool-bin | + | sudo apt-get install libtool-bin curl |
| - | If you are running as a VMware Guest: | + | For Debian 11: |
| - | sudo apt-get install | + | sudo apt-get install |
| + | sudo dpkg-reconfigure dash | ||
| - | It is recommended to change the default shell to bash: /bin/sh -> bash | + | For Debian 12: |
| - | sudo dpkg-reconfigure dash | + | sudo apt-get install python-is-python3 |
| + | |||
| + | If you are running as a VMware Guest: | ||
| + | |||
| + | sudo apt-get install open-vm-tools-desktop | ||
| **Optional: | **Optional: | ||