SlackBuilds Repository

15.0 > System > fwupd (2.0.20)

fwupd - A simple daemon to allow session software to update firmware

This project aims to make updating firmware on Linux automatic, safe and
reliable.

The following can be used to start/stop the daemon automatically:
Add the following to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.fwupd ]; then
/etc/rc.d/rc.fwupd start
fi

In /etc/rc.d/rc.local_shutdown, add following
if [ -x /etc/rc.d/rc.fwupd ]; then
/etc/rc.d/rc.fwupd stop
fi

Warning: This SlackBuild requires network access when it runs, meaning
it downloads files from the Internet with root access. You should
decide for yourself whether or not you think this is a good idea.

This requires: gcab, libgusb, libsmbios, libxmlb, python3-typogrify, libjcat, python3-meson-opt, python3-toml, pefile, protobuf-c

Maintained by: Andrew Clemons
Keywords: firmware,fwupd,fwupdate,uefi,logitech,unifying,receiver,mousejack,dell,colorhug
ChangeLog: fwupd

Homepage:
https://www.fwupd.org

Source Downloads:
fwupd-2.0.20.tar.gz (4251f8f8b33eb92155f9c30433594c9b)

Download SlackBuild:
fwupd.tar.gz
fwupd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
fwupd.SlackBuild
fwupd.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds