Skip to main content

Command Palette

Search for a command to run...

Understanding package manager

Published
1 min read
S

DevOps Engineer

Day-07 task

we use different package managers for different Linux machines, like we use apt for Ubuntu, yum for Cent-OS and RHEL for Red Hat

To install Docker on an Ubuntu machine:

  • we use "sudo apt install docker" to install docker in your Ubuntu machine.

To install Jenkins on an Ubuntu machine:

  • we use "sudo apt install Jenkins" to install Jenkins on your Ubuntu machine.

To install Docker on a Cent-OS machine:

  • we use "sudo yum install docker" to install docker in your Cent-OS machine.

To install Jenkins on the Cent-OS machine:

  • we use "sudo yum install Jenkins" to install Jenkins on your Cent-OS machine.

More from this blog

Untitled Publication

112 posts