fpaste
is a script that gathers information from the system and is very very useful when diagnosing issues. It should be installed by default on all systems, but if it isn’t, you can install it from the repositories using:
sudo dnf install fpaste
When discussing issues here on the forum, you can use the following command to provide information on your system:
fpaste --sysinfo --printonly
If this blocks, it’s usually because dnf
is downloading metadata for your user from the repositories. You can use it with sudo
if you want it to use the system’s metadata cache:
sudo fpaste --sysinfo --printonly
Please remember to use the --printonly
option. If you skip it, fpaste
sends your information to the Fedora pastebin at https://paste.fedoraproject.org. Posts on the pastebin are removed after a week, so we do not suggest sharing links from there on this platform—your helpers may not be able to access it after a while.
The source code of fpaste
is here. Improvements are always welcome.