Questo contenuto non è disponibile nella lingua selezionata.
Chapter 7. Uninstalling Red Hat Development Suite
7.1. Uninstalling Red Hat Development Suite on Microsoft Windows Copia collegamentoCollegamento copiato negli appunti!
7.1.1. Uninstalling using Powershell Copia collegamentoCollegamento copiato negli appunti!
On Microsoft Windows, Red Hat Development Suite includes a Powershell-based uninstaller in the product’s installation directory (${target-folder}/uninstaller/uninstall.ps1).
Installing Red Hat Development Suite creates an Uninstall Developer Studio option in Microsoft Windows. This uninstaller only removes JBoss Developer Studio, and not any additional components installed for Red Hat Development Suite. Use the following instructions to completely remove all Red Hat Development Suite components from your machine.
The uninstall script removes everything installed into the installation target directory. As a result, previously installed components detected during the installation are not affected.
The uninstaller runs corresponding MSI uninstallers for VirtualBox and OpenJDK. It also cleans up the PATH variables and removes the ${target-folder} folder.
To uninstall Red Hat Development Suite, run the script in one of two ways:
Use the command prompt (cmd) to run the file.
Use the Powershell with the following command:
powershell -ExecutionPolicy bypass -File ${target-folder}\uninstaller\uninstall.ps1powershell -ExecutionPolicy bypass -File ${target-folder}\uninstaller\uninstall.ps1Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteDo not run the uninstall script from within
${target-folder}or run theps1file from the context menu. This results in locking the${target-folder}\uninstallerfolder and the PowerShell script is not removed after the uninstall process completes.
Use the Run with Powershell menu item:
Navigate to:
${target-folder}\uninstaller\uninstall.ps1${target-folder}\uninstaller\uninstall.ps1Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Highlight uninstall.ps1 and Right-Click
- Select 'Run with Powershell'
7.1.2. Uninstalling from Control panel Copia collegamentoCollegamento copiato negli appunti!
To uninstall Red Hat Development Suite from the Control Panel:
- Right-click the Start button and click Control Panel
- Click Program.
- Click Programs and Features.
- Double Click Red Hat Development Suite to uninstall.
7.1.3. Uninstalling from Settings Copia collegamentoCollegamento copiato negli appunti!
To uninstall Red Hat Development Suite from the Settings menu:
- Go to Settings
- Click System to show a list of the system settings.
- Click Apps & Features from the left pane to show a list of features and applications.
- Click Red Hat Development Suite.
- Click Uninstall to uninstall Red Hat Development Suite.
- Click Uninstall button to confirm.
7.2. Uninstalling Red Hat Development Suite on macOS Copia collegamentoCollegamento copiato negli appunti!
For macOS users, uninstall Red Hat Development Suite as follows:
- Manually delete the installation folder for your Red Hat Development Suite installation.
- Follow the uninstall instructions for each of the individual components for macOS to remove them manually.
7.3. Uninstalling Red Hat Development Suite on Red Hat Enterprise Linux Copia collegamentoCollegamento copiato negli appunti!
For Red Hat Enterprise Linux users, uninstall Red Hat Development Suite as follows:
sudo yum autoremove rh-devsuite
sudo yum autoremove rh-devsuite