Установка и первичная настройка дистрибутива Arch Linux: различия между версиями
Comminux (обсуждение | вклад) Начало изменений в пост установке |
Comminux (обсуждение | вклад) Перенесены устаревшие части |
||
| Строка 156: | Строка 156: | ||
=== Установка требуемых пакетов и приложений === | === Установка требуемых пакетов и приложений === | ||
pacman -S alacritty nextcloud-client android-tools android-udev filezilla gimp gnu-netcat gvfs inkscape keepassxc libreoffice-fresh lib32-ncurses libreoffice-fresh-ru libva-utils mesa-demos mpv noto-fonts noto-fonts-cjk noto-fonts-emoji qbittorrent steam telegram-desktop tesseract tesseract-data-eng tesseract-data-rus | pacman -S alacritty nextcloud-client android-tools android-udev filezilla gimp gnu-netcat gvfs inkscape keepassxc libreoffice-fresh lib32-ncurses libreoffice-fresh-ru libva-utils mesa-demos mpv noto-fonts noto-fonts-cjk noto-fonts-emoji qbittorrent steam telegram-desktop tesseract tesseract-data-eng tesseract-data-rus | ||
trizen -S --noedit google-chrome-dev android-studio anydesk-bin webcord | |||
==== KDE ==== | |||
pacman -S plasma dolphin | |||
systemd enable plasmalogin.service | |||
После запуска KDE необходимо настроить раскладки клавиатуры, DPI. | |||
=== | ==== Sway (устарело, требуется обновление части) ==== | ||
sudo pacman -S | sudo pacman -S gdm sway | ||
trizen -S libdisplay-info | trizen -S libdisplay-info-git waybar rofi-lbonn-wayland-git xdg-desktop-portal-wlr slurp --noedit | ||
sudo systemctl enable --now gdm | sudo systemctl enable --now gdm | ||
| Строка 209: | Строка 201: | ||
<code># sudo usermod -aG storage $USER</code> | <code># sudo usermod -aG storage $USER</code> | ||
=== Устаревшая секция === | |||
sudo pacman -S android-tools android-udev baobab chromium filezilla gimp gnu-netcat gvfs inkscape keepassxc libreoffice-fresh lib32-ncurses libreoffice-fresh-ru libva-utils minetest mesa-demos mpv neofetch nextcloud-client nomacs noto-fonts noto-fonts-cjk noto-fonts-emoji pavucontrol pcmanfm-qt pipewire-jack qbittorrent qt5-translations qt6-translations qutebrowser steam steam-native-runtime telegram-desktop tesseract tesseract-data-eng tesseract-data-rus ttf-liberation winetricks wine-gecko wine-mono | |||
Для компьютера на базе графического процессора от Intel: <code>sudo pacman -S intel-media-driver powertop xf86-video-intel</code> | |||
Для компьютера на базе графического процессора от AMD: <code>sudo pacman -S vulkan-radeon lib32-vulkan-radeon libva-mesa-driver xf86-video-amdgpu</code> | |||
Перечень Vulkan драйверов: <nowiki>https://wiki.archlinux.org/title/Vulkan</nowiki> | |||
Для настройки тачпада ноутбука: <code>xorg-xinput</code> | |||
trizen -S android-studio anydesk-bin chromexup webcord evhz-git godot lib32-gconf undistract-me-git --noedit | |||
echo -e "source /usr/share/undistract-me/long-running.bash\nnotify_when_long_running_commands_finish_install" >> ~\.bashrc | |||
== Установка дополнительных компонентов и настройка серверной станции == | == Установка дополнительных компонентов и настройка серверной станции == | ||