arch
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| arch [2016/08/31 06:25] – michael | arch [2021/07/03 10:01] (current) – mduersch | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Paket installation: | Paket installation: | ||
| - | + | | |
| - | | + | Pakte suchen |
| - | + | pacman -Ss $name | |
| - | Pakte suchen | + | |
| - | | + | |
| - | pacman -Ss $name | + | |
| - | + | ||
| Update Sources | Update Sources | ||
| - | |||
| pacman -Sy $name | pacman -Sy $name | ||
| - | | ||
| Remove a Packet | Remove a Packet | ||
| - | |||
| pacman -R $name | pacman -R $name | ||
| - | | ||
| Install multiple from a package Group | Install multiple from a package Group | ||
| - | |||
| pacman -S gnome | pacman -S gnome | ||
| Enter a selection (default=all): | Enter a selection (default=all): | ||
| - | + | Upgrade | |
| - | Upgrade | + | pacman -Syu |
| - | + | ||
| - | pacman -Syu | + | |
| - | + | ||
| - | + | ||
| Installation | Installation | ||
| - | + | | |
| - | | + | |
| mount /mnt /dev/sa1 | mount /mnt /dev/sa1 | ||
| mkdir /boot , | mkdir /boot , | ||
| mount /mnt/boot /dev/sda2 | mount /mnt/boot /dev/sda2 | ||
| - | ... | + | |
| + | mount / | ||
| + | | ||
| | | ||
| pacstrap /mnt base base-devel wpa_supplicant | pacstrap /mnt base base-devel wpa_supplicant | ||
| Line 57: | Line 44: | ||
| pacman -S grub | pacman -S grub | ||
| grub-mkconfig -o / | grub-mkconfig -o / | ||
| + | | ||
| + | | ||
| + | # alernativ mit efi: | ||
| + | grub-install --target=x86_64-efi --efi-directory=/ | ||
| + | grub-mkconfig -o / | ||
| + | |||
| + | | ||
| grub-install /dev/sda | grub-install /dev/sda | ||
| cp / | cp / | ||
| If you have an Intel CPU: | If you have an Intel CPU: | ||
| pacman -S intel-ucode | pacman -S intel-ucode | ||
| - | |||
| Install xorg, plasma and KDE: | Install xorg, plasma and KDE: | ||
| + | | ||
| pacman -S xorg xorg-xinit xorg-server-utils | pacman -S xorg xorg-xinit xorg-server-utils | ||
| pacman -S plasma kdebase | pacman -S plasma kdebase | ||
| Line 69: | Line 62: | ||
| pacman -S net-tools gtkmm | pacman -S net-tools gtkmm | ||
| systemctl enable sddm | systemctl enable sddm | ||
| - | pacman -S net-tools gtkmm | + | pacman -S net-tools gtkmm |
| - | | + | |
| + | systemctl enable NetworkManager | ||
| If running in Virtualbox, add: | If running in Virtualbox, add: | ||
| pacman -Sy virtualbox-guest-utils | pacman -Sy virtualbox-guest-utils | ||
| - | pacman -Sy linux-headers | + | pacman -Sy linux-headers |
| - | + | ||
| Problems with Sound: | Problems with Sound: | ||
| - | |||
| [root@tuxvm user]# pacman -Ss alsa | [root@tuxvm user]# pacman -Ss alsa | ||
| extra/ | extra/ | ||
arch.1472624743.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
