| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| arm64:raspberry-pi [2025/10/13 10:24] – serw | arm64:raspberry-pi [2026/04/15 10:31] (current) – serw |
|---|
| [[https://www.raspberrypi.org/documentation/configuration/raspi-config.md|raspi-config]]. | [[https://www.raspberrypi.org/documentation/configuration/raspi-config.md|raspi-config]]. |
| |
| <code=bash>sudo raspi-config | <WRAP prewrap> |
| sudo apt-get update -y && sudo apt-get upgrade -y | <code=bash> |
| | sudo apt autoremove -y && sudo apt -y clean && sudo apt update && sudo apt upgrade -y #&& sudo reboot now # https://www.debian.org/doc/manuals/debian-reference/ch02.en.html #DragonSerW |
| </code> | </code> |
| | </WRAP> |
| |
| <WRAP prewrap> | <WRAP prewrap> |
| <code=bash> | <code=bash> |
| sudo apt-get install aspell-ru beep cmus exfat-fuse exfat-utils ffmpeg flatpak game-data-packager gnome-disk-utility gnome-font-viewer gsmartcontrol gvfs hunspell-ru hyphen-ru innoextract inxi lshw mythes-ru ocrmypdf p7zip rpi-imager sg3-utils simple-scan sshfs tightvncserver -y && flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && sudo apt-get install chromium firefox-esr smplayer vcmi xsensors -y && sudo apt-get install aisleriot gnome-chess midori ocrmypdf pdfarranger -y && sudo apt-get install brasero evince fbreader filezilla gimagereader gimp gnome-mahjongg goldendict gthumb inkscape libreoffice-calc libreoffice-writer libreoffice-gtk3 nfoview qbittorrent telegram-desktop tesseract-ocr-rus vlc -y && sudo apt install libreoffice-l10n-ru libreoffice-help-ru -y && sudo apt autoremove -y && sudo restart now #https://dragonserw.ru/store:raspberry-pi | # Установим этот пакет отдельно и в первую очередь, так как после его установки требуется подтверждение возможности присоединения WebDAV |
| flatpak install flathub com.anydesk.Anydesk io.github.ihhub.Fheroes2 org.xonotic.Xonotic org.zdoom.GZDoom -y #https://dragonserw.ru/store:raspberry-pi</code> | sudo apt-get install -y davfs2 |
| | # Пакеты без графического вида и без иконок |
| | sudo apt-get install -y aspell-ru beep cmus cockpit exfat-fuse ffmpeg figlet gvfs hplip hunspell-ru hyphen-ru img2pdf innoextract inxi libreoffice-gtk3 libreoffice-help-ru libreoffice-l10n-ru lshw mythes-ru ocrmypdf p7zip pdf2svg sg3-utils snapd sshfs tesseract-ocr-rus whois |
| | # Утилиты первой необходимости с графикой и иконками |
| | sudo apt-get install -y chromium cpu-x evince foliate gimagereader gimp gnome-disk-utility gsmartcontrol gthumb inkscape mc mpv pdfarranger simple-scan tigervnc-common tigervnc-viewer transmission-gtk vlc xournalpp xsensors # firefox-esr |
| | # Игры |
| | sudo apt-get install -y aisleriot five-or-more flare-game gnome-chess gnome-mahjongg gnome-robots minigalaxy |
| | # Игры из репозитория contrib |
| | sudo apt-get install -y fheroes2 game-data-packager vcmi |
| | # Запретим Хромиуму обновляться |
| | sudo apt-mark hold chromium #https://dragonserw.ru/debian:trixie |
| | </code> |
| | </WRAP> |
| | |
| | ===== Canonical Snapcraft ===== |
| | |
| | Install GZDoom on Debian: [[https://snapcraft.io/install/gzdoom/debian|Canonical Snapcraft]]. |
| | |
| | <WRAP=prewrap> |
| | <code=bash> |
| | # После пере-загрузки выполнить |
| | sudo snap install snapd |
| | # Установка GZDoom (обратите внимание, что уже вышла новая итерация -- UZDoom, но ее пока нет в Snap) и Xonotic |
| | sudo snap install gzdoom xonotic # https://snapcraft.io/docs/installing-snap-on-debian |
| | </code> |
| </WRAP> | </WRAP> |
| |
| |
| <code=bash>inxi -b | <code=bash>inxi -b |
| sudo lshw -C processor -C system -C memory -C video -C disk -short #https://dragonserw.ru/store:raspberry-pi</code> | sudo lshw -C processor -C system -C memory -C video -C disk -short #https://dragonserw.ru/arm64:raspberry-pi</code> |
| |
| inxi [[https://pastebin.com/hk14yyAs|result]]. | inxi [[https://pastebin.com/hk14yyAs|result]]. |