Skip to content

Instantly share code, notes, and snippets.

@YashKumarVerma
Created April 29, 2021 03:47
Show Gist options
  • Save YashKumarVerma/cd5cd1fe7484b17c5b2f7bc1cddfa7e4 to your computer and use it in GitHub Desktop.
Save YashKumarVerma/cd5cd1fe7484b17c5b2f7bc1cddfa7e4 to your computer and use it in GitHub Desktop.
Something from this fixed my problem with unauthenticated error in Ubuntu
9874 apt --fix-broken install
9875 sudo apt --fix-broken install
9876 sudo apt-get purge ddialog
9877 sudo apt-get purge dialog
9878 sudo apt-get purge anydesk
9879 sudo apt-get purge packettracer
9880 sudo apt-get purge anydesk
9881 sudo apt --fix-broken install
9882 sudo apt --fix-broken --fix-missing install
9883 sudo apt --fix-broken install
9884 sudo apt-get install libpango1.0-0
9885 sudo apt-get install libpangox-1.0-0
9886 sudo apt-get install dialog
9887 sudo apt-get install libgtkglext1
9888 sudo apt-get update
9889 sudo apt-get --fix-missing update
9890 sudo apt-get update --fix-missing
9891 sudo apt-get clean
9892 ls -l /var/lib/dpkg/info | grep anydesk
9893 sudo mv /var/lib/dpkg/info/anydesk.* /tmp/
9894 sudo dpkg --remove --force-remove-reinstreq anydesk
9895 sudo apt-get update --fix-missing
9896 sudo apt-get update --fix-missing --allow-unauthenticated
9897 sudo apt-get update --fix-missing --allow-insecure-repositories
9898 sudo apt install termshark
9899 sudo apt install termshark --fix-broken --allow-insecure-repositories
9900 sudo apt install termshark --allow-insecure-repositories
9901 sudo apt-get update --allow-insecure-repositories
9902 sudo apt-get purge anydesk
9903 sudo apt install termshark
9904 sudo mv /var/lib/dpkg/info/anydesk.* /tmp/
9905 sudo apt install termshark
9906 sudo mv /var/lib/dpkg/info/packettracer.* /tmp/
9907 sudo dpkg --remove --force-remove-reinstreq packettracer
9908 sudo apt install termshark
9909 sudo add-apt-repository --update ppa:nicolais/termshark
9910 sudo apt install termshark
9911 go get github.com/gcla/termshark/v2/cmd/termshark
9912 sudo apt-get install wireshark
9913 sudo apt-get install wireshark --allow-insecure-repositories
9914 sudo apt-get install wireshark --allow-unauthenticated
9915 sudo apt-get install wireshark
9916 sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
9917 sudo apt-get update && sudo apt-get dist-upgrade
9918 sudo apt-get install wireshark
9919 sudo apt install termshark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment