Basic packages are always required. Copy-paste the following (account: root).
DEBS="
aptitude
vim
"
apt update && apt upgrade -y && apt install -y $DEBS
Packages list for compiling the Linux Kernel. Copy-paste the following (account: root).
DEBS="
bc
bison
build-essential
flex
git
gnupg
libelf-dev
libncurses-dev
libssl-dev
rsync
"
apt update && apt upgrade -y && apt install -y $DEBS
Packages list for OS232. Copy-paste the following (account: root).
DEBS="
acct
apt-file
aptitude
autoconf
automake
bc
bison
bsdmainutils
build-essential
clang-format
cowsay
curl
dateutils
dos2unix
expect
fail2ban
faketime
finger
flex
fuse
gawk
gettext
git
git-flow
gnupg
gnupg-agent
kmod
libacl1-dev
libc6-dev
libcap-dev
libelf-dev
libfuse-dev
liblocale-msgfmt-perl
libncurses-dev
libseccomp-dev
libselinux1-dev
libssl-dev
locales-all
lynx
manpages-dev
net-tools
parted
pkg-config
python-is-python3
rsync
sudo
sysstat
sysvbanner
texinfo
tmux
unzip
util-linux
vim
x11-apps
"
apt update && apt upgrade -y && apt install -y $DEBS
Additional packages list for OS232. Copy-paste the following (account: root).
DEBS="
tofrodos
ncal
nvi
"
apt update && apt upgrade -y && apt install -y $DEBS