dsp-site/wiki/Linux/DPKG/APT.md

13 lines
245 B
Markdown
Raw Normal View History

2019-04-20 20:24:14 +00:00
---
title: "APT"
category: Linux
2019-04-23 17:40:06 +00:00
tags: linux, ubuntu, debian, apt,
summary:
2019-04-20 20:24:14 +00:00
...
Запрет загрузки переводов описаний пакетов:
```sh
echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/99translations
```