Fix: Ubuntu 18.04 version sudo apt update error : 403 Forbidden

When try to update the Ubuntu 18.04 version to latest using command ‘sudo apt update’, it throws the below error: Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease Hit:4 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease Err:5 http://id.archive.ubuntu.com/ubuntu focal InRelease 403 Forbidden Err:6 http://id.archive.ubuntu.com/ubuntu focal-updates InRelease 403 Forbidden Err:7 http://id.archive.ubuntu.com/ubuntu focal-backports InRelease 403 Forbidden Reading package lists… Done N: See apt-secure(8) manpage for …

Read More

Fix: Ubuntu 20.04 version sudo apt update error : 403 Forbidden

When try to update the Ubuntu 20.04 version to latest using command ‘sudo apt update’, it throws the below error: Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease Hit:4 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease Err:5 http://id.archive.ubuntu.com/ubuntu focal InRelease 403 Forbidden Err:6 http://id.archive.ubuntu.com/ubuntu focal-updates InRelease 403 Forbidden Err:7 http://id.archive.ubuntu.com/ubuntu focal-backports InRelease 403 Forbidden Reading package lists… Done N: See apt-secure(8) manpage for …

Read More

[Fix] fatal detected dubious ownership in repository

Recently while I mounted a HDD in my Linux workstation, I tried to download a new repo in the new disk so when I executed the command git submodule update –init –recursive, it showed me an unexpected error; ‘fatal: detected dubious ownership in repository’. A snippet of the error is given below: I would like …

Read More

[Fix] fatal detected dubious ownership in repository at

Recently while I mounted a HDD in my Linux workstation, I tried to download a new repo in the new disk so when I executed the command git submodule update –init –recursive, it showed me an unexpected error; ‘fatal: detected dubious ownership in repository at’. A snippet of the error is given below: I would …

Read More

[Fix] invalid number of concurrent streams on Kubuntu 22.04 Error

When trying to install KDE theme or icon packs from Discover, I am facing the below error: “Download of “Google Task – web – obsoleted” failed, error: SETTINGS invalid number of concurrent streams” Why invalid number of concurrent streams on Kubuntu 22.04 Error Occurs? invalid number of concurrent streams on Kubuntu 22.04 Error might be …

Read More