LinuxCommandLibrary

eopkg

Package manager for Solus Linux

TLDR

Install a specific package

$ sudo eopkg install [package]
copy
Update all packages
$ sudo eopkg upgrade
copy
Search for packages
$ sudo eopkg search [search_term]
copy

SYNOPSIS

eopkg command [options] [packages]

DESCRIPTION

eopkg is the package manager for Solus Linux, an independent distribution. It handles all aspects of package management including installation, updates, removal, and repository management using the .eopkg package format.
The tool evolved from the PiSi package manager originally developed for Pardus Linux, with significant improvements and optimizations for Solus. eopkg provides dependency resolution, package rollback capabilities, and maintains a local database of installed packages. It integrates with Solus's rolling release model to provide continuous updates while maintaining system stability.

PARAMETERS

install packages

Install packages
upgrade
Update all packages
search term
Search for packages
remove packages
Remove packages
info package
Show package information
list-installed
List installed packages

CAVEATS

Solus Linux specific. Not compatible with other distributions. Requires root privileges for most operations.

SEE ALSO

apt(8), dnf(8), pacman(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community