This commit is contained in:
2019-04-20 23:24:14 +03:00
parent 0125f9cbee
commit 80287870a3
35 changed files with 2167 additions and 26 deletions

12
wiki/Linux/DPKG/APT.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "APT"
category: Linux
tags: linux, ubuntu, debian, apt
summary: ""
...
Запрет загрузки переводов описаний пакетов:
```sh
echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/99translations
```