On executing sudo-apt get update it gives me the following:
Err:4 https://deb.torproject.org/torproject.org bionic InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 74A941BA219EC810
Err:7 http://in.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
Hash Sum mismatch
Hashes of expected file:
- Filesize:563484 [weak]
- SHA256:922599efa85df1c8960535da907026555b19006ab321005918b75de76cae422b
- SHA1:19064dc18593afe6046b03a6506e0a01784ce544 [weak]
- MD5Sum:4dd7ac9ab795941bc74b13ec681f17c2 [weak]
Hashes of received file:
- SHA256:fd3c8f7b50c7f36970d1afd8233694a07cab0fb387de60ff185d7743757db679
- SHA1:18b139b4eb060ba013cac731aa0d4c6e0f5113c9 [weak]
- MD5Sum:acf7d58d48ce5177419214c8196b9745 [weak]
- Filesize:563484 [weak]
Last modification reported: Sun, 28 Jul 2019 01:57:06 +0000
Release file created at: Mon, 29 Jul 2019 07:43:31 +0000
Reading package lists... Done
W: GPG error: https://deb.torproject.org/torproject.org bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 74A941BA219EC810
E: The repository 'https://deb.torproject.org/torproject.org bionic InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
After this error, somebody suggested me to execute the following : sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 74A941BA219EC810
And this is what is output on the terminal:
Executing: /tmp/apt-key-gpghome.serEMDJCIi/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 74A941BA219EC810
gpg: packet(13) too large
gpg: read_block: read error: Invalid packet
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
Kindly help!
sudo-apt get update
.. you meansudo apt-get update
? – Soren A Jul 29 '19 at 13:07