Challenge 11 - Package Management
< Previous Challenge - Home - Next Challenge >
Description
During this challenge, you will learn about package management and the most common activites such as update package distribution lists, install and uninstall packages on a Debian based Linux distribution.
- Update the package distribution lists
- Update the packages installed on your virtual machine
- Install the following packages
- Uninstall the package named nano
- Show package details for vim
- Find the package for the Docker container runtime and install
Success Criteria
- Ensure the distribution lists are updated
- Have the installed packages updated
- Ensure the installation of git, php-fpm and nginx packages
- Make sure the package nano is removed from the system
- Validate you have the details from the package vim
- Ensure the Docker container runtime is installed
Learning resoures