Files
tldr/pages.uk/linux/apt-file.md
Okinea Dev 02b2048f05 pages*: add Ukrainian translation (#12566)
* pages*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-20 08:59:23 +05:30

21 lines
748 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# apt-file
> Пошук файлів в пакетах `apt`, включно з тими, що ще не встановлені.
> Більше інформації: <https://manpages.debian.org/latest/apt-file/apt-file.1.html>.
- Оновити базу метаданих:
`sudo apt update`
- Пошук пакетів, які містять вказаний файл або шлях:
`apt-file {{search|find}} {{частковий_шлях/до/файлу}}`
- Список вмісту конкретного пакета:
`apt-file {{show|list}} {{пакет}}`
- Пошук пакетів, які відповідають `регулярному_виразу`:
`apt-file {{search|find}} --regexp {{регулярний_вираз}}`