User Tools

Site Tools


arch

This is an old revision of the document!


Arch Linux

Packet installation:

  pacman -S $name ($name)
  

Update Sources

  pacman -Sy
  

Remove a Packet

  pacman -R $name
  

Install multiple from a package Group

  pacman -S gnome
  Enter a selection (default=all): 1-10 15

Upgrade

 
  pacman -Syu
  
  

Installation

create boot and root partition
echo archtux > /etc/hostname
echo LANG=de_DE.UTF8 > /etc/locale.conf
echo LC_COLLATE=C >> /etc/locale.conf
echo LANGUAGE=de_DE >> /etc/locale.conf
echo KEYMAP=de-latin1 > /etc/vconsole.conf
echo FONT=lat9w-16 >> /etc/vconsole.conf
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
vi /etc/locale.gen
locale-gen
pacman -Sy
mkinitcpio -p linux
passwd
useradd mduersch -d /home/mduersch
passwd mduersch
mkdir mduersch
chown mduersch:users mduersch/
pacman -S grub
grub-mkconfig -o /boot/grub/grub.cfg
grub-install /dev/sda
cp /etc/netctl/examples/ethernet-static /etc/netctl/enp0s?
arch.1472455387.txt.gz · Last modified: 2021/04/24 07:38 (external edit)