You are not logged in.

#1 2009-02-03 11:00:14

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Requesting for [base-devel] packages information

Hi, I have read alot of threads related to this but I think its not yet clear...My arch installer gives me the "base-devel" from "Select Package Categories"...What I would like to know is the package information of every package on the list.  Since my netbook has only 8gb of SSD, I can't waste space for unnecessary packages...:( Thanks in advance

Last edited by kaola_linux (2009-02-03 11:00:37)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#2 2009-02-03 11:50:28

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: Requesting for [base-devel] packages information


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#3 2009-02-03 12:16:46

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Requesting for [base-devel] packages information

you can skip it and install later if you want to compile stuff.
to install

pacman -S base-devel

packages that are in that group:

pacman -Sg base-devel
base-devel autoconf
base-devel automake
base-devel bin86
base-devel bison
base-devel ed
base-devel fakeroot
base-devel flex
base-devel gcc
base-devel libtool
base-devel m4
base-devel make
base-devel patch
base-devel pkgconfig

Last edited by wonder (2009-02-03 12:18:04)


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2009-02-03 13:02:49

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Requesting for [base-devel] packages information

I've read this and I hope it will be taken into considerations soon...:)

Is installing the base-devel install all of its associated group?


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#5 2009-02-03 19:13:36

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: Requesting for [base-devel] packages information

kaola_linux wrote:

Is installing the base-devel install all of its associated group?

When you install a group, it gives you the option of installing the entire group or picking individual packages.

Offline

#6 2009-02-04 11:20:32

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Requesting for [base-devel] packages information

Can you please provide infos with regards to each package? I want to know each use of the packages...


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#7 2009-02-04 11:58:11

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Requesting for [base-devel] packages information

#!/bin/bash
for i in $( pacman -Sgq base-devel ); do
        pacman -Qis ^${i}$
done

local/autoconf 2.63-1 (base-devel)
    A GNU tool for automatically configuring source code
local/automake 1.10.2-1 (base-devel)
    A GNU tool for automatically creating Makefiles
local/bin86 0.16.17-3 (base-devel)
    A complete 8086 assembler and loader
local/bison 2.4.1-1 (base-devel)
    The GNU general-purpose parser generator
local/ed 1.1-2 (base-devel)
    A POSIX-compliant line editor
local/fakeroot 1.12.1-1 (base-devel)
    Gives a fake root environment, useful for building packages as a non-privileged user
local/flex 2.5.35-1 (base-devel)
    A tool for generating text-scanning programs
local/gcc 4.3.3-1 (base-devel)
    The GNU Compiler Collection
local/libtool 2.2.6a-1 (base-devel)
    A generic library support script
local/m4 1.4.12-1 (base-devel)
    m4 macro processor
local/make 3.81-3 (base-devel)
    GNU make utility to maintain groups of programs
local/patch 2.5.9-1 (base-devel)
    A utility to apply patch files to original sources
local/pkgconfig 0.23-1 (base-devel)
    A system for managing library compile/link flags

Offline

Board footer

Powered by FluxBB