How To Install pptpd on Fedora 36
Introduction
In this tutorial we learn how to install pptpd
on Fedora 36.
What is pptpd
This implements a Virtual Private Networking Server (VPN) that is compatible with Microsoft VPN clients. It allows windows users to connect to an internal firewalled network using their dialup.
We can use yum
or dnf
to install pptpd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pptpd.
Install pptpd 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 pptpd
using dnf
by running the following command:
sudo dnf -y install pptpd
Install pptpd 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 pptpd
using yum
by running the following command:
sudo yum -y install pptpd
How To Uninstall pptpd on Fedora 36
To uninstall only the pptpd
package we can use the following command:
sudo dnf remove pptpd
pptpd Package Contents on Fedora 36
/etc/ppp/options.pptpd
/etc/pptpd.conf
/etc/sysconfig/pptpd
/usr/bin/vpnstats.pl
/usr/bin/vpnuser
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/88eabc3a1fbaae7f94436e14a3f4e0608022f3
/usr/lib/.build-id/60
/usr/lib/.build-id/60/5f95cfbd26deb5ea0d0cbc2012b117fe31a060
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/efe25b6b9a58e48de0e7696325d67090c47088
/usr/lib/.build-id/96
/usr/lib/.build-id/96/465a4c160355f32de4b0009f91344d564506c0
/usr/lib/modules-load.d/pptpd.conf
/usr/lib/sysctl.d/20-pptpd.conf
/usr/lib/systemd/system/pptpd.service
/usr/lib64/pptpd
/usr/lib64/pptpd/pptpd-logwtmp.so
/usr/sbin/bcrelay
/usr/sbin/pptp-portslave
/usr/sbin/pptpctrl
/usr/sbin/pptpd
/usr/share/doc/pptpd
/usr/share/doc/pptpd/AUTHORS
/usr/share/doc/pptpd/COPYING
/usr/share/doc/pptpd/ChangeLog
/usr/share/doc/pptpd/README
/usr/share/doc/pptpd/README.bcrelay
/usr/share/doc/pptpd/README.cvs
/usr/share/doc/pptpd/README.inetd
/usr/share/doc/pptpd/README.logwtmp
/usr/share/doc/pptpd/README.portslave
/usr/share/doc/pptpd/README.slirp
/usr/share/doc/pptpd/TODO
/usr/share/doc/pptpd/samples
/usr/share/doc/pptpd/samples/chap-secrets
/usr/share/doc/pptpd/samples/options.pptpd
/usr/share/doc/pptpd/samples/pptpd.conf
/usr/share/man/man5/pptpd.conf.5.gz
/usr/share/man/man8/bcrelay.8.gz
/usr/share/man/man8/pptpctrl.8.gz
/usr/share/man/man8/pptpd.8.gz
References
Summary
In this tutorial we learn how to install pptpd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).