此内容没有您所选择的语言版本。
6.3. Removing Subscriptions
To remove a particular subscription, complete the following steps.
- Determine the serial number of the subscription you want to remove by listing information about already attached subscriptions:
subscription-manager list --consumed
subscription-manager list --consumed
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The serial number is the number listed asserial
. For instance,744993814251016831
in the example below:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Enter a command as follows to remove the selected subscription:
subscription-manager remove --serial=serial_number
subscription-manager remove --serial=serial_numbersubscription-manager remove --serial=serial_number
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Replace serial_number with the serial number you determined in the previous step.
To remove all subscriptions attached to the system, run the following command:
subscription-manager remove --all
subscription-manager remove --all