You can install fsnctlst
on macOS using Homebrew:
-
Add the Homebrew tap:
brew tap fusioncatalyst/homebrews-osx-apps
-
Install
fsnctlst
:brew install fusioncatalyst/osx-apps/fsnctlst
-
Verify the installation:
fsnctlst --version
-
Download the Windows binary: Go to the fsnctlst releases page and download the latest
fsnctlst_windows_x86_64.zip
. -
Extract the ZIP file:
- Right-click the downloaded ZIP file and extract it to a folder of your choice.
-
Add the binary to your PATH (optional):
- Copy the
fsnctlst.exe
file to a folder in your system's PATH or add the folder containingfsnctlst.exe
to the PATH.
- Copy the
-
Verify the installation: Open Command Prompt or PowerShell and run:
fsnctlst --version
You can install fsnctlst
using native package managers or manually, depending on your Linux distribution.
-
Download and install the
.deb
package:wget https://github.com/fusioncatalyst/cli/releases/download/<version>/fsnctlst_<version>_amd64.deb sudo dpkg -i fsnctlst_<version>_amd64.deb
-
Verify the installation:
fsnctlst --version
-
Download and install the
.rpm
package:wget https://github.com/fusioncatalyst/cli/releases/download/<version>/fsnctlst_<version>_x86_64.rpm sudo rpm -ivh fsnctlst_<version>_x86_64.rpm
-
Verify the installation:
fsnctlst --version
-
Install via AUR helper (e.g., yay):
yay -S fsnctlst
-
Verify the installation:
fsnctlst --version
-
Download and install the
.apk
package:wget https://github.com/fusioncatalyst/cli/releases/download/<version>/fsnctlst_<version>_x86_64.apk sudo apk add fsnctlst_<version>_x86_64.apk
-
Verify the installation:
fsnctlst --version
-
Download and install the Termux-specific
.deb
package:wget https://github.com/fusioncatalyst/cli/releases/download/<version>/fsnctlst_<version>_termux.deb dpkg -i fsnctlst_<version>_termux.deb
-
Verify the installation:
fsnctlst --version
-
Download the binary for your OS and architecture from the fsnctlst releases page.
-
Make the binary executable:
chmod +x fsnctlst_linux_x86_64
-
Move the binary to your PATH:
sudo mv fsnctlst_linux_x86_64 /usr/local/bin/fsnctlst
-
Verify the installation:
fsnctlst --version
Let me know if you need additional information or adjustments for the guide!