Last modified by strixadmin on 2025/07/14 11:45

Show last authors
1
2
3 (% style="line-height:1.38; margin-top:16px; margin-bottom:16px" %)
4 = **Откат к предыдущей версии СтриксВид** =
5
6 (% style="line-height:1.38; margin-top:16px; margin-bottom:16px" %)
7 (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Для возврата к конкретной предыдущей версии **СтриксВид **используйте команду, указывая требуемый номер версии:
8
9 (((
10 {{code language="none"}}
11 sudo apt install strixvid=<номер_версии>
12 {{/code}}
13 )))
14
15 (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Например, для отката к версии 5.6.76:
16
17 {{code language="none"}}sudo apt install strixvid=5.6.76{{/code}}
18
19 (% style="line-height:1.38; margin-top:16px; margin-bottom:16px" %)
20 = **Список всех доступных версий** =
21
22 (% style="line-height:1.38; margin-top:16px; margin-bottom:16px" %)
23 (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Для просмотра всех доступных версий пакета в репозиториях используйте команду:
24
25 (((
26 {{code language="none"}}
27 sudo apt list & apt list -a strixvid
28 {{/code}}
29 )))
30
31 (% style="line-height:1.38; margin-top:16px; margin-bottom:16px" %)
32 (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Пример вывода:
33
34 {{code language="none"}}
35 Listing... Done
36 strixvid/stable 5.6.82 all [upgradable from: 5.6.81]
37 strixvid/stable,now 5.6.81 all [installed,upgradable to: 5.6.82]
38 strixvid/stable 5.6.80 all
39 strixvid/stable 5.6.79 all
40 strixvid/stable 5.6.78 all
41 strixvid/stable 5.6.77 all
42 strixvid/stable 5.6.76 all
43 {{/code}}
44
45
46