Astra Linux update
In order to run Varwin on Astra Linux, it must be upgraded to version 1.7.1.4 or higher. To do this you need to perform several actions:
Execute the command
sudo mcedit /etc/apt/sources.list
CODEThis command causes file sources.list to be edited
The sources.list file opens. Comment out all lines in this file by putting a # symbol in front of them. In the same file below, insert the following lines
# Main repository deb https://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-main/ 1.7_x86-64 main contrib non-free # Prompt updates to the main repository deb https://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-update/ 1.7_x86-64 main contrib non-free # Base repository deb https://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-base/ 1.7_x86-64 main contrib non-free # Extended repository deb https://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-extended/ 1.7_x86-64 main contrib non-free # Extended repository (astra-ce component) deb https://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-extended/ 1.7_x86-64 astra-ce # Latest urgent update (if available) deb https://dl.astralinux.ru/astra/stable/1.7_x86-64/uu/last/repository-update/ 1.7_x86-64 main contrib non-free
CODEThese commands are responsible for updating the system to the current version from the main repository
Save the changes to the file and close
Execute the command
sudo apt -o "Acquire::https::Verify-Peer=false" --allow-unauthenticated update -y && sudo apt -o "Acquire::https::Verify-Peer=false" --allow-unauthenticated upgrade -y && sudo apt autoremove -y && sudo astra-update -A -r
CODEThis command runs an upgrade from the repositories we specified in step 4 to the current version of the system
- Wait for the update to complete and reboot your device
If you have any difficulties, try to find a solution on the official documentation site or ask AstraLinux developers in your personal cabinet