Packages - minios-linux/minios-live GitHub Wiki
MiniOS Package List
This document provides a comprehensive overview of all packages included in different MiniOS editions. MiniOS comes in three main editions, each with a different set of pre-installed software:
- Standard - Minimal system with basic functionality
- Toolbox - System administration and diagnostic tools
- Ultra - Complete desktop environment with applications
Console utilities and system packages
âī¸ Core system packages
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
minios-tools | â | â | â | Core tools and scripts for MiniOS. |
minios-welcome | â | â | â | Welcome message in browser. |
minios-live-config | â | â | â | Configuration scripts for Live system. |
minios-live-config-systemd | â | â | â | Live system configuration for systemd. |
minios-live-config-doc | â | â | â | Documentation for minios-live-config. |
user-setup | â | â | â | User configuration utility. |
linux-base | â | â | â | Base scripts for Linux system. |
kbd | â | â | â | Utilities for managing keyboard layout in console. |
keyboard-configuration | â | â | â | Keyboard configuration system. |
locales | â | â | â | Libraries and data for localization (language support). |
console-setup | â | â | â | Console font and encoding configuration. |
systemd-timesyncd | â | â | â | Service for network time synchronization. |
polkitd / policykit-1 / pkexec | â | â | â | Framework for managing system service privileges. |
đĻ Package and software management
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
apt-transport-https | â | â | â | Allows using repositories over HTTPS protocol. |
gettext-base | â | â | â | Utilities for software internationalization and localization. |
man-db | â | â | â | System for viewing manual pages (man). |
bash-completion | â | â | â | Provides command auto-completion in Bash shell. |
đ Network utilities
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
network-manager / connman | â | â | â | Network connection managers. |
dnsmasq-base | â | â | â | Lightweight DNS and DHCP server (base files). |
wpasupplicant | â | â | â | Utility for connecting to secure Wi-Fi networks (WPA/WPA2). |
iputils-ping | â | â | â | ping utility for checking host availability. |
ssh | â | â | â | Client and server for secure remote connections (SSH). |
wget | â | â | â | Utility for downloading files from network. |
curl | â | â | â | Utility for data transfer using various protocols. |
ipset | â | â | â | Utility for administering IP address sets in kernel. |
whois | â | â | â | Client for getting domain name and IP information. |
nmap | â | â | â | Powerful network scanner and security auditing tool. |
ncat | â | â | â | Enhanced version of netcat from nmap suite. |
ndiff | â | â | â | Utility for comparing nmap scan results. |
iperf3 | â | â | â | Tool for measuring network bandwidth. |
netcat | â | â | â | Network utility for reading/writing data over TCP/IP. |
netcat-openbsd | â | â | â | Alternative netcat implementation from OpenBSD. |
open-iscsi | â | â | â | Client (initiator) for working with iSCSI storage. |
tgt | â | â | â | Server (target) for providing iSCSI storage. |
đž Disk and filesystem management
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
parted | â | â | â | Program for creating and modifying disk partitions. |
dosfstools | â | â | â | Utilities for creating and checking FAT filesystems. |
ntfs-3g | â | â | â | Driver for reading and writing NTFS partitions. |
mdadm | â | â | â | Utility for managing software RAID arrays. |
hdparm | â | â | â | Utility for configuring and viewing hard disk parameters. |
sdparm | â | â | â | Utility for accessing SCSI/SATA/SAS device parameters. |
btrfs-progs | â | â | â | Utilities for working with Btrfs filesystem. |
xfsprogs | â | â | â | Utilities for working with XFS filesystem. |
exfat-utils | â | â | â | Utilities for exFAT filesystem (legacy implementation). |
exfat-fuse | â | â | â | FUSE module for exFAT filesystem support. |
exfatprogs | â | â | â | Utilities for creating and checking exFAT filesystem. |
cifs-utils | â | â | â | Utilities for mounting Windows network shares (Samba/CIFS). |
nfs-common | â | â | â | Common files for NFS filesystem support (client). |
smartmontools | â | â | â | Utilities for monitoring disk health via S.M.A.R.T. |
gpart | â | â | â | Utility for "guessing" partition table on damaged disks. |
mtools | â | â | â | Set of utilities for accessing floppies and MS-DOS partitions. |
gddrescue | â | â | â | Tool for copying data from damaged media. |
zfsutils-linux | â | â | â | Utilities for managing ZFS pools and filesystem. |
davfs2 | â | â | â | Allows mounting WebDAV resources as local filesystem. |
f2fs-tools | â | â | â | Utilities for working with F2FS filesystem. |
hfsutils | â | â | â | Utilities for working with "classic" Apple filesystem (HFS). |
hfsprogs | â | â | â | Utilities for creating and checking HFS+ filesystem. |
jfsutils | â | â | â | Utilities for working with JFS filesystem. |
reiserfsprogs | â | â | â | Utilities for working with ReiserFS (v3) filesystem. |
reiser4progs | â | â | â | Utilities for working with Reiser4 filesystem. |
udftools | â | â | â | Utilities for working with UDF filesystem (DVD/Blu-ray). |
nilfs-tools | â | â | â | Utilities for working with log-structured NILFS2 filesystem. |
sshfs | â | â | â | Mount remote filesystem over SSH. |
lvm2 | â | â | â | Logical Volume Manager. |
cryptsetup | â | â | â | Utility for setting up encrypted partitions (LUKS). |
zulucrypt-cli | â | â | â | CLI for managing encrypted volumes (LUKS, VeraCrypt, etc.). |
zulumount-cli | â | â | â | CLI for mounting volumes managed by zulucrypt. |
đģ System utilities and monitoring
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
pciutils | â | â | â | Utilities for viewing PCI device information. |
usbutils | â | â | â | Utilities for viewing USB device information. |
psmisc | â | â | â | Set of utilities for working with processes (fuser , killall ). |
lsof | â | â | â | Shows which files are used by which processes. |
htop | â | â | â | Interactive process monitor. |
rfkill | â | â | â | Tool for enabling/disabling wireless devices. |
file | â | â | â | Determines file type. |
usb-modeswitch | â | â | â | Switches USB device modes (e.g., modems). |
ncdu | â | â | â | Disk usage analyzer with ncurses interface. |
lshw | â | â | â | Displays detailed hardware information. |
screen | â | â | â | Terminal multiplexer, allows managing sessions. |
nmon | â | â | â | Utility for monitoring system performance. |
inxi | â | â | â | Script for collecting and displaying detailed system information. |
đī¸ Archivers and compression
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
zip | â | â | â | Archiver for creating and extracting .zip files. |
unzip | â | â | â | Utility for extracting .zip archives. |
xz-utils | â | â | â | Utilities for data compression using LZMA/XZ algorithm. |
zstd | â | â | â | Utility for data compression using Zstandard. |
lz4 | â | â | â | Utility for very fast data compression. |
liblz4-tools | â | â | â | Additional tools for lz4 format. |
bzip2 | â | â | â | Utility for data compression using bzip2 algorithm. |
7zip | â | â | â | Powerful archiver with support for many formats, including 7z. |
pv | â | â | â | Utility for monitoring data transfer progress through pipe. |
pigz | â | â | â | Parallel (multi-threaded) implementation of gzip. |
pixz | â | â | â | Parallel indexable implementation of xz. |
plzip | â | â | â | Parallel implementation of lzip. |
lrzip | â | â | â | Long-range archiver, efficient for large files. |
lzop | â | â | â | Very fast compression utility. |
pbzip2 | â | â | â | Parallel implementation of bzip2. |
cabextract | â | â | â | Utility for extracting Microsoft .cab archives. |
đĩī¸ Recovery and forensics
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
clonezilla | â | â | â | Tool for disk cloning and backup. |
testdisk | â | â | â | Utility for recovering deleted partitions and files. |
chntpw | â | â | â | Utility for resetting Windows passwords. |
reglookup | â | â | â | Utility for reading and analyzing Windows registry. |
hexedit | â | â | â | Simple hexadecimal editor for console. |
âī¸ Virtualization and containers
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
open-vm-tools | â | â | â | Set of utilities for improved VMware integration. |
hyperv-daemons | â | â | â | Services for integration with Microsoft Hyper-V hypervisor. |
qemu-system-x86 | â | â | â | Emulator for running x86/x86_64 operating systems. |
qemu-utils | â | â | â | Utilities for working with QEMU disk images. |
libvirt-daemon-system | â | â | â | Daemon for managing virtual machines. |
virt-what | â | â | â | Script for detecting if system is running in VM. |
uidmap | â | â | â | Utilities for working with user namespaces. |
docker.io | â | â | â | Application containerization platform. |
docker-compose | â | â | â | Tool for managing multi-container Docker applications. |
lazydocker | â | â | â | Terminal UI for managing Docker and Docker Compose. |
selinux-policy-default | â | â | â | Default SELinux security policy. |
đ§Š Miscellaneous
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
mc | â | â | â | Midnight Commander file manager. |
gpg | â | â | â | GNU Privacy Guard - encryption and signing utility. |
gnupg | â | â | â | Complete GNU Privacy Guard suite. |
squashfs-tools | â | â | â | Utilities for creating and extracting SquashFS images. |
xorriso | â | â | â | Utility for creating and burning ISO-9660 images. |
genisoimage | â | â | â | Creates ISO-9660 filesystem images. |
eject | â | â | â | Utility for ejecting removable media (CD/DVD/USB). |
fuse3 / fuse | â | â | â | Framework for creating userspace filesystems. |
libfuse2 | â | â | â | Compatibility library for legacy FUSE applications. |
memtest86+ | â | â | â | Program for testing RAM. |
xmount | â | â | â | Tool for mounting disk images of various formats. |
aria2 | â | â | â | Multi-protocol download manager. |
fio | â | â | â | Advanced tool for disk I/O performance testing and benchmarking (Flexible I/O Tester). |
bonnie++ | â | â | â | Benchmark for testing filesystem performance. |
iozone3 | â | â | â | Benchmark for testing disk I/O performance. |
stress | â | â | â | Tool for creating system load (CPU, memory, I/O). |
sysbench | â | â | â | Comprehensive benchmark for testing CPU, memory, I/O, databases. |
Firmware and drivers
đĻ Drivers (DKMS)
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
broadcom-sta-dkms | â | â | â | Proprietary Broadcom 802.11 STA driver for Wi-Fi cards. Required for many laptops with Broadcom chips. |
zfs-dkms | â | â | â | Kernel modules for ZFS filesystem support. |
realtek-rtl8821au-dkms | â | â | â | DKMS driver for Realtek RTL8812AU/8821AU Wi-Fi chipsets. |
realtek-rtl88xxau-dkms | â | â | â | DKMS driver for various Realtek RTL88xxAU series Wi-Fi chipsets. |
realtek-rtl8188eus-dkms | â | â | â | DKMS driver for Realtek RTL8188EUS Wi-Fi chipsets. |
realtek-rtl8814au-dkms | â | â | â | DKMS driver for Realtek RTL8814AU Wi-Fi chipsets. |
đ Firmware
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
firmware-linux-free | â | â | â | Collection of free (license-wise) firmware for various hardware. |
firmware-linux-nonfree | â | â | â | Metapackage including all non-free (proprietary) firmware. |
firmware-atheros | â | â | â | Firmware for wireless network cards on Atheros chips. |
firmware-iwlwifi | â | â | â | Firmware for Intel Wireless (Wi-Fi) network cards. |
firmware-zd1211 | â | â | â | Firmware for Wi-Fi devices based on ZyDAS ZD1211/ZD1211B. |
firmware-realtek | â | â | â | Firmware for various Realtek devices (network cards, Bluetooth, etc.). |
firmware-bnx2 | â | â | â | Firmware for Broadcom NetXtreme II network adapters. |
firmware-brcm80211 | â | â | â | Firmware for Broadcom/Cypress 802.11 wireless cards. |
firmware-cavium | â | â | â | Firmware for Cavium network processors and adapters. |
firmware-ipw2x00 | â | â | â | Firmware for legacy Intel Pro/Wireless 2100/2200/2915 cards. |
firmware-libertas | â | â | â | Firmware for Marvell Libertas 8xxx wireless cards. |
firmware-ti-connectivity | â | â | â | Firmware for Texas Instruments combo chips (Wi-Fi, Bluetooth). |
firmware-b43-installer | â | â | â | Installer for Broadcom B43 legacy wireless card firmware. |
firmware-sof-signed | â | â | â | Signed firmware for Sound Open Firmware platform (audio DSP). |
Basic GUI
đĨī¸ Graphics system (Xorg)
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
xserver-xorg | â | â | â | Main X.Org graphics system server. |
xserver-xorg-video-all | â | â | â | Metapackage installing all 2D video drivers for X.Org. |
xserver-xorg-video-intel | â | â | â | Video driver for Intel integrated graphics. |
xserver-xorg-input-all | â | â | â | Metapackage installing all input device drivers (mouse, keyboard). |
xinit | â | â | â | Utility for starting X server. |
xterm | â | â | â | Standard terminal emulator for X. |
blackbox or openbox | â | â | â | Lightweight window managers. |
libxcursor1 | â | â | â | Library for working with X11 cursors. |
breeze-cursor-theme | â | â | â | Breeze cursor theme from KDE. |
x11-utils | â | â | â | Set of basic X11 utilities. |
wmctrl | â | â | â | Utility for controlling windows from command line. |
xdotool | â | â | â | Utility for simulating keyboard and mouse input. |
libdrm-intel1 | â | â | â | Userspace library for Intel DRM (Direct Rendering Manager). |
libgl1-mesa-dri | â | â | â | Free OpenGL implementation for direct rendering. |
libglu1-mesa | â | â | â | Mesa OpenGL utility library (GLU). |
đ Remote access (XRDP)
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
xrdp and xorgxrdp | â | â | â | Server for connecting to graphical desktop via RDP protocol. |
đ¨ Interface components
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
librsvg2-common | â | â | â | Library for rendering SVG images. |
adwaita-icon-theme-antix | â | â | â | Adwaita icon theme. |
elementary-minios-icon-theme | â | â | â | Special elementary icon theme for MiniOS. |
XFCE
đŧī¸ Desktop environment (XFCE)
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
dbus-x11 | â | â | â | Starts D-Bus message bus in X11 session, necessary for inter-application communication. |
libxfce4ui-utils | â | â | â | Libraries with common widgets and utilities for XFCE interface. |
thunar | â | â | â | Default file manager in XFCE. |
thunar-volman | â | â | â | Manages automatic mounting of removable media in Thunar. |
xfce4-appfinder | â | â | â | Utility for quickly finding and launching applications. |
xfce4-panel | â | â | â | XFCE desktop panel. |
xfce4-session | â | â | â | XFCE session manager, controls session startup and shutdown. |
xfce4-settings | â | â | â | XFCE settings control center. |
xfconf | â | â | â | Configuration system for XFCE. |
xfdesktop4 | â | â | â | Manages desktop: wallpapers, icons, menu. |
xfwm4 | â | â | â | XFCE window manager. |
greybird-gtk-theme | â | â | â | Popular and clean GTK theme, often used in XFCE. |
xfce4-xkb-plugin | â | â | â | Panel plugin for switching keyboard layouts. |
xfce4-notifyd | â | â | â | Daemon for displaying desktop notifications. |
menulibre | â | â | â | Advanced menu editor for GTK environments. |
network-manager-gnome | â | â | â | Graphical applet for managing network connections (NetworkManager). |
đ ī¸ System and GUI utilities
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
gvfs-backends | â | â | â | Set of backends for GVfs, provides access to FTP, SFTP, SMB, etc. through file manager. |
open-vm-tools-desktop | â | â | â | Components for improved guest OS integration with VMware (clipboard, resolution changes). |
gtk-update-icon-cache | â | â | â | Utility for updating GTK icon theme cache. |
libglib2.0-bin | â | â | â | Binary utilities for GLib 2.0 library. |
at-spi2-core | â | â | â | Protocol and libraries for accessibility support (screen readers, etc.). |
qt5/qt6-gtk-platformtheme | â | â | â | Plugins for Qt5/Qt6 applications to use GTK theme for consistent appearance. |
policykit-1-gnome | â | â | â | PolicyKit authentication agent for GTK environments, prompts for password for privileged actions. |
libxml2-utils | â | â | â | Command-line utilities for working with XML files (e.g., xmllint ). |
xmlstarlet | â | â | â | Powerful command-line tool for parsing, transforming, and editing XML. |
đ§° Applications
Package | Standard | Toolbox | Ultra | âšī¸ Package information |
---|---|---|---|---|
minios-installer | â | â | â | Graphical MiniOS system installer. |
minios-configurator | â | â | â | MiniOS system configurator. |
mintstick | â | â | â | Utility for formatting USB drives and writing ISO images. |
mousepad | â | â | â | Simple and fast text editor for XFCE. |
ristretto | â | â | â | Simple and fast image viewer for XFCE. |
Web browsers | ||||
firefox-esr | â | â | â | Firefox web browser with Extended Support Release (ESR). Stable version receiving security updates for extended period. |
Multimedia | ||||
vlc | â | â | â | Powerful and popular media player supporting many formats. |
vlc-plugin-bittorrent | â | â | â | VLC plugin for playing video directly from torrent files. |
vlc-plugin-samba | â | â | â | VLC plugin for accessing files on Samba (Windows) network shares. |
vlc-l10n | â | â | â | Localization packages for VLC interface. |
gimp | â | â | â | Powerful raster graphics editor, Adobe Photoshop alternative. |
obs-studio | â | â | â | Program for recording and streaming video from screen and other sources. |
obs-plugins | â | â | â | Additional plugins and effects for OBS Studio. |
inkscape | â | â | â | Professional vector graphics editor, Adobe Illustrator alternative. |
blender | â | â | â | Professional 3D graphics, animation, and video creation suite. |
audacity | â | â | â | Popular audio editor for recording and processing sound. |
rawtherapee | â | â | â | Advanced editor for processing RAW photographs. |
Office and Documents | ||||
pdfarranger | â | â | â | Simple utility for merging, splitting, and rearranging PDF pages. |
libreoffice | â | â | â | Full office suite (word processor, spreadsheets, presentations). |
libreoffice-gtk3 | â | â | â | LibreOffice integration with GTK3 theme for consistent appearance. |
libreoffice-style-elementary | â | â | â | Elementary icon theme for LibreOffice. |
fonts-open-sans | â | â | â | Popular and readable Open Sans font. |
System utilities (GUI) | ||||
gparted | â | â | â | Graphical disk partition editor. |
gsmartcontrol | â | â | â | Graphical interface for smartmontools utility (disk monitoring). |
baobab | â | â | â | Graphical disk usage analyzer. |
hardinfo | â | â | â | Utility for collecting and displaying detailed system and hardware information. |
virt-manager | â | â | â | Graphical interface for managing virtual machines via libvirt. |
gir1.2-spiceclientgtk-3.0 | â | â | â | Library for SPICE protocol integration (remote VM access). |
doublecmd-gtk | â | â | â | Two-panel file manager similar to Total Commander. |
onboard | â | â | â | On-screen keyboard for people with disabilities. |
grsync | â | â | â | Graphical interface for powerful rsync synchronization utility. |
rescuezilla | â | â | â | Simple tool for creating disk backups and recovery, Clonezilla alternative. |
kdiskmark | â | â | â | Tool for testing disk performance, CrystalDiskMark alternative. |
qdiskinfo | â | â | â | Tool for displaying disk information, CrystalDiskInfo alternative. |
bleachbit | â | â | â | Utility for cleaning system of temporary and unnecessary files. |
gtkhash | â | â | â | Simple utility for calculating file hash sums. |
czkawka / czkawka-gui | â | â | â | Utility for finding and removing duplicate files, empty folders, etc. |
zulucrypt-gui | â | â | â | Graphical interface for managing encrypted volumes. |
zulumount-gui | â | â | â | Graphical interface for mounting encrypted volumes. |
keepassxc | â | â | â | Cross-platform password manager. |
guymager | â | â | â | Tool for forensic disk copying (creating images). |
isomaster | â | â | â | Graphical editor for ISO disk images. |
qphotorec | â | â | â | Graphical shell for PhotoRec utility (file recovery). |
veracrypt | â | â | â | Program for creating and managing encrypted containers and disks. |
wxhexeditor | â | â | â | Advanced hexadecimal editor for large files. |
synaptic | â | â | â | Classic graphical package manager for Debian/Ubuntu. |
eddy / eddy-handler | â | â | â | Simple graphical installer for local .deb packages. |
Network applications (GUI) | ||||
wireshark | â | â | â | Powerful network traffic analyzer. |
remmina | â | â | â | Remote desktop client with RDP, VNC, SSH, and other protocol support. |
remmina-plugin-rdp | â | â | â | Plugin for RDP protocol support in Remmina. |
remmina-plugin-vnc | â | â | â | Plugin for VNC protocol support in Remmina. |
gnome-nettool | â | â | â | Set of graphical network utilities (ping, traceroute, port scan). |
zenmap | â | â | â | Official graphical interface for nmap network scanner. |
x11vnc | â | â | â | VNC server that allows remote control of current X session. |
uget | â | â | â | Graphical download manager. |
android-file-transfer | â | â | â | Utility for transferring files from Android devices via MTP protocol. |
Development | ||||
codium | â | â | â | Free build of VS Code editor without Microsoft telemetry. |