Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (23 loc) · 828 Bytes

option-packages.md

File metadata and controls

23 lines (23 loc) · 828 Bytes

packages

option-packages, copy/paste and execute via terminal the indented below in order to gather installation/apt/aptitude/apt-get/synaptic/package-manager/software-manager/software-sources errors/glitches/history which may help in trouble shooting the issue you are having.


sudo inxi -U ; echo "Please wait...." ; ( date ; echo ; inxi -c0 -Sr ; echo term.log ; grep -Ei 'setting up|configur|remov|err|fail|log started|log ended' /var/log/apt/term.log | tail --lines=60 ; echo "errors-found-begin" ; sudo apt update | grep -Ei 'fail|404' ; echo "errors-found-end" ; date ) > ~/trouble-shoot-history.txt ; echo "Done, the log has been saved to ~/trouble-shoot-history.txt"


"To Share" instructions are here..