#1
|
|||
|
|||
arch
Maxim Gribanov написал(а) к All в Mar 21 14:30:00 по местному времени:
Привет, All! Подскажите, как заставить pacman игнорировать что такие файлы уже есть в системе при установке пакетов? С наилучшими пожеланиями, Maxim. --- -Пиши, старик, пиши! Мы тебя не покинем. |
#2
|
|||
|
|||
arch
Mykhailo Kapitanov написал(а) к Maxim Gribanov в Mar 21 22:01:14 по местному времени:
Нello Maxim! 17 Mar 21 14:30, you wrote to all: MG> Подскажите, как заставить pacman игнорировать что такие файлы уже есть MG> в системе при установке пакетов? Не уверен что точно понял что нужно. Если нужно разрешить переписать файл то так: === Cut === # pacman -S package-name --overwrite /usr/bin/file === Cut === Можно запретить некоторые каталоги или файлы устанавливать (распаковывать) из пакетов: pacman.conf NoExtract = file ... All files listed with a NoExtract directive will never be extracted from a package into the filesystem. This can be useful when you don't want part of a package to be installed. For example, if your httpd root uses an index.php, then you would not want the index.html file to be extracted from the apache package. These files refer to files in the package archive, so do not include the leading slash (the RootDir) when specifying them. Shell-style glob patterns are allowed. It is possible to invert matches by prepending a file with an exclamation mark. Inverted files will result in previously blacklisted files being whitelisted again. Subsequent matches will override previous ones. A leading literal exclamation mark or backslash needs to be escaped. Это выдержка из man 5 pacman.conf Mykhailo --- GoldED+/W64-MSVC 1.1.5-b20180707 |