| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| wiki:basealt [2026/07/20 22:07] – serw | wiki:basealt [2026/09/16 22:15] (current) – [Установка программного обеспечения] serw |
|---|
| ====== ООО «Базальт СПО»: Альт Рабочая станция 11 ====== | ====== ООО «Базальт СПО»: Альт Рабочая станция 11 ====== |
| |
| [[https://forum.altlinux.org/index.php?action=unread|Форум]] подержки. | [[https://forum.altlinux.org/index.php?action=unread|Форум]] подержки Альт Линух. |
| | Скачивание: |
| ===== Скачивание ===== | |
| [[https://mirror.yandex.ru/altlinux/p11/images/workstation/x86_64/|Яндекс]]. | [[https://mirror.yandex.ru/altlinux/p11/images/workstation/x86_64/|Яндекс]]. |
| | [[https://kibibyte.ru/~SerW/_iso/Alt-Linux/Basealt-Alt-Linux-WS-11_2-x86_64.torrent|Торрент]]. |
| | Устаревшее: |
| [[https://torrent.altlinux.org/|Torrent statistics script]]. | [[https://torrent.altlinux.org/|Torrent statistics script]]. |
| |
| <WRAP prewrap> | <WRAP prewrap> |
| <code=bash> | <code=bash> |
| apt-get update && apt-get dist-upgrade && update-kernel # && apt-get clean # reboot now | apt-get update && apt-get dist-upgrade -y && update-kernel -y # && apt-get clean |
| | # reboot now |
| </code> | </code> |
| </WRAP> | </WRAP> |
| <code=bash> | <code=bash> |
| # Пакеты без графического вида и без иконок | # Пакеты без графического вида и без иконок |
| apt-get install -y 7-zip aspell-ru-rk beep-speaker cmus cockpit davfs2 ffmpeg figlet gvfs hplip hunspell-en_GB hyphen-ru img2pdf innoextract inxi mupdf mythes-ru ocrmypdf photorec sg3_utils sshfs tesseract-langpack-en tesseract-langpack-ru traceroute whois | apt-get install -y 7-zip aspell-ru-lebedev beep-speaker cockpit davfs2 ffmpeg figlet gvfs hplip hunspell-en_GB hyphen-ru ImageMagick-tools img2pdf innoextract inxi mupdf mythes-ru ocrmypdf photorec python3-module-mutagen sane-airscan sg3_utils sshfs tesseract-langpack-en tesseract-langpack-ru tigervnc-common traceroute whois |
| # Утилиты первой необходимости с графикой и иконками | # Утилиты первой необходимости с графикой и иконками |
| apt-get install -y chromium cpu-x dino epsonscan2 evince firefox-esr foliate gimagereader gimp gnome-calls gnome-contacts gnome-disk-utility gsmartcontrol gthumb inkscape libreoffice-core libreoffice-gtk3 libreoffice-langpack-ru mc mpv pdfarranger rustdesk simple-scan tigervnc-common transmission-gtk vlc xournalpp xsensors | apt-get install -y chromium cmus cmus-in-aac cmus-out-alsa cpu-x epsonscan2 evince firefox-esr foliate gimagereader gnome-calls gnome-contacts gnome-disk-utility gsmartcontrol gthumb inkscape libreoffice-core libreoffice-gtk3 libreoffice-langpack-ru mc mpv pdfarranger simple-scan transmission-gtk xournalpp xsensors # dino gimp vlc |
| | # Игры экосистемы Гном |
| | apt-get install -y gnome-games-aisleriot gnome-games-chess gnome-games-five-or-more gnome-games-four-in-a-row gnome-games-mahjongg gnome-games-robots |
| # Игры | # Игры |
| apt-get install -y aisleriot fheroes2 five-or-more gnome-chess gnome-mahjongg gnome-robots gzdoom lutris vcmi vkQuake | apt-get install -y fheroes2 gzdoom lutris minetest minigalaxy vcmi vkQuake |
| # Две тяжеловесные игри -- Flare (RPG) и Зонотик, шутер от первого лица | # Две тяжеловесные игры -- Flare (RPG) и Зонотик, шутер от первого лица |
| apt-get install -y flare-game xonotic | apt-get install -y flare-game |
| # Доустановим зависимость от libsciter-gtk для RustDesk | apt-get install -y xonotic |
| libsciter-install | |
| </code> | </code> |
| </WRAP> | </WRAP> |
| <code=bash> | <code=bash> |
| wipefs -a /dev/sdb | wipefs -a /dev/sdb |
| cd '/home/dragonserw/Public/_iso/ООО «Базальт СПО»/' && dd oflag=direct if=alt-workstation-11.1-x86_64.iso of=/dev/sdb bs=1M status=progress; sync # https://dragonserw.ru/wiki:basealt | cd '/home/dragonserw/Public/_iso/ООО «Базальт СПО»/' && dd oflag=direct if=alt-workstation-11.2-x86_64.iso of=/dev/sdb bs=1M status=progress; sync # https://dragonserw.ru/wiki:basealt |
| sudo dd oflag=direct if=alt.iso of=/dev/sdX bs=1M status=progress; sync # https://www.altlinux.org/Write | sudo dd oflag=direct if=alt.iso of=/dev/sdX bs=1M status=progress; sync # https://www.altlinux.org/Write |
| </code> | </code> |
| <WRAP prewrap> | <WRAP prewrap> |
| <code=bash> | <code=bash> |
| cd '/home/dragonserw/Общедоступные/_iso/ООО «Базальт СПО»/' && dd oflag=direct if=alt-workstation-11.1-x86_64.iso of=/dev/sdb bs=1M status=progress; sync # https://dragonserw.ru/wiki:basealt | cd '/home/dragonserw/Общедоступные/_iso/ООО «Базальт СПО»/' && dd oflag=direct if=alt-workstation-11.2-x86_64.iso of=/dev/sdb bs=1M status=progress; sync # https://dragonserw.ru/wiki:basealt |
| </code> | </code> |
| </WRAP> | </WRAP> |