Hi,
To build software sometimes the requirements mention several packages to be installed.
To do this manually one by one via the graphical tool pkgget is tiresome.
For example, to build the Unicon programming language this is necessary:
Code: Select all
apt install libgl1-mesa-dev libssl-dev libx11-dev libjpeg-dev libpng-dev libglu1-mesa-dev
libxft-dev libopenal-dev libalut-dev libogg-dev libvorbis-dev unixodbc-dev
libfreetype6-dev
Is it possible (and how) to install these packages in one go from the command line or graphically?