Easy way to install deb package for LInux Distributions.
Never struggle with download links again.
Never struggle with download links again.
Download the source files.
git clone https://github.com/Update-Install/CLI.git
Run the build script.
./build.sh
Then copy the executable file to /usr/local/bin
sudo cp ./dist/ui-cli_linux_amd64 /usr/local/bin/ui
sudo wget https://github.com/Update-Install/CLI/releases/latest/download/ui-cli_linux_amd64 -q --show-progress --progress=bar:force -O /usr/local/bin/ui
ui --help
show command information
ui config
show the config file of ui
ui config -n {name} -u {URL}
set a source for a package
ui install
download the package file in config file's list then install it.
ui install {name}
download and install the specific package
This is example had been tested on Ubuntu 23.10, 22.04
Step 1. Add the link to config using ui config
command
ui config -n discord -u https://discord.com/api/download?platform=linux&format=deb
Step 2. Install the all packages in config
ui install
Step 3. Install the specific package with package name in config
ui install discord