12-01-2022, 12:14
0
Cześć,
Kilka miesięcy temu instalowałem aplikację rkhunter, która nie działała poprawnie (wyświetlała błędy: "Invalid SCRIPTWHITELIST configuration option: non-existent pathname: usr/bin/egrep"
"Invalid SCRIPTWHITELIST configuration option: non-existent pathname: usr/bin/fgrep") i musiałem użyć tych komend:
cd /bin
sudo cp -R egrep /usr/bin/
sudo cp -R fgrep /usr/bin/
System to Linux Mint 20.3 Cynamon
Po poleceniu apt install usrmerge konsola wypluwa takie błędy:
Kilka miesięcy temu instalowałem aplikację rkhunter, która nie działała poprawnie (wyświetlała błędy: "Invalid SCRIPTWHITELIST configuration option: non-existent pathname: usr/bin/egrep"
"Invalid SCRIPTWHITELIST configuration option: non-existent pathname: usr/bin/fgrep") i musiałem użyć tych komend:
cd /bin
sudo cp -R egrep /usr/bin/
sudo cp -R fgrep /usr/bin/
System to Linux Mint 20.3 Cynamon
Po poleceniu apt install usrmerge konsola wypluwa takie błędy:
Kod:
marcin@Brutus:~$ apt install usrmerge
[sudo] hasło użytkownika marcin:
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
usrmerge is already the newest version (23).
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
1 nie w pełni zainstalowanych lub usuniętych.
Po tej operacji zostanie dodatkowo użyte 0 B miejsca na dysku.
Kontynuować? [T/n] t
Konfigurowanie pakietu usrmerge (23) ...
FATAL ERROR:
Both /bin/egrep and /usr/bin/egrep exist.
You can try correcting the errors reported and running again
/usr/lib/convert-usrmerge until it will complete without errors.
Do not install or update other Debian packages until the program
has been run successfully.
dpkg: błąd przetwarzania pakietu usrmerge (--configure):
podproces zainstalowany pakiet usrmerge skrypt post-installation zwrócił kod błędu 1
Wystąpiły błędy podczas przetwarzania:
usrmerge
E: Sub-process /usr/bin/dpkg returned an error code (1)
marcin@Brutus:~$