- Arch Linux 32
- Arch Linux Downloads
- Release Info
- Existing Arch32 Users
- Package Archive
- Transition from Archlinux to Archlinux32
- Fixing Broken Pacman
- BitTorrent Download (recommended)
- HTTP Direct Downloads
- Checksums
- Downloads
- Updating/upgrading to the latest Arch Linux ARM release
- Current Releases
- Arch linux download stable
- About
- Arch Linux
Arch Linux 32
Arch Linux Downloads
Release Info
The image can be burned to a CD, mounted as an ISO file, or be directly written to a USB stick using a utility like dd . It is intended for new installations only; an existing Arch Linux system can always be updated with pacman -Syu .
- Current Release: 2021.04.06
- Included Kernel: 5.11.10.arch1-1.0
- ISO Size (i686 only): 631.0 MB
ISO Size (dual bootable): 1365.2 MB
Existing Arch32 Users
If you are an existing Arch32 user, there is no need to download a new ISO to update your existing system. You may be looking for an updated mirrorlist instead.
Package Archive
Older versions of packages can be found in the Package Archive. It works similar to the Arch Linux Archive which is documented in the ArchWiki.
Transition from Archlinux to Archlinux32
If you plan to move from Archlinux to Archlinux32, follow these steps:
- Put Server=https://archive.archlinux32.org/repos/2020/01/01/$arch/$repo as only mirror into /etc/pacman.d/mirrorlist .
- Note, that it is not necessary to use the archive, if one uses a recent pacman-static to provide zstd support. See «Fixing Broken Pacman» below for details on how to obtain pacman-static.
- Execute pacman -Syy archlinux32-keyring-transition to install our keyring transition package signed by one of the x86_64 archlinux devs.
- Run pacman -Syuu to update to a state, when pacman was capable of installing zstd-compressed packages.
- Put any mirror from our mirrorlist into /etc/pacman.d/mirrorlist .
- Run pacman -Syuu for a full transition to the most recent state.
- Note, that packages found in your package cache won’t match the signatures from Archlinux32 — either allow pacman to delete these cached packages or run pacman -Sc to clean your cache before you start and after you finish upgrading.
Fixing Broken Pacman
BitTorrent Download (recommended)
If you can spare the bytes, please leave the client open after your download is finished, so you can seed it back to others. A web-seed capable client is recommended for fastest download speeds.
HTTP Direct Downloads
Install images can be downloaded via HTTP from the mirror sites. Please ensure the download image matches the checksum from the md5sums or sha512sums file in the same directory as the image.
Checksums
File integrity checksums for the latest releases can be found below:
- PGP signature (i686 only)
PGP signature (dual bootable)- PGP Key:33CA3597B0D161AAE4173F65C17F1214114574A4
- MD5 (i686 only): 575da7d4a1ab606b1ca97cc0ab417e7f
MD5 (dual bootable):a9786e209ed2d2cf1687a6c64f52881e- SHA512 (i686 only): 3a24d4517b5e0291c25606d6c1efcdb8a1db256adb489bcb7828b09988deffe0f0d99feae24b44701c4f2a4739613a88cff027c9717b4b4b0af3b65709d19a30
SHA512 (dual bootable):62c36f22d25cfc61c97db9b73a39daad1927f71a0d22bdc06bd877e3558a5dcace9b8d58335a5e8352aea6ef242be6a947646ac53b1d0718f0cf336976d53880
Источник
Downloads
Updating/upgrading to the latest Arch Linux ARM release
Since Arch Linux ARM is a rolling distribution, you never need to download new releases or run special upgrade scripts. The entire system is kept up-to-date by running one command: pacman -Syu
The latest versions of packages are always available to all of our users. The only time you have to download a full Arch Linux ARM root filesystem is when you’re installing for the very first time.
All releases are signed with the same key used for package signing, key ID 68B3537F39A313B3E574D06777193F152BDBE6A6 .
Current Releases
Name | File | Checksum | Signature |
---|---|---|---|
ARMv5 AT91 Arietta | ArchLinuxARM-arietta-latest.tar.gz | MD5 | SIG |
ARMv5 Kirkwood platforms | ArchLinuxARM-kirkwood-latest.tar.gz | MD5 | SIG |
ARMv5 Multi-platform | ArchLinuxARM-armv5-latest.tar.gz | MD5 | SIG |
ARMv5 PXA168/910 platforms | ArchLinuxARM-mmp-latest.tar.gz | MD5 | SIG |
ARMv6 Raspberry Pi | ArchLinuxARM-rpi-latest.tar.gz | MD5 | SIG |
ARMv7 AM33x BeagleBone | ArchLinuxARM-am33x-latest.tar.gz | MD5 | SIG |
ARMv7 Amlogic S805 ODROID-C1 | ArchLinuxARM-odroid-c1-latest.tar.gz | MD5 |
Copyright ©2009-2020 Arch Linux ARM
The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.
The Arch Linux™ name and logo are used under permission of the Arch Linux Project Lead.
Источник
Arch linux download stable
Just another guided/automated Arch Linux installer with a twist. The installer also doubles as a python library to install Arch Linux and manage services, packages and other things inside the installed system (Usually from a live medium).
- archinstall discord server
- archinstall matrix.org channel
- archinstall #archinstall@irc.libera.chat
- archinstall documentation
Or simply git clone the repo as it has no external dependencies (but there are optional ones).
Or use pip install —upgrade archinstall to use as a library.
Running the guided installer
Assuming you are on an Arch Linux live-ISO and booted into EFI mode.
Running from a declarative configuration file or URL
- Edit the configuration file according to your requirements.
Assuming you are on a Arch Linux live-ISO and booted into EFI mode.
Submit an issue here on GitHub, or submit a post in the discord help channel.
When doing so, attach the /var/log/archinstall/install.log to the issue ticket. This helps us help you!
Archinstall promises to ship a guided installer that follows the Arch Principles as well as a library to manage services, packages and other Arch Linux aspects.
The guided installer will provide user-friendly options along the way, but the keyword here is options, they are optional and will never be forced upon anyone. The guided installer itself is also optional to use if so desired and not forced upon anyone.
Archinstall has one fundamental function which is to be a flexible library to manage services, packages and other aspects inside the installed system. This library is in turn used by the provided guided installer but is also for anyone who wants to script their own installations.
Therefore, Archinstall will try its best to not introduce any breaking changes except for major releases which may break backwards compability after notifying about such changes.
Scripting your own installation
You could just copy guided.py as a starting point.
However, assuming you’re building your own ISO and want to create an automated installation process, or you want to install virtual machines on to local disk images, here is a minimal example of how to install using archinstall as a Python library:
This installer will perform the following:
- Prompt the user to select a disk and disk-password
- Proceed to wipe the selected disk with a GPT partition table on a UEFI system and MBR on a BIOS system.
- Sets up a default 100% used disk with encryption.
- Installs a basic instance of Arch Linux (base base-devel linux linux-firmware btrfs-progs efibootmgr)
- Installs and configures a bootloader to partition 0 on uefi. On BIOS, it sets the root to partition 0.
- Install additional packages (nano, wget, git)
Creating your own ISO with this script on it: Follow ArchISO’s guide on how to create your own ISO or use a pre-built guided ISO to skip the python installation step, or to create auto-installing ISO templates. Further down are examples and cheat sheets on how to create different live ISO’s.
Unattended installation based on MAC address
Archinstall comes with a unattended example which will look for a matching profile for the machine it is being run on, based on any local MAC address. For instance, if the machine that unattended is run on has the MAC address 52:54:00:12:34:56 it will look for a profile called profiles/52-54-00-12-34-56.py. If it’s found, the unattended installation will commence and source that profile as it’s installation procedure.
Using a Live ISO Image
If you want to test a commit, branch or bleeding edge release from the repository using the vanilla Arch Live ISO image, you can replace the version of archinstall with a new version and run that with the steps described below:
- You need a working network connection
- Install the build requirements with pacman -Sy; pacman -S git python-pip (note that this may or may not work depending on your RAM and current state of the squashfs maximum filesystem free space)
- Uninstall the previous version of archinstall with pip uninstall archinstall
- Now clone the latest repository with git clone https://github.com/archlinux/archinstall
- Enter the repository with cd archinstall At this stage, you can choose to check out a feature branch for instance with git checkout v2.2.0
- Build the project and install it using python setup.py install
After this, running archinstall with python -m archinstall will run against whatever branch you chose in step 5.
Without a Live ISO Image
To test this without a live ISO, the simplest approach is to use a local image and create a loop device.
This can be done by installing pacman -S arch-install-scripts util-linux locally and doing the following:
This will create a 20 GB testimage.img and create a loop device which we can use to format and install to.
archinstall is installed and executed in guided mode. Once the installation is complete, you can use qemu/kvm to boot the test media.
(You’d actually need to do some EFI magic in order to point the EFI vars to the partition 0 in the test medium, so this won’t work entirely out of the box, but that gives you a general idea of what we’re going for here)
There’s also a Building and Testing guide.
It will go through everything from packaging, building and running (with qemu) the installer against a dev branch.
About
Arch Linux installer — guided, templates etc.
Источник
Arch Linux
- OS Type:Linux
- На основе: Independent
- Происхождение:Canada
- Архитектура:x86_64
- Рабочий стол:Cinnamon, Enlightenment, GNOME, KDE, LXDE, MATE, Xfce
- Категория:Desktop, Server
- Статус: Активная
- Популярность:16 (490 хитов в день)
Arch Linux is an independently developed, x86_64-optimised Linux distribution targeted at competent Linux users. It uses ‘pacman’, its home-grown package manager, to provide updates to the latest software applications with full dependency tracking. Operating on a rolling release system, Arch can be installed from a CD image or via an FTP server. The default install provides a solid base that enables users to create a custom installation. In addition, the Arch Build System (ABS) provides a way to easily build new packages, modify the configuration of stock packages, and share these packages with other users via the Arch Linux user repository.
Популярность (хитов в день): 12 месяцев: 15 (560), 6 месяцев: 16 (490), 3 месяцев: 23 (393), 4 недели: 26 (404), 1 неделя: 19 (553)
Arch Linux Summary | |
---|---|
Дистрибутив | Arch Linux |
Главная страница | http://www.archlinux.org/ |
Списки рассылок | https://lists.archlinux.org/listinfo/ |
Форумы пользователей | http://bbs.archlinux.org/ |
Alternative User Forums | |
Документация | http://wiki.archlinux.org/ |
Скриншоты | DistroWatch Gallery |
Screencasts | |
Зеркала загрузки | http://www.archlinux.org/download/ • DistroWatch Torrent Archive |
Bug Tracker | http://bugs.archlinux.org/ |
Связанные веб-сайты | Planet Arch • Arch Linux ARM • Wikipedia • Arch Brazil • Arch Chile • Arch Denmark • Arch France • Arch Germany • Arch Hungary • Arch Italy • Arch Russia • Arch Spain • Arch Turkey |
Обзоры | 2019: Ordinatechnic 2016: Keith Curtis 2015: DistroWatch • Keith Curtis • LWN 2011: Guillermo Garron 2010: ITworld • LWN 2009: It’s A Binary World • DistroWatch • Adventures in Open Source • Polishlinux 2008: Guia do PC (Portuguese) • DistroWatch • OStatic • Blogspot • WordPress 2007: Blogspot 0.8: Polishlinux • Pro-Linux (German) • Skatox (Spanish) • Tuxmachines 0.7: USALUG • WordPress • OSNews • LinMagazine (Hebrew) • Linux Magazine (PDF) • LinuxUser (German) • ABC Linuxu (Czech) • OSNews • LWN • OSNews 0.5: OSNews • OSNews 0.3: OSNews |
Где купить |
|
Table Notes and Explanations |
---|
TUXEDO |
---|
Get your Linux laptop at TUXEDO Computers today! Choose from a wide variety of Linux laptops with both AMD Ryzen and Intel Core i processors. All coming pre-installed and ready-to-run with Ubuntu or openSUSE. Full 24 months of warranty included! TUXEDOComputers.com |
Star Labs |
---|
Star Labs — Laptops built for Linux. |
Free Tech Guides |
---|
NEW! Angular 2 Notes for Professionals NEW! All the way from basic to advanced concepts, this is the ideal resource to guide you in everything Angular 2 (a free 230-page ebook). |
Shells.com |
---|
Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes. Starting at US$4.95 per month, 7-day money-back guarantee |
Параметр | current | 2011.08.19 | 2010.05 | 2009.08 | 2009.02 | 2008.06 overlord | 2007.08 dontpanic | 0.8 voodoo | 0.7 wombat | 0.6 widget | 0.5 nova | 0.4 dragon | 0.3 firefly | 0.2 vega | 0.1 homer | Параметр |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Дата выпуска | 2021-10-10 | 2011-08-19 | 2010-05-17 | 2009-08-09 | 2009-02-17 | 2008-06-24 | 2007-08-05 | 2007-04-01 | 2005-01-24 | 2004-03-01 | 2003-07-21 | 2002-12-18 | 2002-08-07 | 2002-04-17 | 2002-03-11 | Дата выпуска |
End Of Life | End Of Life | |||||||||||||||
Цена (USD) | Free | Free | Free | Free | Free | Free | Free | Free | Free | Free | Free | Free | Free | Free | Free | Цена (USD) |
Image Size (MB) | 1-659 | Image Size (MB) | ||||||||||||||
Свободная загрузка | PKG | ISO | ISO | ISO | ISO | ISO | ISO | ISO | ISO | ISO | ISO | ISO | ISO | ISO | ISO | Свободная загрузка |
Установка | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Text mode | Установка |
Рабочий стол по умолчанию | Рабочий стол по умолчанию | |||||||||||||||
Управление пакетами | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Pacman | Управление пакетами |
Release Model | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Rolling | Release Model |
Офисный пакет | GOffice, Calligra, LibreOffice | — | — | — | — | — | — | — | — | — | KOffice | KOffice | KOffice | Офисный пакет | ||
Архитектура процессора | x86_64 | i686, x86_64 | i686, x86_64 | i686, x86_64 | i686, x86_64 | i686, x86_64 | i686, x86_64 | i686, x86_64 | i686 | i686 | i686 | i686 | i686 | i686 | i686 | Архитектура процессора |
Init Software | systemd | SysV | SysV | SysV | SysV | SysV | SysV | SysV | SysV | SysV | SysV | SysV | SysV | SysV | SysV | Init Software |
Журналируемые файловые системы | Btrfs, ext3, ext4, JFS, ReiserFS, XFS | ext3, ext4, JFS, ReiserFS, XFS | ext3, ext4, JFS, ReiserFS, XFS | ext3, ext4, JFS, ReiserFS, XFS | ext3, ext4, JFS, ReiserFS, XFS | ext3, JFS, ReiserFS, XFS | ext3, JFS, ReiserFS, XFS | ext3, JFS, ReiserFS, XFS | ext3, JFS, ReiserFS, XFS | ext3, JFS, ReiserFS, XFS | ext3, ReiserFS | ext3, ReiserFS | ext3, ReiserFS | ext3, ReiserFS | ext3, ReiserFS | Журналируемые файловые системы |
Mногоязычный | Mногоязычный | |||||||||||||||
Поддержка aзиатских языков | Поддержка aзиатских языков | |||||||||||||||
Full Package List | current | 2011.08.19 | 2010.05 | 2009.08 | 2009.02 | 2008.06 | 2007.08 | 0.8 | 0.7 | 0.6 | 0.5 | 0.4 | 0.3 | 0.2 | 0.1 | Full Package List |
Пакет | current | 2011.08.19 | 2010.05 | 2009.08 | 2009.02 | 2008.06 overlord | 2007.08 dontpanic | 0.8 voodoo | 0.7 wombat | 0.6 widget | 0.5 nova | 0.4 dragon | 0.3 firefly | 0.2 vega | 0.1 homer | Пакет |
abiword (3.0.5) | 3.0.5 | — | — | — | — | — | — | 2.4.6 | 2.2.3 | 2.0.3 | 1.9.1 | 1.0.2 | 1.0.2 | — | — | abiword (3.0.5) |
alsa-lib (1.2.5.1) | 1.2.5.1 | — | — | — | — | — | 1.0.14 | 1.0.13 | 1.0.8 | 1.0.2 | 0.9.4 | 0.9.0rc6 | 0.9.0rc2 | — | — | alsa-lib (1.2.5.1) |
ati-driver (20.45) | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | ati-driver (20.45) |
bash (5.1.8) | 5.1 | 4.2 | 4.1 | 4.0 | 3.2.48 | 3.2 | 3.2 | 3.2 | 3.0 | 2.05b | 2.05b | 2.05b | 2.05b | 2.05a | 2.05a | bash (5.1.8) |
bind (9.16.21) | 9.16.21 | — | — | — | — | — | 9.4.1-P1 | 9.4.0 | 9.3.0 | 9.2.3 | 9.2.2 | 9.2.1 | 9.2.1 | — | — | bind (9.16.21) |
chromium (94.0.4606.81) | 94.0.4606.81 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | chromium (94.0.4606.81) |
cups (2.3.3) | 2.3.3op2 | — | — | — | — | — | 1.2.12 | 1.2.10 | 1.1.23 | 1.1.20 | 1.1.19 | 1.1.17 | 1.1.15 | — | — | cups (2.3.3) |
dhcp (4.4.2-P1) | 4.4.2.P1 | 4.2.1-P1 | — | — | — | — | 3.0.6 | 3.0.5 | 3.0.1 | 3.0pl2 | 3.0pl2 | — | — | — | — | dhcp (4.4.2-P1) |
e2fsprogs (1.46.4) | 1.46.4 | 1.41.14 | 1.41.11 | 1.41.8 | 1.41.4 | 1.40.8 | 1.40.2 | 1.39 | 1.35 | 1.35 | 1.33 | 1.32 | 1.27 | 1.27 | 1.25 | e2fsprogs (1.46.4) |
firefox (93.0) | 93.0 | — | — | — | — | — | 2.0.0.6 | 2.0.0.3 | 1.0 | 0.8 | — | — | — | — | — | firefox (93.0) |
freetype (2.11.0) | 2.11.0 | — | — | — | — | — | 2.3.5 | 2.3.1 | 2.1.9 | 2.1.7 | 2.1.4 | 2.0.9 | 2.0.9 | — | — | freetype (2.11.0) |
gcc (11.2.0) | 11.1.0 | — | 4.5.0 | 4.4.1 | — | 4.3.1 | 4.2.1 | 4.1.2 | 3.4.3 | 3.3.3 | 3.3 | 3.2.1 | 2.95.3 | 2.95.3 | 2.95.3 | gcc (11.2.0) |
gimp (2.10.28) | 2.10.28 | — | — | — | — | — | 2.2.17 | 2.2.13 | 2.2.2 | 2.0pre3 | 1.2.5 | 1.2.3 | 1.2.3 | — | — | gimp (2.10.28) |
glibc (2.34) | 2.33 | 2.14 | 2.11.1 | 2.10.1 | 2.9 | 2.8 | 2.6 | 2.5 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.1 | 2.2.5 | 2.2.5 | 2.2.5 | glibc (2.34) |
gnome-shell (41.0) | 40.5 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | gnome-shell (41.0) |
gnucash (4.8) | 4.8 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | gnucash (4.8) |
gnumeric (1.12.50) | 1.12.50 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | gnumeric (1.12.50) |
grub (2.06) | 2.06 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.95 | 0.94 | 0.93 | — | — | — | — | grub (2.06) |
gtk (4.4.0) | 4.4.0 | — | — | — | — | — | 2.10.13 | 2.10.11 | 2.6.1 | 2.2.4 | 2.2.2 | 2.0.9 | — | — | — | gtk (4.4.0) |
httpd (2.4.51) | 2.4.50 | — | — | — | — | — | 2.2.4 | 2.2.4 | 2.0.52 | 2.0.48 | — | — | — | — | — | httpd (2.4.51) |
inkscape (1.1.1) | 1.1.1 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | inkscape (1.1.1) |
k3b (21.08.2) | 21.08.2 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | k3b (21.08.2) |
kmod (29) | 29 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | kmod (29) |
krita (4.4.8) | 4.4.8 | krita (4.4.8) | ||||||||||||||
libreoffice (7.2.1) | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | libreoffice (7.2.1) |
linux (5.14.11) | 5.14.9 | 3.0.3 | 2.6.33.4 | 2.6.30.4 | 2.6.28.4 | 2.6.25.6 | 2.6.22.1 | 2.6.20.4 | 2.6.10 | 2.6.3 | 2.4.21 | 2.4.20 | 2.4.19 | 2.4.18i | 2.4.18 | linux (5.14.11) |
Пакет | current | 2011.08.19 | 2010.05 | 2009.08 | 2009.02 | 2008.06 overlord | 2007.08 dontpanic | 0.8 voodoo | 0.7 wombat | 0.6 widget | 0.5 nova | 0.4 dragon | 0.3 firefly | 0.2 vega | 0.1 homer | Пакет |
lxpanel (0.10.1) | 0.10.1 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | lxpanel (0.10.1) |
mariadb (10.6.4) | 10.6.4 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | mariadb (10.6.4) |
mate-desktop (1.26.0) | 1.26.0 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | mate-desktop (1.26.0) |
mesa (21.2.3) | 21.2.3 | — | — | — | — | — | 6.5.2 | 6.5.2 | — | — | — | — | — | — | — | mesa (21.2.3) |
mysql (8.0.26) | — | — | — | — | — | — | 5.0.45 | 5.0.37 | 4.1.9 | 4.0.18 | 4.0.13 | 3.23.54 | 3.23.51 | — | — | mysql (8.0.26) |
nautilus (41.0) | 40.2 | — | — | — | — | — | — | — | — | — | 2.2.4 | 2.0.7 | — | — | — | nautilus (41.0) |
NVIDIA (470.74) | 470.74 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | NVIDIA (470.74) |
openbox (3.6.1) | 3.6.1 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | openbox (3.6.1) |
openjdk (17) | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | openjdk (17) |
openssh (8.8p1) | 8.8p1 | 5.8p2 | 5.4p1 | 5.2p1 | 5.1p1 | 5.0p1 | 4.6p1 | 4.6p1 | 3.9p1 | 3.8p1 | 3.6.1p2 | 3.5p1 | 3.4p1 | — | 3.1p1 | openssh (8.8p1) |
openssl (3.0.0) | 1.1.1l | 1.0.0d | 1.0.0 | 0.9.8k | 0.9.8l | 0.9.8h | 0.9.8e | 0.9.8e | 0.9.7e | 0.9.6l | 0.9.6i | 0.9.6h | 0.9.6e | — | 0.9.6c | openssl (3.0.0) |
perl (5.34.0) | 5.34.0 | 5.14.1 | 5.10.1 | 5.10.0 | 5.10.0 | 5.10.0 | 5.8.8 | 5.8.8 | 5.8.6 | 5.8.3 | 5.8.0 | 5.8.0 | 5.8.0 | 5.6.1 | 5.6.1 | perl (5.34.0) |
php (8.0.11) | 8.0.11 | — | — | — | — | — | 5.2.3 | 5.2.1 | 5.0.3 | 4.3.4 | 4.3.2 | 4.2.3 | 4.2.2 | — | — | php (8.0.11) |
plasma-desktop (5.22.5) | 5.22.5 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | plasma-desktop (5.22.5) |
postfix (3.6.2) | 3.6.2 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | postfix (3.6.2) |
postgresql (14.0) | 13.4 | — | — | — | — | — | 8.2.4 | 8.2.3 | 7.4.6 | 7.4.1 | 7.3.3 | — | — | — | — | postgresql (14.0) |
Python (3.10.0) | 3.9.7 | — | — | — | — | — | 2.5.1 | 2.5 | 2.4 | 2.3.3 | 2.2.3 | 2.2.2 | 2.2.1 | — | — | Python (3.10.0) |
qt (6.2.0) | 6.2.0 | — | — | — | — | — | — | — | 3.3.3 | 3.3.0 | 3.1.2 | 3.1.1 | 3.0.5 | — | — | qt (6.2.0) |
samba (4.15.0) | 4.15.0 | — | — | — | — | — | 3.0.25b | 3.0.24 | 3.0.10 | 3.0.2 | 2.2.8 | 2.2.7 | 2.2.5 | — | — | samba (4.15.0) |
systemd (249.4) | 249.4 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | systemd (249.4) |
thunderbird (91.2.0) | 91.2.0 | — | — | — | — | — | 2.0.0.6 | 1.5.0.10 | 1.0 | — | — | — | — | — | — | thunderbird (91.2.0) |
vim (8.2) | 8.2 | — | — | — | — | — | 7.1 | 7.0 | 6.3 | 6.2 | 6.2 | 6.1 | 6.1 | 6.1 | 6.0 | vim (8.2) |
vlc (3.0.16) | 3.0.16 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | vlc (3.0.16) |
xfdesktop (4.16.0) | 4.16.0 | — | — | — | — | — | — | — | 3.8.18 | 4.0.3 | 3.8.18 | 3.8.18 | — | — | — | xfdesktop (4.16.0) |
xorg-server (1.20.13) | 1.20.13 | — | — | — | — | — | 1.2.0 | 1.2.0 | (6.8.1) | — | — | — | — | — | — | xorg-server (1.20.13) |
Reader Ratings |
---|