From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=This test case is to test dnf5 swap command commands |setup=Install the pre-release version of Fedora 38 |actions= * Install dnf5 using ‘dnf -y install dnf5’ * Remove one and install another software in a single transaction using ‘dnf5 swap <package_to_be_removed> <package_to_be_installed> |results= * Dnf5 package is installed successfully * Selected package is removed, different one is downloaded and installed, all in a single step }}")
 
No edit summary
 
Line 3: Line 3:
|setup=Install the pre-release version of Fedora 38
|setup=Install the pre-release version of Fedora 38
|actions=  
|actions=  
* Install dnf5 using ‘dnf -y install dnf5’
* Install dnf5 using `sudo dnf -y install dnf5`
* Remove one and install another software in a single transaction using ‘dnf5 swap <package_to_be_removed> <package_to_be_installed>
* Remove one and install another software in a single transaction using `sudo dnf5 swap <package_to_be_removed> <package_to_be_installed>`


|results=
|results=

Latest revision as of 15:53, 7 March 2023

Description

This test case is to test dnf5 swap command commands

Setup

Install the pre-release version of Fedora 38

How to test

  • Install dnf5 using sudo dnf -y install dnf5
  • Remove one and install another software in a single transaction using sudo dnf5 swap <package_to_be_removed> <package_to_be_installed>

Expected Results

  • Dnf5 package is installed successfully
  • Selected package is removed, different one is downloaded and installed, all in a single step