Many Linux package management tools support installing package groups of related packages. This is not really comparable with a Windows feature. For example, a package group might be a basic web server and will include a collection of packages such as Apache2, Perl, and Python.
Installing a Linux package group
Getting ready
Install and start PowerShell Core.
How to do it...
Please perform the following steps:
- First of all, we will need to familiarize ourselves with the system, and examine the installed package groups, as shown in the following code:
# Let's get...