UmVirt LFS Assistant command info

🐒Command info

🔙Parent Directory  -

quality_check

Info: This command allows users to verify that all packages have succesfully installed their packages. This is possible by checking for the installed files with the use of the wc command verifying the word counts of every files.txt in /var/log/ulfs-packages This directory stores the intstaller logs created when using the chimp install command or the installpackages script in LFSCustomizer.
Commands:
pushd /var/log/ulfs-packages

find . -type f -name "*.txt" -exec sh -c 'echo -n "$(wc -l < "{}"): "; echo "{}"' \;

popd


Apache/2.4.62 (Debian) Server at ulfs.org Port 443