Welcome to the update guide! Here's how to keep your system up-to-date:
Check for Updates
Use the command below to check available updates:sudo apt update && sudo apt upgrade -y
Download New Version
Navigate to the release page and download the latest package:
Download Latest ReleaseInstall Updates
Follow the installation instructions for your platform:- Linux:
sudo dpkg -i package_name.deb
- macOS:
brew install package_name
- Windows: Run the installer executable
- Linux:
Verify Installation
Confirm the update was successful by checking the version:package_name --version
📌 Tip: Always backup your data before performing updates.
For detailed steps, see our official documentation.