tldr/pages.uk/linux/apt-file.md

21 lines
748 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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 {{регулярний_вираз}}`