On entering the apt-get update command, the following errors appeared. Reading package lists… DoneW: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/InRelease Cannot initiate the connection to dl.google.com:80 (2414:6221:4109:825::210a). - connect (101: Network is unreachable) Could not connect to dl.google.com:80 (2xx.5x.2xx.2xx), connection timed outW: Some index files failed to download. They have been ignored, or old ones used instead. … Continue reading How to fix error while updating repositories in Ubuntu or Linux Mint
Tag: updates
How to check for updates in Fedora
To check for updates in Fedora 32, open a terminal window and enter the following commands: $ sudo dnf check-update <enter>$ sudo dnf update <enter> This will look for updated rpm files and ensure that the system is patched. Note that "dnf" works similar to "yum" used earlier on Fedora.
The following packages have been kept back: Message in Ubuntu when updating packages
If you used the instructions at this post to update your Ubuntu Linux packages, basically, apply patches, you get the following message at times: The following packages have been kept back: <list of packages> This basically prevents the packages listed from getting updated. To overcome this issue, there are two ways: 1. Run sudo apt-get … Continue reading The following packages have been kept back: Message in Ubuntu when updating packages