460 | | wpi4rpm del "%{name}" %{version}-%{release} |
461 | | fi |
462 | | }}} |
463 | | |
464 | | Note: The purpose of this utility is not to enable to uninstall rpm/yum packages using WarpIN, but only to fake the presence of a certain WarpIN package to the installation of other WarpIN packages. Removing the database entries using WarpIN is possible, while verification and deinstallation will fail. This works as designed. |
| 460 | wpi4rpm del %{vendor}/%{name}/packagename %{version}-%{release} |
| 461 | fi |
| 462 | }}} |
| 463 | |
| 464 | Note: The purpose of this utility is not to enable to uninstall rpm/yum packages using WarpIN, but only to fake the presence of a certain WarpIN package to the installation of other WarpIN packages. Removing the database entries using WarpIN is possible, while verification and deinstallation will fail. |
| 465 | |
| 466 | Adding vendor and packagename is optional. In case they are not provided, they will be replaced with fixed values of wpi4rpm. |