Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Easy way to install deb package for Linux distributions.

Notifications You must be signed in to change notification settings

Update-Install/cli

Repository files navigation

Installation

Install Pre-built Version

Please refers to the installation guide to install pre-built version of Update Install.

Build From Source

Requirements

Installation Steps

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

Grant execute permission for /usr/local/bin/ui.

sudo chmod +x /usr/local/bin/ui

Usage

Step 1

Add the link to config using ui config command. (Ex: discord)

  • -n: Specify the name of the app you want to install.
  • -u: Provide the url for downloading the deb file of your app.
ui source -n discord -u https://discord.com/api/download?platform=linux&format=deb

Step 2.

Install the specific package with package name you specified. (Ex: discord)

ui install discord

More Commands

ui --help show command information
ui source show the config file of ui
ui source -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

About

Easy way to install deb package for Linux distributions.

Resources

Stars

Watchers

Forks

Contributors 2

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /