How To Install acme-tiny-core on CentOS 7
Introduction
In this tutorial we learn how to install acme-tiny-core
on CentOS 7.
What is acme-tiny-core
Includes only the core acme_tiny.py script and its dependencies. Alternate frameworks that use acme_tiny.py can install this to avoid pulling in unneeded packages.
We can use yum
or dnf
to install acme-tiny-core
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install acme-tiny-core.
Install acme-tiny-core on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install acme-tiny-core
using yum
by running the following command:
Install acme-tiny-core on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install acme-tiny-core
using dnf
by running the following command:
How To Uninstall acme-tiny-core on CentOS 7
To uninstall only the acme-tiny-core
package we can use the following command:
References
Summary
In this tutorial we learn how to install acme-tiny-core
on CentOS 7 using yum
and dnf
.