How To Install network-scripts-ppp on Fedora 36

In this tutorial we learn how to install network-scripts-ppp in Fedora 36. network-scripts-ppp is PPP legacy network service support

Introduction

In this tutorial we learn how to install network-scripts-ppp on Fedora 36.

What is network-scripts-ppp

This provides the ifup and ifdown scripts for use with the legacy network service.

We can use yum or dnf to install network-scripts-ppp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install network-scripts-ppp.

Install network-scripts-ppp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install network-scripts-ppp using dnf by running the following command:

sudo dnf -y install network-scripts-ppp

Install network-scripts-ppp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install network-scripts-ppp using yum by running the following command:

sudo yum -y install network-scripts-ppp

How To Uninstall network-scripts-ppp on Fedora 36

To uninstall only the network-scripts-ppp package we can use the following command:

sudo dnf remove network-scripts-ppp

network-scripts-ppp Package Contents on Fedora 36

/etc/sysconfig/network-scripts/ifdown-ppp
/etc/sysconfig/network-scripts/ifup-ppp

References

Summary

In this tutorial we learn how to install network-scripts-ppp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).