Skip to content

lasersell/apt

Repository files navigation

LaserSell APT Repository

GitHub Pages Status Website Up Version Platform License

Quick install (recommended)

curl -fsSL https://dl.lasersell.io/install.sh | bash

Migrate from the old repo (lasersell.github.io)

If you previously added the old https://lasersell.github.io/apt repo, run:

curl -fsSL https://dl.lasersell.io/migrate.sh | bash

This repository hosts the LaserSell APT package repository (served via GitHub Pages), plus multi-platform binaries.

Linux (Debian/Ubuntu/WSL) via install.sh

curl -fsSL https://dl.lasersell.io/install.sh | bash

Linux (Debian/Ubuntu/WSL) without install.sh (manual APT)

curl -fsSL https://dl.lasersell.io/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/lasersell-archive-keyring.gpg
ARCH="$(dpkg --print-architecture)"
echo "deb [arch=${ARCH} signed-by=/usr/share/keyrings/lasersell-archive-keyring.gpg] https://dl.lasersell.io stable main" | sudo tee /etc/apt/sources.list.d/lasersell.list > /dev/null
sudo apt update
sudo apt install lasersell

macOS via install.sh

curl -fsSL https://dl.lasersell.io/install.sh | bash

macOS via Homebrew

brew tap lasersell/lasersell
brew install lasersell

macOS without Homebrew (tarball)

curl -fsSL https://dl.lasersell.io/install.sh | bash -s -- --method tar

Windows (via WSL)

  1. Install WSL (Windows Terminal or PowerShell as Administrator):
wsl --install
  1. Restart your computer, then open your WSL Linux distro:
    • Start menu → search for your distro name (e.g., “Ubuntu”) → open it, or
    • Windows Terminal / PowerShell → run wsl to launch the default distro.

Then run:

curl -fsSL https://dl.lasersell.io/install.sh | bash

Upgrade / Uninstall

  • APT: sudo apt update && sudo apt install lasersell
  • Homebrew: brew upgrade lasersell
  • Tarball install: re-run install.sh (it overwrites the binary). To uninstall, remove the installed lasersell binary from your prefix.

LaserSell software is proprietary and requires a valid commercial license to use.

About

LaserSell APT Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published