User shell with text-mode full-screen interface.
cd Ports/mc
./package.sh
For WSL2/Ubuntu20.04
# default meson package is lower than recommended version, package build will not proceed.
# suggestion: remove current meson package, install latest on a per-user basis
$ which meson
$ meson --version (should say 0.60 or something)
$ sudo apt remove meson -y
$ pip3 install --user meson
# Update $HOME/.bash_profile 's PATH environment and add $HOME/.local/bin and save file
$ vim $HOME/.bash_profile
# Update current environtment variables use latest
$ source $HOME/.bash_profile
# Now compile mc
$ cd $SERENITY_SOURCE_DIR/Ports/mc
$ ./package.sh
Website: https://midnight-commander.org/
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/mc
Port icon has the following license: GNU GPLv3 https://choosealicense.com/licenses/gpl-3.0/ (c) Midnight Commander