You are not logged in.

#1 2013-03-27 12:43:25

scr
Member
Registered: 2013-03-27
Posts: 2

TOC of Arch install cd?

Hi!

Is there somewhere a commented list of all packages which are installed after the installation CD has done its work?
I've searched quite a bit and havn't found anything.

Just out of curiosity - I've installed Arch to learn things about Linux, and to know why which programs are included in the base system would help me, I think.

Thanks in advance!

Offline

#2 2013-03-27 12:49:56

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: TOC of Arch install cd?

pacman -Qq


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2013-03-27 13:00:15

scr
Member
Registered: 2013-03-27
Posts: 2

Re: TOC of Arch install cd?

Hmmm, not exactly what I was looking for.
I wanted a commented list of the packages on a pristine, newly installed Arch. Mine isn't.

Theres a list on the .iso, but it's also uncommented.
Commented meaning: What does it do? Why is this package on the iso and not any other?

Offline

#4 2013-03-27 13:05:07

progandy
Member
Registered: 2012-05-17
Posts: 5,190

Re: TOC of Arch install cd?

If you want the description, too then use this:

pacman -Qq | LC_ALL=C xargs pacman -Qi | grep "\(Description\|Name\)"

Edit: This is the list with the packages which will be installed. If another package is installed it is a dependency and is required to run a base-application properly.
https://www.archlinux.org/groups/i686/base/
The group contains the kernel, basic linux tools , a shell, a simple editor (+ vi as quasi-standard), and tools to set up a network connection.

Last edited by progandy (2013-03-27 13:09:45)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#5 2013-03-27 13:12:26

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: TOC of Arch install cd?

The packages on the iso are unrelated to the packages on the installed system. The packages on the system are whatever you installed using pacstrap (usually the base and base-devel groups). You can list these using

pacman -Sgq base base-devel

Merge that with progandy's script to get the description too.

pacman -Sgq base base-devel | LC_ALL=C xargs pacman -Si | grep "\(Description\|Name\)"

Last edited by WorMzy (2013-03-27 13:12:57)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#6 2013-03-28 13:55:37

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: TOC of Arch install cd?

Just read the pacman log.

As for why the packages are there, it is because *you* choose to install them.

Last edited by Mr.Elendig (2013-03-28 13:56:40)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

Board footer

Powered by FluxBB