How to Install and Uninstall proxychains-ng.x86_64 Package on Fedora 36

Last updated: May 22,2024

1. Install "proxychains-ng.x86_64" package

Please follow the step by step instructions below to install proxychains-ng.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install proxychains-ng.x86_64

2. Uninstall "proxychains-ng.x86_64" package

Please follow the guidance below to uninstall proxychains-ng.x86_64 on Fedora 36:

$ sudo dnf remove proxychains-ng.x86_64 $ sudo dnf autoremove

3. Information about the proxychains-ng.x86_64 package on Fedora 36

Last metadata expiration check: 3:10:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : proxychains-ng
Version : 4.16
Release : 1.fc36
Architecture : x86_64
Size : 53 k
Source : proxychains-ng-4.16-1.fc36.src.rpm
Repository : fedora
Summary : Redirect connections through proxy servers
URL : https://github.com/rofl0r/proxychains-ng
License : GPLv2+
Description : ProxyChains NG is based on ProxyChains.
:
: ProxyChains NG hooks network-related (TCP only) libc functions in dynamically
: linked programs via a preloaded DSO (dynamic shared object) and redirects the
: connections through one or more SOCKS4a/5 or HTTP proxies.
:
: Since Proxy Chains NG relies on the dynamic linker, statically linked binaries
: are not supported.