Package manager commands

找到 221 条

Directory listing

119 commands

agentbox

Manage AgentBox cloud sandboxes and templates from the terminal

npm install -g agentbox-cli
Details

apkeep

Download APKs from app stores

apkeep -a [com.example.app] .
Details

apkleaks

Scan APKs for hardcoded secrets and keys

apkleaks -f [app.apk]
Details

apt-clone

Backup and restore installed package states

sudo apt-clone clone [path/to/directory]
Details

apt-install

Install packages from configured repositories.

sudo apt install [package]
Details

apturl

Install packages from apt: protocol URLs

apturl apt:firefox
Details

aur-sync

Download, build, and add AUR packages to a local pacman repository

aur sync [package1] [package2] ...
Details

aur

Collection of scripts for managing AUR packages through a local repository.

aur search [keyword]
Details

aurutils

Utilities for managing AUR packages in a local repository

aur build [package]
Details

bark

AI text-to-audio synthesis with expressive speech.

python -m bark --text "[Hello, how are you?]" --output_filename [output.wav]
Details

bower

Manage front-end web dependencies.

bower install [jquery]
Details

bpkg

Package manager for bash scripts.

bpkg install [package-name] -g
Details

brew-info

Display details about a Homebrew package

brew info [formula]
Details

brew-rm

Remove an installed Homebrew package

brew rm [formula]
Details

brew

Package manager for macOS and Linux

brew install [wget]
Details

build

Build Python packages for distribution

python -m build
Details

bun-create

Scaffold new projects from templates

bun create [template] [project-name]
Details

bun-i

Install packages (alias for bun install)

bun i
Details

bun-pm-trust

Manage trusted dependencies in Bun projects

bun pm trust [package1] [package2]
Details

bundletool

Manipulate Android App Bundles and APKs

bundletool build-apks --bundle=[app.aab] --output=[app.apks]
Details

bunx

Auto-install and run package executables

bunx [prisma] migrate
Details

comfyui

node-based workflow system for Stable Diffusion

python [main.py]
Details

createrepo

RPM repository metadata generator

createrepo [path/to/directory]
Details

ctx

Multi-environment context switcher for DevOps workflows

ctx init
Details

Package management

85 commands

alr

Ada/SPARK source package manager.

alr search [package_name]
Details

androguard

Reverse engineer and analyze Android applications

androguard analyze [app.apk]
Details

apk

Alpine Linux package manager

apk upgrade -U
Details

apksigner

Sign and verify Android APK files

apksigner sign --ks [keystore.jks] [app.apk]
Details

apt-cdrom

Add CD-ROM or DVD-ROM as an APT package source

sudo apt-cdrom add
Details

apt-ftparchive

Generate index files for APT repositories.

apt-ftparchive packages [pool/] > [Packages]
Details

aws-codeartifact

Manage private package artifact repositories.

aws codeartifact login --tool npm --domain [my-domain] --repository [my-repo]
Details

brew-cask

Install and manage macOS GUI applications via Homebrew

brew install --cask [firefox]
Details

brew-leaves

List top-level installed packages that are not dependencies

brew leaves
Details

bun-audit

Scan dependencies for known security vulnerabilities

bun audit
Details

copr

Fedora community repository manager

sudo dnf copr enable [owner]/[project]
Details

dnf4

legacy DNF version 4 package manager

sudo dnf4 upgrade
Details

dnf5

next-generation DNF package manager

tldr dnf
Details

jadx

decompiles Android DEX bytecode to Java source

jadx [app.apk]
Details

ng-add

adds npm packages with Angular schematics support to your project

ng add [package-name]
Details

ng-generate

creates Angular artifacts using schematics

ng generate component [name]
Details

npm-bin

prints the folder where npm will install executables

npm bin
Details

npm-bugs

opens the package's bug tracker URL in a web browser

npm bugs [package-name]
Details

npm-diff

shows differences between package versions or between local package and registry

npm diff --diff=[package]@[1.0.0] --diff=[package]@[2.0.0]
Details

npm-docs

opens package documentation in browser

npm docs [package-name]
Details

File inspection

47 commands

aapt

Android resource packaging tool

aapt list [app.apk]
Details

apt-get

Install, upgrade, and manage packages.

sudo apt-get update
Details

apt-list

List packages matching criteria from the APT package database

apt list
Details

axi-cache

Fast indexed package search for Debian

axi-cache search [keyword]
Details

brew-bundle

Manage Homebrew packages declaratively with a Brewfile

brew bundle install
Details

carton

Perl module dependency manager

carton install
Details

circup

Package manager for CircuitPython libraries

circup list
Details

deno

secure runtime for JavaScript and TypeScript

deno run [script.ts]
Details

distrobox-upgrade

upgrade Distrobox containers using native package managers

distrobox-upgrade [container_name]
Details

dnf

Fedora/RHEL package manager

sudo dnf upgrade
Details

lbu

manages APK overlay files on diskless Alpine Linux systems

lbu commit
Details

libretto

AI toolkit for building and maintaining browser automations

npm create libretto@latest
Details

mmdebstrap

creates Debian chroots from one or more mirrors

sudo mmdebstrap stable [path/to/debian-root]/
Details

node

Node.js JavaScript runtime built on Chrome's V8 engine

node [script.js]
Details

nodenv

Manage your app's Node.js environment

nodenv install --list
Details

npm-star

Mark a package as favorite on the npm registry

npm star [package]
Details

paccheck

verifies the integrity and consistency of installed packages on Arch-based

paccheck
Details

pacdiff

manages configuration file conflicts created by pacman during package upgrades

pacdiff
Details

pacfile

displays information about files in the pacman database, showing which package

pacfile [path/to/file_or_directory]
Details

pacinfo

displays detailed information about packages from the pacman database

pacinfo [package_name]
Details

pacini

parses and queries INI-style configuration files in the format used by pacman

pacini [path/to/file]
Details

paclock

manages the libalpm database lock file used by pacman to prevent simultaneous

sudo paclock
Details

pacman.conf

configuration file for pacman, the Arch Linux package manager

[multilib]\nInclude = /etc/pacman.d/mirrorlist
Details

pip-config

Manage pip configuration files and settings

pip config list
Details

pipenv

Python dependency management with virtual environments

pipenv install [requests]
Details

pixi-task

Define and manage Pixi project tasks

pixi task add [name] [command]
Details

Text processing

42 commands

aapt2

next-generation Android resource compiler and packager

aapt2 compile [path/to/resource.xml] -o [output_directory]
Details

apt-key

Deprecated APT key management utility for package authentication

apt-key list
Details

apt-secure

Archive authentication and trust model documentation.

man apt-secure
Details

apt-sortpkgs

Sort package index files

apt-sortpkgs [Packages] > [Packages.sorted]
Details

apt

High-level package management interface

sudo apt update
Details

bbrew

CLI tool for searching Homebrew and Linuxbrew formulae and casks

bbrew search [query]
Details

bundletool-dump

Inspect Android App Bundle contents

bundletool dump manifest --bundle=[app.aab]
Details

gh-pages

Publish static sites to GitHub Pages branch

npx gh-pages -d [dist]
Details

jeeves

Run development dependencies inside pre-configured Docker containers

pip install git+https://github.com/fhsinchy/jeeves.git#egg=jeeves
Details

keen

Minimal terminal AI coding agent with pluggable LLM providers

keen
Details

nala

modern package management utility for Debian-based systems, serving

sudo nala install [package]
Details

netselect

determines the fastest network servers from a list of hosts by measuring

sudo netselect [host_1 host_2 ...]
Details

npm-deprecate

marks a package version as deprecated on the npm registry

npm deprecate [package]@[version] "[message]"
Details

npm-repo

opens a package's repository page in a browser

npm repo [package-name]
Details

npm-uninstall

removes packages from node_modules and optionally from package

npm uninstall [package-name]
Details

oma

modern package management frontend for dpkg-based Linux distributions

sudo oma
Details

opkg

lightweight package manager used primarily on OpenWrt and other embedded Linux

opkg install [package]
Details

pacconf

queries and displays pacman's configuration as it would be parsed by pacman

pacconf
Details

pacman-key

wrapper around GnuPG for managing the keyring used by pacman to verify package

sudo pacman-key --init
Details

pacstall

AUR-inspired package manager for Ubuntu and Debian-based distributions

pacstall -S [query]
Details

pamac

graphical and command-line package manager for Arch-based

pamac install [package]
Details

pikman

PikaOS unified package manager

pikman search [package_name]
Details

pip

Python package installer and manager

pip install [package]
Details

pysetup3.4

Deprecated Python 3.4 package installer

pysetup3.4 install [package]
Details

reflector

Retrieve and filter Arch Linux mirror lists

sudo reflector --sort rate --save /etc/pacman.d/mirrorlist
Details

Search and filters

25 commands

adb-uninstall

Remove an application from an Android device

adb uninstall [com.example.app]
Details

apktool

Reverse engineer Android APK files

apktool d [app.apk]
Details

apt-config

Query and display APT configuration settings.

apt-config dump
Details

aptdcon

command-line client for the aptdaemon package management service

aptdcon --install "[package1 package2]"
Details

bunny

Official command-line interface for bunny.net

bunny login
Details

netselect-apt

Automatically find the fastest Debian mirror and create sources.list

sudo netselect-apt
Details

npm-edit

open an installed package's directory in the default editor

npm edit [package]
Details

npm-pack

creates a tarball of a package exactly as it would be published

npm pack
Details

osv-scanner

Scan dependencies for known vulnerabilities using the OSV database

osv-scanner scan -r [directory]
Details

pacman-files

queries the files database to find which packages own specific files

sudo pacman -Fy
Details

pacman-mirrors

generates and manages the pacman mirrorlist for Manjaro Linux

sudo pacman-mirrors --fasttrack
Details

pytest

Python testing framework with fixtures and plugins

pytest
Details

rankmirrors

Rank Arch Linux pacman mirrors by speed

rankmirrors [/etc/pacman.d/mirrorlist]
Details

scout

Search packages by binaries, modules, and other attributes on openSUSE

scout bin [command_name]
Details

semver

Validate and manipulate semantic version strings

semver [1.2.3]
Details

xq

XML processor using jq syntax

xq . [file.xml]
Details

yum

Red Hat package manager

sudo yum install [package]
Details

Network diagnostics

22 commands

ansible-doc

Display documentation for Ansible modules and plugins

ansible-doc [apt]
Details

azure-cli

Manage Azure cloud resources from the command line.

pip install azure-cli
Details

csv-diff

compare CSV files and show differences

csv-diff [old.csv] [new.csv]
Details

dnf-reposync

synchronize remote repositories locally

dnf reposync --repoid [repo_name]
Details

npm-author

configuration sets default author for new packages

npm config set init-author-name "[Your Name]"
Details

npm-view

View npm registry information for a package

npm view [package]
Details

npm

node Package Manager

npm install
Details

pacaur

AUR helper for Arch Linux wrapping pacman with AUR support

pacaur -Syu
Details

pip-check

Verify installed package dependency compatibility

pip check
Details

pip-freeze

Output installed packages in requirements format

pip freeze
Details

pip-hash

Compute hash digests of package archives

pip hash [package.whl]
Details

pip-list

List installed Python packages with versions

pip list
Details

pip3

Python 3 package installer

pip3 install [package]
Details

pygame

Python game development library

pip install pygame
Details

pytorch

Deep learning framework with GPU acceleration

pip install torch torchvision
Details

tauri

Build desktop apps with web technologies

tauri init
Details

vitepress

Vite-powered static site generator

vitepress dev [docs]
Details

File operations

19 commands

aptd

Package management daemon via D-Bus

sudo aptd
Details

conda

package and environment manager for Python and data science

conda create -n [myenv] [python=3.11]
Details

dnf-system-upgrade

DNF plugin for offline Fedora major-version upgrades

sudo dnf system-upgrade download --releasever=[40]
Details

fkill

interactive cross-platform process killer

fkill
Details

jf

JFrog CLI for interacting with JFrog platform services

jf config add
Details

jfrog

Official CLI for the JFrog Platform

jfrog config add [server-id]
Details

pacman-d

short form of pacman --database, which operates on the package database

sudo pacman -D --asdeps [package]
Details

pacman-f

short form of pacman --files, which queries the files database

sudo pacman -Fy
Details

pacman-q

short form of pacman --query, which queries the local package database

tldr pacman query
Details

pacman-r

short form of pacman --remove, which removes packages from the system

sudo pacman -R [package]
Details

pacman-s

short form of pacman --sync, which synchronizes packages

tldr pacman sync
Details

pacman-t

short form of pacman --deptest, which checks if specified dependencies are

tldr pacman deptest
Details

pip-index

Inspect package index version information

pip index versions [package]
Details

tsx

Fast TypeScript execution with esbuild

tsx [script.ts]
Details

upt

Universal cross-platform package manager wrapper

upt install [package]
Details

Archive and compression

3 commands

mkosi

builds customized, modern Linux OS images

mkosi summary
Details

npm-unstar

removes star from a package on npm registry

npm unstar [package]
Details

Shell workflow

1 commands

uv-export

Export dependencies to requirements format

uv export > requirements.txt
Details

Users and permissions

1 commands

apt-mark

Change the install state of packages.

sudo apt-mark auto [package]
Details

aurman commands

1 commands

aurman

AUR helper with pacman-like interface

aurman -Syu
Details

deb-get commands

1 commands

deb-get

apt-get-like functionality for third-party .deb packages

deb-get update
Details

makepkg commands

1 commands

makepkg

creates Arch Linux packages from PKGBUILD files

makepkg
Details

python commands

1 commands

venv

Create Python virtual environments

python -m venv [venv]
Details

trizen commands

1 commands

virtualenv commands

1 commands