From Fedora Project Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 August 2023

  • curprev 04:3104:31, 13 August 2023Sumantrom talk contribs 1,355 bytes +1,355 Created page with "{{QA/Test_Case |description=This test case ensures the proper installation and basic functionality of the `bzip2` compression utility and its associated libraries (`bzip2-libs`). |setup= # Install a fresh version of Fedora. # Install the {{package|bzip2}} and {{package|bzip2-libs}} packages: `sudo dnf install bzip2 bzip2-libs`. |actions= # Create a text file for testing: `echo "This is a test for bzip2 compression." > ~/test.txt`. # Compress the file using `bzip2`: `bzip..."