📥 Installation
Users have two easy options to install the tool.
Option 1: Install the .deb Package Directly (Recommended)
- Go to the Releases page of repository: https://github.com/Cybertection-LLC/cloudsuite/releases
- Download the latest
.debfile (e.g.,cybertection-cloudsuite_3.0.0_all.deb). - 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
- GitHub Repository: https://github.com/Cybertection-LLC/cloudsuite
- Releases Page: https://github.com/Cybertection-LLC/cloudsuite/releases (Where you can always find the latest
.debfile)