Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.31 KB

Challenge-11.md

File metadata and controls

33 lines (24 loc) · 1.31 KB

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
    • git
    • php-fpm
    • nginx
  • Uninstall the package named nano
  • Show package details for vim
  • Find the package for the Docker container runtime and install

Success Criteria

  1. Ensure the distribution lists are updated
  2. Have the installed packages updated
  3. Ensure the installation of git, php-fpm and nginx packages
  4. Make sure the package nano is removed from the system
  5. Validate you have the details from the package vim
  6. Ensure the Docker container runtime is installed

Learning resoures