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

Last updated: October 07,2024

1. Install "darkhttpd.x86_64" package

This guide let you learn how to install darkhttpd.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install darkhttpd.x86_64

2. Uninstall "darkhttpd.x86_64" package

Here is a brief guide to show you how to uninstall darkhttpd.x86_64 on Fedora 35:

$ sudo dnf remove darkhttpd.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:32:35 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : darkhttpd
Version : 1.13
Release : 3.fc35
Architecture : x86_64
Size : 32 k
Source : darkhttpd-1.13-3.fc35.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!