PUPPET: HOW TO INSTALL A PACKAGE/SOFTWARE | Linux Today

PUPPET: HOW TO INSTALL A PACKAGE/SOFTWARE

Written By
Web Webster
Web Webster
Mar 5, 2017

In this post, we will see on how to install software in a machine using Puppet. Puppet is all about how you manage servers/machines in a programmatical way by using underlying tools. For example take installing a software, puppet will talk to software installing tools like rpm/Yum/apt-get/MSI(Windows Microsoft Installer) etc in order to install required packages. In this post we will see how it do it and some examples of installing software using Puppet tool.

HOW PUPPET INSTALL PACKAGES?
It is simple, Puppet uses ruby scripts which are located in /usr/lib/ruby/vendor_ruby/puppet/provider/package(On Linux based machine) to talk to above mention software installation tools. When you say to Puppet ???please install some XYZ package???, then our puppet do below stuff.

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.