Skip to content

Releases: Cybertection-LLC/cloudsuite

Release list

cloudesuite

Choose a tag to compare

@cyberjoe009 cyberjoe009 released this 29 Jun 22:02
c92ca41

📥 Installation

Users have two easy options to install the tool.

Option 1: Install the .deb Package Directly (Recommended)

  1. Go to the Releases page of repository: https://github.com/Cybertection-LLC/cloudsuite/releases
  2. Download the latest .deb file (e.g., cybertection-cloudsuite_3.0.0_all.deb).
  3. Open a terminal in the download folder and run:
    sudo dpkg -i cybertection-cloudsuite_3.0.0_all.deb
    sudo apt-get install -f

Option 2: One-Line Install Script (Easiest)

If you create an install.sh script in repository, users can run this command to download and install the latest release automatically:

curl -sSL https://raw.githubusercontent.com/Cybertection-LLC/cloudsuite/main/install.sh | bash

🗑️ Uninstallation

To remove the tool, use the command that matches your installation method.

  • If installed via the .deb package (Option 1 or 2):
    sudo dpkg -r cybertection-cloudsuite

✅ Verify Installation

After installing, users can test that everything works:

cloudsuite run -t cybertection.net
cloudsuite --help

🔗 Useful Links