From Fedora Project Wiki

Revision as of 13:39, 7 March 2023 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case dnf5 basic sanity (install, remove, reinstall, download) |setup=Install the pre-release version of Fedora 38 |actions= * Install dnf5 using ‘dnf -y install dnf5’ * [mblaha] Mention also possibility to install the latest version from copr - https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf5-unstable/ ? * Install any package using ‘dnf5 install <package_name> * Remove any package using ‘dnf5 install <packa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case dnf5 basic sanity (install, remove, reinstall, download)

Setup

Install the pre-release version of Fedora 38

How to test

  • Install dnf5 using ‘dnf -y install dnf5’
  • [mblaha] Mention also possibility to install the latest version from copr - https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf5-unstable/ ?
  • Install any package using ‘dnf5 install <package_name>
  • Remove any package using ‘dnf5 install <package_name>
  • Reinstall any package using ‘dnf5 install <package_name>
  • Download any package using ‘dnf5 download’ <package_name>
  • Download dependencies using ‘dnf5 download --resolve <package_name>
  • Download all dependencies including already installed one using ‘dnf5 download --resolve --alldeps <package_name>

Expected Results

  • Dnf5 package is installed successfully
  • Specified package is installed
  • Specified package is removed
  • Specified package is reinstalled
  • Only the specified package is downloaded
  • Specified package + it’s dependencies are downloaded
  • Specified package, it’s dependencies and dependencies of those dependencies already installed on the system are downloaded