How to Uninstall "syneto-nmctl" in SynetoOS 6

Written By Christian Castagna (Administrator)

Updated at February 5th, 2026

→ Applies to: Hyperion 9.x and above

PREREQUISITES
Ensure the appliance is running SynetoOS 6.0.1 or later

All commands in this article are intended to be executed via Hyperion CLI.

 

Step 1. Connect to Hyperion appliance via SSH as admin

ssh admin@<your_ip_address_or_hostname>

 

Step 2. Become Super User

sudo su

 

Step 3. Uninstall the package

dnf remove syneto-nmctl -y

EXAMPLE OUTPUT

dnf remove syneto-nmctl -y
Dependencies resolved.
==========================================================================================================================================================================================================================
 Package                                                Architecture                                     Version                                                  Repository                                         Size
==========================================================================================================================================================================================================================
Removing:
 syneto-nmctl                                           x86_64                                           0.5.0-1.el9                                              @System                                           2.5 M

Transaction Summary
==========================================================================================================================================================================================================================
Remove  1 Package

Freed space: 2.5 M
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                                                  1/1 
  Running scriptlet: syneto-nmctl-0.5.0-1.el9.x86_64                                                                                                                                                                  1/1 
Preparing to uninstall syneto-nmctl...

  Erasing          : syneto-nmctl-0.5.0-1.el9.x86_64                                                                                                                                                                  1/1 
  Running scriptlet: syneto-nmctl-0.5.0-1.el9.x86_64                                                                                                                                                                  1/1 
Removing bash completion...
syneto-nmctl uninstalled successfully!
Note: Configuration in /var/lib/syneto-nmctl has been preserved
If you want to remove all data, manually delete:
  /var/lib/syneto-nmctl
  /etc/syneto-nmctl

  Verifying        : syneto-nmctl-0.5.0-1.el9.x86_64                                                                                                                                                                  1/1 

Removed:
  syneto-nmctl-0.5.0-1.el9.x86_64                                                                                                                                                                                         

Complete!