How to Install and Uninstall darkhttpd.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "darkhttpd.x86_64" package

Please follow the instructions below to install darkhttpd.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install darkhttpd.x86_64

2. Uninstall "darkhttpd.x86_64" package

Please follow the guidelines below to uninstall darkhttpd.x86_64 on Fedora 34:

$ sudo dnf remove darkhttpd.x86_64 $ sudo dnf autoremove

3. Information about the darkhttpd.x86_64 package on Fedora 34

Last metadata expiration check: 2:27:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : darkhttpd
Version : 1.13
Release : 1.fc34
Architecture : x86_64
Size : 32 k
Source : darkhttpd-1.13-1.fc34.src.rpm
Repository : fedora
Summary : Secure, lightweight, fast, single-threaded HTTP/1.1 server
URL : https://github.com/emikulic/darkhttpd
License : BSD
Description : darkhttpd is a secure, lightweight, fast and single-threaded HTTP/1.1 server.
:
: Features:
: * Simple to set up:
: * Single binary, no other files.
: * Standalone, doesn't need inetd or ucspi-tcp.
: * No messing around with config files.
: * Written in C - efficient and portable.
: * Small memory footprint.
: * Event loop, single threaded - no fork() or pthreads.
: * Generates directory listings.
: * Supports HTTP GET and HEAD requests.
: * Supports Range / partial content.
: * Supports If-Modified-Since.
: * Supports Keep-Alive connections.
: * Can serve 301 redirects based on Host header.
: * Uses sendfile().
:
: Security:
: * Can log accesses, including Referer and User-Agent.
: * Can chroot.
: * Can drop privileges.
: * Impervious to /../ sniffing.
: * Times out idle connections.
: * Drops overly long requests.
:
: Limitations:
: * This server only serves static content - *NO* CGI supported!