Files
vim-ale/webi-essentials/README.md

640 B

title, homepage, tagline
title homepage tagline
Webi Essentials https://webinstall.dev/webi-essentials The Webi Essentials are curl, git, tar, wget, xz, zip, & webi shell integrations

Cheat Sheet

Even Webi needs a place to start.

This installs the tools that are commonly needed to download and unpack various packages, using the native package manager.

This requires root or sudo

Linux (Debian, Ubuntu)

sudo apt update
sudo apt install -y \
    curl \
    git \
    tar \
    wget \
    xz \
    zip

Alpine (Docker)

sudo apk add --no-cache \
    curl \
    git \
    tar \
    wget \
    xz \
    zip