How To Install 3proxy on Fedora 36
Introduction
In this tutorial we learn how to install 3proxy
on Fedora 36.
What is 3proxy
3proxy – light proxy server. Universal proxy server with HTTP, HTTPS, SOCKS v4, SOCKS v4a, SOCKS v5, FTP, POP3, UDP and TCP portmapping, access control, bandwith control, traffic limitation and accounting based on username, client IP, target IP, day time, day of week, etc.
We can use yum
or dnf
to install 3proxy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install 3proxy.
Install 3proxy 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 3proxy
using dnf
by running the following command:
sudo dnf -y install 3proxy
Install 3proxy 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 3proxy
using yum
by running the following command:
sudo yum -y install 3proxy
How To Uninstall 3proxy on Fedora 36
To uninstall only the 3proxy
package we can use the following command:
sudo dnf remove 3proxy
3proxy Package Contents on Fedora 36
/etc/3proxy.cfg
/usr/bin/3proxy
/usr/bin/dighosts
/usr/bin/ftppr
/usr/bin/htproxy
/usr/bin/mycrypt
/usr/bin/pop3p
/usr/bin/socks
/usr/bin/tcppm
/usr/bin/udppm
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/a7bfa5a3d65d97f25d964afe77726e356c1211
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/13cf3e1e1c309a68d576ed659cc0acea5946b3
/usr/lib/.build-id/41
/usr/lib/.build-id/41/59e5c7e2ede31f8affb2fb9e0754de01ef5d25
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/a914d1b7b1e117401eb2e531bbba4409d0d422
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/3edc77c2e141e5c110a7695333334c40b146ee
/usr/lib/.build-id/85
/usr/lib/.build-id/85/062db79a7648151cfabfc13cade26d8249d842
/usr/lib/.build-id/89
/usr/lib/.build-id/89/4e0c7cee0aa073b56f0b64681fca498b2f374a
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/0401999c23e3bb4d7f96063b6d32893a1ddc54
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/85d3a48794c15227cfc0ea3913e33ec5dcc9bd
/usr/lib/systemd/system/3proxy.service
/usr/share/doc/3proxy
/usr/share/doc/3proxy/README
/usr/share/doc/3proxy/Release.notes
/usr/share/doc/3proxy/authors
/usr/share/licenses/3proxy
/usr/share/licenses/3proxy/copying
/usr/share/man/man3/3proxy.cfg.3.gz
/usr/share/man/man8/3proxy.8.gz
/usr/share/man/man8/ftppr.8.gz
/usr/share/man/man8/icqpr.8.gz
/usr/share/man/man8/pop3p.8.gz
/usr/share/man/man8/proxy.8.gz
/usr/share/man/man8/smtpp.8.gz
/usr/share/man/man8/socks.8.gz
/usr/share/man/man8/tcppm.8.gz
/usr/share/man/man8/udppm.8.gz
/var/log/3proxy
References
Summary
In this tutorial we learn how to install 3proxy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).