Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Void Linux: Difference between revisions

From atl.wiki
(added a small overview + distribution info box.)
 
m (fixed wording)
 
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
| releasestatus = Maintained
| releasestatus = Maintained
| releasemodel = Rolling Release
| releasemodel = Rolling Release
| packagemanager = [[xbps-*]]
| packagemanager = [https://docs.voidlinux.org/xbps/index.html XBPS]
| defaultdesktops = [[Xfce]] (live image)
| defaultdesktops = [[Xfce]] (live image only)
| usagetype = Desktop
| usagetype = Desktop
| architectures = amd64, aarch64, i686
| architectures = amd64, aarch64, i686
| website = [https://voidlinux.org/ voidlinux.org]
| website = [https://voidlinux.org/ voidlinux.org]
}}
}}
'''Void GNU/Linux''' is a rolling-release Linux distribution built from source. Void Linux is most commonly used on desktop systems for its lightweight-ness, minimalism and ease of setup. It is distributed for numerous architectures and also provides a rootfs tarball, amongst other things, It also allows you to choose between a glibc image and a musl image.
[[File:Voidlinux-by-dnv.png|alt=A screenshot of a Void Linux dark mode setup|thumb|Void Linux setup running DWM.]]
'''Void GNU/Linux''' is a rolling-release Linux distribution built from source (not based on anything). Void Linux is most commonly used on desktop systems for its lightness, minimalism and ease of setup. It is distributed for numerous architectures and also provides a rootfs tarball, and amongst other things, it also allows you to choose between a glibc and musl image.


Like most minimalistic distributions, Void does not come with a graphical environment out of the box. However, it can be installed by the user later on.
Like most minimalistic distributions, Void does not come with a graphical environment or any user utilities out of the box. However, they can be installed by the user later on.
 
A guide to installing Void Linux, along with other useful information, is located on [https://docs.voidlinux.org/installation/index.html the documentation page].
==XBPS==
The '''X Binary Package System''', commonly abbreviated as XBPS, is a package manager maintained and developed by the Void Linux team. It features, on top of the normal package management utilities, tools to help port packages (from .deb to .xbps, for example), to make your own package and others. A list of general-use XBPS commands can be found below.
{| class="wikitable" style="margin:auto"
|-
! Utility !! Usage
|-
| xbps-install || Fetches a package and its dependencies from the repo and installs it
|-
| xbps-remove || Removes a package from the system
|-
| xbps-query || Used to do many things, like getting the total number of packages installed or searching for them in the repo
|-
| xbps-reconfigure || Reconfigures a specific package, allowing for additional customization or bugfixing
|}
[[Category:Linux Distributions]]

Latest revision as of 16:33, 15 November 2024

Void
Void_linux_logo
The official Void logo
Release Status Maintained
Release Model Rolling Release
Package Manager XBPS
Default Desktops Xfce (live image only)
Usage Type Desktop
Architectures amd64, aarch64, i686
Website voidlinux.org
A screenshot of a Void Linux dark mode setup
Void Linux setup running DWM.

Void GNU/Linux is a rolling-release Linux distribution built from source (not based on anything). Void Linux is most commonly used on desktop systems for its lightness, minimalism and ease of setup. It is distributed for numerous architectures and also provides a rootfs tarball, and amongst other things, it also allows you to choose between a glibc and musl image.

Like most minimalistic distributions, Void does not come with a graphical environment or any user utilities out of the box. However, they can be installed by the user later on.

A guide to installing Void Linux, along with other useful information, is located on the documentation page.

XBPS

The X Binary Package System, commonly abbreviated as XBPS, is a package manager maintained and developed by the Void Linux team. It features, on top of the normal package management utilities, tools to help port packages (from .deb to .xbps, for example), to make your own package and others. A list of general-use XBPS commands can be found below.

Utility Usage
xbps-install Fetches a package and its dependencies from the repo and installs it
xbps-remove Removes a package from the system
xbps-query Used to do many things, like getting the total number of packages installed or searching for them in the repo
xbps-reconfigure Reconfigures a specific package, allowing for additional customization or bugfixing
Contents