Installed Lubuntu, cannot run the command "sudo apt-get update"

delta333

New Member
Joined
Sep 2, 2021
Messages
2
Reaction score
0
Credits
19
Here's what happens when I run "sudo apt-get update" :

Code:
Ign:1 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute InRelease
Hit:2 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute Release
Hit:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://packages.microsoft.com/repos/code stable InRelease             
Hit:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease             
Ign:7 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute/main i386 Packages
Ign:8 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute/universe i386 Packages
Ign:7 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute/main i386 Packages
Ign:8 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute/universe i386 Packages
Ign:7 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute/main i386 Packages
Ign:8 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute/universe i386 Packages
Err:7 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute/main i386 Packages
  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Ign:8 cdrom://Lubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420) hirsute/universe i386 Packages
Ign:9 http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute InRelease
Hit:10 http://ppa.launchpad.net/libreoffice/ppa/ubuntu hirsute InRelease
Err:11 http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu hirsute InRelease
  403  Forbidden [IP: 91.189.95.85 80]
Hit:12 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu hirsute InRelease
Err:13 http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute Release
  404  Not Found [IP: 91.189.95.85 80]
Reading package lists... Done
E: Failed to fetch http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu/dists/hirsute/InRelease  403  Forbidden [IP: 91.189.95.85 80]
E: The repository 'http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu hirsute 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.
E: The repository 'http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute Release' does not have a Release file.
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.

Here's what happens when I run "df":
Code:
Filesystem     1K-blocks     Used Available Use% Mounted on
tmpfs             384084     1636    382448   1% /run
/dev/mmcblk1p2  29616056 10361940  17726620  37% /
tmpfs            1920420    23528   1896892   2% /dev/shm
tmpfs               5120        4      5116   1% /run/lock
tmpfs               4096        0      4096   0% /sys/fs/cgroup
/dev/mmcblk1p1    306584     7980    298604   3% /boot/efi
tmpfs             384084       76    384008   1% /run/user/1000

It is worth noting that I cannot get any updates or install any new software. Any help would be much appreciated. I'm quite new, I've been told that it's a possible grub-install issue, I followed the steps and I installed it but I keep on facing these problems. Please help. Thank you,
 


I've been told that it's a possible grub-install issue,...

Not likely, IMO.

G'day @delta333 and welcome to linux.org :)

For most, if not all of your problem, the fly in the ointment is the references to cd-rom. This is an issue that has been around for maybe 10 years, and frankly I cannot say why it has not been knocked on the head sooner, perhaps it is low priority because it only happens on occasions, and you picked the short straw to be one of those occasions.

If you google

linux Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

you will find this article

https://itsfoss.com/fix-failed-fetch-cdrom-aptget-update-add-cdroms/

and it is worth a read. It is by Abishek Prakash who writes a lot of good articles for ItsFOSS.

In his case he is dealing with Elementary OS but same applies to Lubuntu.

Only difference to note is that where he says

Code:
sudo gedit /etc/apt/sources.list

you would substitute featherpad for gedit.

See how you go and report back here with results when you get a chance.

Cheers

Chris Turner
wizardfromoz
 
It may be that Ubuntu have dropped support for the i386 [32 bit] architecture [they were rumerd to do this in april this year] if so there are some Debian based distro's still supporting 32 bit

edit...see this announcement https://lubuntu.me/sunsetting-i386/
 
Last edited:
First your ppa list is almost entirely wrong - here is just a few issues for Lubuntu 21.04
1) Ign:1 cdrom:// - this should not be there after install and is only available from the Live USB/CD
2) Your wine installation is for version 18.04 Bionic - Hit:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease - this is wrong version of wine for 21.04
3) Wrong ppa for updates Failed to fetch http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu/dists/hirsute/InRelease 403 Forbidden [IP: 91.189.95.85 80] Ubuntu gets it update from http://us.archive.ubuntu.com/ubuntu/ hirsute-updates main restricted
4) Err:13 http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute Release - this ppa does not support 21.04
Basically I would completely replace your current sources.list with a new one - here is what it should like
Code:
#deb cdrom:[Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420)]/ hirsute main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute universe
deb http://us.archive.ubuntu.com/ubuntu/ hirsute-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute multiverse
deb http://us.archive.ubuntu.com/ubuntu/ hirsute-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu hirsute partner
# deb-src http://archive.canonical.com/ubuntu hirsute partner

deb http://security.ubuntu.com/ubuntu hirsute-security main restricted
# deb-src http://security.ubuntu.com/ubuntu hirsute-security main restricted
deb http://security.ubuntu.com/ubuntu hirsute-security universe
# deb-src http://security.ubuntu.com/ubuntu hirsute-security universe
deb http://security.ubuntu.com/ubuntu hirsute-security multiverse
# deb-src http://security.ubuntu.com/ubuntu hirsute-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual
To edit your sources.list run as "wizardfromoz" states
Code:
sudo featherpad /etc/apt/sources.list
just copy and replace everything in it and save - reboot and update
Also be advised 21.04 support will stop at the end of the year
 
Last edited by a moderator:
First your ppa list is almost entirely wrong - here is just a few issues for Lubuntu 21.04
1) Ign:1 cdrom:// - this should not be there after install and is only available from the Live USB/CD
2) Your wine installation is for version 18.04 Bionic - Hit:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease - this is wrong version of wine for 21.04
3) Wrong ppa for updates Failed to fetch http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu/dists/hirsute/InRelease 403 Forbidden [IP: 91.189.95.85 80] Ubuntu gets it update from http://us.archive.ubuntu.com/ubuntu/ hirsute-updates main restricted
4) Err:13 http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute Release - this ppa does not support 21.04
Basically I would completely replace your current sources.list with a new one - here is what it should like
Code:
#deb cdrom:[Ubuntu 21.04 _Hirsute Hippo_ - Release amd64 (20210420)]/ hirsute main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute universe
deb http://us.archive.ubuntu.com/ubuntu/ hirsute-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute multiverse
deb http://us.archive.ubuntu.com/ubuntu/ hirsute-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ hirsute-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hirsute-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu hirsute partner
# deb-src http://archive.canonical.com/ubuntu hirsute partner

deb http://security.ubuntu.com/ubuntu hirsute-security main restricted
# deb-src http://security.ubuntu.com/ubuntu hirsute-security main restricted
deb http://security.ubuntu.com/ubuntu hirsute-security universe
# deb-src http://security.ubuntu.com/ubuntu hirsute-security universe
deb http://security.ubuntu.com/ubuntu hirsute-security multiverse
# deb-src http://security.ubuntu.com/ubuntu hirsute-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual
To edit your sources.list run as "wizardfromoz" states
Code:
sudo featherpad /etc/apt/sources.list
just copy and replace everything in it and save - reboot and update
Also be advised 21.04 support will stop at the end of the year

Hello, thank you for your help. I followed your steps and when I ran sudo apt-get update, I got this:

Code:
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://packages.microsoft.com/repos/code stable InRelease                                                                     
Hit:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                                                                     
Get:4 http://us.archive.ubuntu.com/ubuntu hirsute InRelease [269 kB]                                                                 
Get:5 http://security.ubuntu.com/ubuntu hirsute-security InRelease [110 kB]                                                         
Get:6 http://archive.canonical.com/ubuntu hirsute InRelease [11.4 kB]                                         
Ign:7 http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute InRelease                                                       
Get:8 http://us.archive.ubuntu.com/ubuntu hirsute-updates InRelease [110 kB]                                         
Hit:9 http://ppa.launchpad.net/libreoffice/ppa/ubuntu hirsute InRelease
Get:10 http://us.archive.ubuntu.com/ubuntu hirsute-backports InRelease [101 kB]
Get:11 http://security.ubuntu.com/ubuntu hirsute-security/main i386 Packages [97.4 kB]
Err:12 http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu hirsute InRelease
  403  Forbidden [IP: 91.189.95.85 80]
Get:13 http://us.archive.ubuntu.com/ubuntu hirsute/main i386 Packages [1,025 kB]                 
Get:14 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 Packages [215 kB]         
Hit:15 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu hirsute InRelease           
Get:16 http://security.ubuntu.com/ubuntu hirsute-security/main Translation-en [56.7 kB]                             
Get:17 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 DEP-11 Metadata [7,988 B]                                       
Get:18 http://security.ubuntu.com/ubuntu hirsute-security/main DEP-11 48x48 Icons [7,290 B]                                         
Get:19 http://security.ubuntu.com/ubuntu hirsute-security/main DEP-11 64x64 Icons [15.9 kB]                                         
Get:20 http://security.ubuntu.com/ubuntu hirsute-security/main DEP-11 64x64@2 Icons [29 B]                                           
Get:21 http://security.ubuntu.com/ubuntu hirsute-security/main DEP-11 128x128 Icons [25.6 kB]                                       
Get:22 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 c-n-f Metadata [3,824 B]                                       
Get:23 http://security.ubuntu.com/ubuntu hirsute-security/restricted amd64 Packages [156 kB]                                         
Get:24 http://security.ubuntu.com/ubuntu hirsute-security/restricted i386 Packages [19.6 kB]                                         
Get:25 http://security.ubuntu.com/ubuntu hirsute-security/restricted Translation-en [21.8 kB]           
Get:26 http://security.ubuntu.com/ubuntu hirsute-security/restricted amd64 c-n-f Metadata [476 B]             
Get:27 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 Packages [211 kB]                 
Get:28 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages [1,394 kB]                         
Get:29 http://security.ubuntu.com/ubuntu hirsute-security/universe i386 Packages [187 kB]                         
Get:30 http://security.ubuntu.com/ubuntu hirsute-security/universe Translation-en [41.4 kB]                       
Get:31 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 DEP-11 Metadata [3,888 B]                       
Get:32 http://security.ubuntu.com/ubuntu hirsute-security/universe DEP-11 48x48 Icons [7,164 B]                           
Get:33 http://security.ubuntu.com/ubuntu hirsute-security/universe DEP-11 64x64 Icons [5,605 B]                           
Err:34 http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute Release                                                   
  404  Not Found [IP: 91.189.95.85 80]
Get:35 http://security.ubuntu.com/ubuntu hirsute-security/universe DEP-11 64x64@2 Icons [29 B]               
Get:36 http://security.ubuntu.com/ubuntu hirsute-security/universe DEP-11 128x128 Icons [29 B] 
Get:37 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 c-n-f Metadata [5,008 B]
Get:38 http://security.ubuntu.com/ubuntu hirsute-security/multiverse i386 Packages [1,704 B]   
Get:39 http://us.archive.ubuntu.com/ubuntu hirsute/main Translation-en [511 kB]                 
Get:40 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 DEP-11 Metadata [469 kB]
Get:41 http://security.ubuntu.com/ubuntu hirsute-security/multiverse amd64 Packages [3,364 B]
Get:42 http://security.ubuntu.com/ubuntu hirsute-security/multiverse Translation-en [828 B]               
Get:43 http://security.ubuntu.com/ubuntu hirsute-security/multiverse amd64 c-n-f Metadata [220 B]
Get:44 http://us.archive.ubuntu.com/ubuntu hirsute/main DEP-11 48x48 Icons [102 kB]           
Get:45 http://us.archive.ubuntu.com/ubuntu hirsute/main DEP-11 64x64 Icons [157 kB]
Get:46 http://us.archive.ubuntu.com/ubuntu hirsute/main DEP-11 64x64@2 Icons [15.8 kB]
Get:47 http://us.archive.ubuntu.com/ubuntu hirsute/main DEP-11 128x128 Icons [345 kB]
Get:48 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 c-n-f Metadata [29.5 kB]
Get:49 http://us.archive.ubuntu.com/ubuntu hirsute/restricted i386 Packages [20.3 kB]
Get:50 http://us.archive.ubuntu.com/ubuntu hirsute/restricted amd64 Packages [78.0 kB]
Get:51 http://us.archive.ubuntu.com/ubuntu hirsute/restricted Translation-en [12.0 kB]
Get:52 http://us.archive.ubuntu.com/ubuntu hirsute/restricted amd64 c-n-f Metadata [436 B]
Get:53 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages [13.2 MB]
Get:54 http://us.archive.ubuntu.com/ubuntu hirsute/universe i386 Packages [7,087 kB]
Get:55 http://us.archive.ubuntu.com/ubuntu hirsute/universe Translation-en [5,441 kB]                                               
Get:56 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 DEP-11 Metadata [3,848 kB]                                         
Get:57 http://us.archive.ubuntu.com/ubuntu hirsute/universe DEP-11 48x48 Icons [3,338 kB]                                           
Get:58 http://us.archive.ubuntu.com/ubuntu hirsute/universe DEP-11 64x64 Icons [8,115 kB]                                           
Get:59 http://us.archive.ubuntu.com/ubuntu hirsute/universe DEP-11 64x64@2 Icons [57.1 kB]                                           
Get:60 http://us.archive.ubuntu.com/ubuntu hirsute/universe DEP-11 128x128 Icons [14.6 MB]                                           
Get:61 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 c-n-f Metadata [279 kB]                                           
Get:62 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse amd64 Packages [206 kB]                                               
Get:63 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse i386 Packages [109 kB]                                                 
Get:64 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse Translation-en [108 kB]                                               
Get:65 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse amd64 DEP-11 Metadata [47.3 kB]                                       
Get:66 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse DEP-11 48x48 Icons [29.6 kB]                                           
Get:67 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse DEP-11 64x64 Icons [198 kB]                                           
Get:68 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse DEP-11 64x64@2 Icons [214 B]                                           
Get:69 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse DEP-11 128x128 Icons [307 kB]                                         
Get:70 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse amd64 c-n-f Metadata [8,124 B]                                         
Get:71 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 Packages [332 kB]                                             
Get:72 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main i386 Packages [182 kB]                                               
Get:73 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main Translation-en [90.4 kB]                                             
Get:74 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 DEP-11 Metadata [89.8 kB]                                     
Get:75 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main DEP-11 48x48 Icons [21.6 kB]                                         
Get:76 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main DEP-11 64x64 Icons [42.3 kB]                                         
Get:77 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main DEP-11 64x64@2 Icons [29 B]                                         
Get:78 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main DEP-11 128x128 Icons [88.0 kB]                                       
Get:79 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 c-n-f Metadata [6,656 B]                                       
Get:80 http://us.archive.ubuntu.com/ubuntu hirsute-updates/restricted amd64 Packages [158 kB]                                       
Get:81 http://us.archive.ubuntu.com/ubuntu hirsute-updates/restricted i386 Packages [19.6 kB]                                       
Get:82 http://us.archive.ubuntu.com/ubuntu hirsute-updates/restricted Translation-en [22.1 kB]                                       
Get:83 http://us.archive.ubuntu.com/ubuntu hirsute-updates/restricted amd64 c-n-f Metadata [476 B]                                   
Get:84 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 Packages [278 kB]                                         
Get:85 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe i386 Packages [230 kB]                                           
Get:86 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe Translation-en [65.8 kB]                                         
Get:87 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 DEP-11 Metadata [55.1 kB]                                 
Get:88 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe DEP-11 48x48 Icons [22.3 kB]                                     
Get:89 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe DEP-11 64x64 Icons [32.9 kB]                                     
Get:90 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe DEP-11 64x64@2 Icons [29 B]                                     
Get:91 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe DEP-11 128x128 Icons [64.7 kB]                                   
Get:92 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 c-n-f Metadata [6,640 B]                                   
Get:93 http://us.archive.ubuntu.com/ubuntu hirsute-updates/multiverse amd64 Packages [4,376 B]                                       
Get:94 http://us.archive.ubuntu.com/ubuntu hirsute-updates/multiverse i386 Packages [1,704 B]                                       
Get:95 http://us.archive.ubuntu.com/ubuntu hirsute-updates/multiverse Translation-en [1,136 B]                                       
Get:96 http://us.archive.ubuntu.com/ubuntu hirsute-updates/multiverse amd64 c-n-f Metadata [252 B]                                   
Get:97 http://us.archive.ubuntu.com/ubuntu hirsute-backports/main amd64 c-n-f Metadata [112 B]                                       
Get:98 http://us.archive.ubuntu.com/ubuntu hirsute-backports/restricted amd64 c-n-f Metadata [120 B]                                 
Get:99 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 Packages [3,728 B]                                       
Get:100 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe i386 Packages [2,604 B]                                       
Get:101 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe Translation-en [1,252 B]                                     
Get:102 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 DEP-11 Metadata [9,264 B]                               
Get:103 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe DEP-11 48x48 Icons [29 B]                                     
Get:104 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe DEP-11 64x64 Icons [1,789 B]                                 
Get:105 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe DEP-11 64x64@2 Icons [29 B]                                   
Get:106 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe DEP-11 128x128 Icons [29 B]                                   
Get:107 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 c-n-f Metadata [192 B]                                 
Get:108 http://us.archive.ubuntu.com/ubuntu hirsute-backports/multiverse amd64 c-n-f Metadata [120 B]                               
Reading package lists... Done                                                                                                       
E: Failed to fetch http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu/dists/hirsute/InRelease  403  Forbidden [IP: 91.189.95.85 80]
E: The repository 'http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu hirsute 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.
E: The repository 'http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute Release' does not have a Release file.
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.

Please any help would be much appreciated.
 
Hello, thank you for your help. I followed your steps and when I ran sudo apt-get update, I got this:

Code:
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://packages.microsoft.com/repos/code stable InRelease                                            
Hit:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                                            
Get:4 http://us.archive.ubuntu.com/ubuntu hirsute InRelease [269 kB]                                        
Get:5 http://security.ubuntu.com/ubuntu hirsute-security InRelease [110 kB]                                
Get:6 http://archive.canonical.com/ubuntu hirsute InRelease [11.4 kB]                
Ign:7 http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute InRelease                              
Get:8 http://us.archive.ubuntu.com/ubuntu hirsute-updates InRelease [110 kB]                
Hit:9 http://ppa.launchpad.net/libreoffice/ppa/ubuntu hirsute InRelease
Get:10 http://us.archive.ubuntu.com/ubuntu hirsute-backports InRelease [101 kB]
Get:11 http://security.ubuntu.com/ubuntu hirsute-security/main i386 Packages [97.4 kB]
Err:12 http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu hirsute InRelease
  403  Forbidden [IP: 91.189.95.85 80]
Get:13 http://us.archive.ubuntu.com/ubuntu hirsute/main i386 Packages [1,025 kB]
Get:14 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 Packages [215 kB]
Hit:15 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu hirsute InRelease
Get:16 http://security.ubuntu.com/ubuntu hirsute-security/main Translation-en [56.7 kB]    
Get:17 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 DEP-11 Metadata [7,988 B]              
Get:18 http://security.ubuntu.com/ubuntu hirsute-security/main DEP-11 48x48 Icons [7,290 B]                
Get:19 http://security.ubuntu.com/ubuntu hirsute-security/main DEP-11 64x64 Icons [15.9 kB]                
Get:20 http://security.ubuntu.com/ubuntu hirsute-security/main DEP-11 64x64@2 Icons [29 B]                  
Get:21 http://security.ubuntu.com/ubuntu hirsute-security/main DEP-11 128x128 Icons [25.6 kB]              
Get:22 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 c-n-f Metadata [3,824 B]              
Get:23 http://security.ubuntu.com/ubuntu hirsute-security/restricted amd64 Packages [156 kB]                
Get:24 http://security.ubuntu.com/ubuntu hirsute-security/restricted i386 Packages [19.6 kB]                
Get:25 http://security.ubuntu.com/ubuntu hirsute-security/restricted Translation-en [21.8 kB]
Get:26 http://security.ubuntu.com/ubuntu hirsute-security/restricted amd64 c-n-f Metadata [476 B]
Get:27 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 Packages [211 kB]
Get:28 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages [1,394 kB]
Get:29 http://security.ubuntu.com/ubuntu hirsute-security/universe i386 Packages [187 kB]
Get:30 http://security.ubuntu.com/ubuntu hirsute-security/universe Translation-en [41.4 kB]
Get:31 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 DEP-11 Metadata [3,888 B]
Get:32 http://security.ubuntu.com/ubuntu hirsute-security/universe DEP-11 48x48 Icons [7,164 B]  
Get:33 http://security.ubuntu.com/ubuntu hirsute-security/universe DEP-11 64x64 Icons [5,605 B]  
Err:34 http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute Release                          
  404  Not Found [IP: 91.189.95.85 80]
Get:35 http://security.ubuntu.com/ubuntu hirsute-security/universe DEP-11 64x64@2 Icons [29 B]
Get:36 http://security.ubuntu.com/ubuntu hirsute-security/universe DEP-11 128x128 Icons [29 B]
Get:37 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 c-n-f Metadata [5,008 B]
Get:38 http://security.ubuntu.com/ubuntu hirsute-security/multiverse i386 Packages [1,704 B]
Get:39 http://us.archive.ubuntu.com/ubuntu hirsute/main Translation-en [511 kB]
Get:40 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 DEP-11 Metadata [469 kB]
Get:41 http://security.ubuntu.com/ubuntu hirsute-security/multiverse amd64 Packages [3,364 B]
Get:42 http://security.ubuntu.com/ubuntu hirsute-security/multiverse Translation-en [828 B]
Get:43 http://security.ubuntu.com/ubuntu hirsute-security/multiverse amd64 c-n-f Metadata [220 B]
Get:44 http://us.archive.ubuntu.com/ubuntu hirsute/main DEP-11 48x48 Icons [102 kB]
Get:45 http://us.archive.ubuntu.com/ubuntu hirsute/main DEP-11 64x64 Icons [157 kB]
Get:46 http://us.archive.ubuntu.com/ubuntu hirsute/main DEP-11 64x64@2 Icons [15.8 kB]
Get:47 http://us.archive.ubuntu.com/ubuntu hirsute/main DEP-11 128x128 Icons [345 kB]
Get:48 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 c-n-f Metadata [29.5 kB]
Get:49 http://us.archive.ubuntu.com/ubuntu hirsute/restricted i386 Packages [20.3 kB]
Get:50 http://us.archive.ubuntu.com/ubuntu hirsute/restricted amd64 Packages [78.0 kB]
Get:51 http://us.archive.ubuntu.com/ubuntu hirsute/restricted Translation-en [12.0 kB]
Get:52 http://us.archive.ubuntu.com/ubuntu hirsute/restricted amd64 c-n-f Metadata [436 B]
Get:53 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages [13.2 MB]
Get:54 http://us.archive.ubuntu.com/ubuntu hirsute/universe i386 Packages [7,087 kB]
Get:55 http://us.archive.ubuntu.com/ubuntu hirsute/universe Translation-en [5,441 kB]                      
Get:56 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 DEP-11 Metadata [3,848 kB]                
Get:57 http://us.archive.ubuntu.com/ubuntu hirsute/universe DEP-11 48x48 Icons [3,338 kB]                  
Get:58 http://us.archive.ubuntu.com/ubuntu hirsute/universe DEP-11 64x64 Icons [8,115 kB]                  
Get:59 http://us.archive.ubuntu.com/ubuntu hirsute/universe DEP-11 64x64@2 Icons [57.1 kB]                  
Get:60 http://us.archive.ubuntu.com/ubuntu hirsute/universe DEP-11 128x128 Icons [14.6 MB]                  
Get:61 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 c-n-f Metadata [279 kB]                  
Get:62 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse amd64 Packages [206 kB]                      
Get:63 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse i386 Packages [109 kB]                        
Get:64 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse Translation-en [108 kB]                      
Get:65 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse amd64 DEP-11 Metadata [47.3 kB]              
Get:66 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse DEP-11 48x48 Icons [29.6 kB]                  
Get:67 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse DEP-11 64x64 Icons [198 kB]                  
Get:68 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse DEP-11 64x64@2 Icons [214 B]                  
Get:69 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse DEP-11 128x128 Icons [307 kB]                
Get:70 http://us.archive.ubuntu.com/ubuntu hirsute/multiverse amd64 c-n-f Metadata [8,124 B]                
Get:71 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 Packages [332 kB]                    
Get:72 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main i386 Packages [182 kB]                      
Get:73 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main Translation-en [90.4 kB]                    
Get:74 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 DEP-11 Metadata [89.8 kB]            
Get:75 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main DEP-11 48x48 Icons [21.6 kB]                
Get:76 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main DEP-11 64x64 Icons [42.3 kB]                
Get:77 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main DEP-11 64x64@2 Icons [29 B]                
Get:78 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main DEP-11 128x128 Icons [88.0 kB]              
Get:79 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 c-n-f Metadata [6,656 B]              
Get:80 http://us.archive.ubuntu.com/ubuntu hirsute-updates/restricted amd64 Packages [158 kB]              
Get:81 http://us.archive.ubuntu.com/ubuntu hirsute-updates/restricted i386 Packages [19.6 kB]              
Get:82 http://us.archive.ubuntu.com/ubuntu hirsute-updates/restricted Translation-en [22.1 kB]              
Get:83 http://us.archive.ubuntu.com/ubuntu hirsute-updates/restricted amd64 c-n-f Metadata [476 B]          
Get:84 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 Packages [278 kB]                
Get:85 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe i386 Packages [230 kB]                  
Get:86 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe Translation-en [65.8 kB]                
Get:87 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 DEP-11 Metadata [55.1 kB]        
Get:88 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe DEP-11 48x48 Icons [22.3 kB]            
Get:89 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe DEP-11 64x64 Icons [32.9 kB]            
Get:90 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe DEP-11 64x64@2 Icons [29 B]            
Get:91 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe DEP-11 128x128 Icons [64.7 kB]          
Get:92 http://us.archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 c-n-f Metadata [6,640 B]          
Get:93 http://us.archive.ubuntu.com/ubuntu hirsute-updates/multiverse amd64 Packages [4,376 B]              
Get:94 http://us.archive.ubuntu.com/ubuntu hirsute-updates/multiverse i386 Packages [1,704 B]              
Get:95 http://us.archive.ubuntu.com/ubuntu hirsute-updates/multiverse Translation-en [1,136 B]              
Get:96 http://us.archive.ubuntu.com/ubuntu hirsute-updates/multiverse amd64 c-n-f Metadata [252 B]          
Get:97 http://us.archive.ubuntu.com/ubuntu hirsute-backports/main amd64 c-n-f Metadata [112 B]              
Get:98 http://us.archive.ubuntu.com/ubuntu hirsute-backports/restricted amd64 c-n-f Metadata [120 B]        
Get:99 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 Packages [3,728 B]              
Get:100 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe i386 Packages [2,604 B]              
Get:101 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe Translation-en [1,252 B]            
Get:102 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 DEP-11 Metadata [9,264 B]      
Get:103 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe DEP-11 48x48 Icons [29 B]            
Get:104 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe DEP-11 64x64 Icons [1,789 B]        
Get:105 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe DEP-11 64x64@2 Icons [29 B]          
Get:106 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe DEP-11 128x128 Icons [29 B]          
Get:107 http://us.archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 c-n-f Metadata [192 B]        
Get:108 http://us.archive.ubuntu.com/ubuntu hirsute-backports/multiverse amd64 c-n-f Metadata [120 B]      
Reading package lists... Done                                                                              
E: Failed to fetch http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu/dists/hirsute/InRelease  403  Forbidden [IP: 91.189.95.85 80]
E: The repository 'http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu hirsute 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.
E: The repository 'http://ppa.launchpad.net/eugenesan/ppa/ubuntu hirsute Release' does not have a Release file.
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.

Please any help would be much appreciated.
First question you did highlight all the old entries in sources.list and delete them and then pasted what I said in post #4 or did you just add them to it? If you just added them then you did not clean up anything - need to delete everything off the list first then paste in new then save.

Or you can open Featherpad and just copy and paste all of post #4 into a new text document and save it as sources.list and now replace the current sources.list you have - Also look in /etc/apt/ folder and see if there is a file called sources.list.save - you will need to delete that file as well you will have to be in root to do it - another one will be generated later on next boot

Now you need to look in the - /etc/apt/sources.list.d - folder - Whats in there? if there are entries for launchpad delete them you will need to be in root to delete them - I do think Google Chrome maybe in there as well save that one - if you are not using Google Chrome you can delete it

Next Thing - open Software & Updates click on the Ubuntu Software tab the first 4 blocks should have a check mark - check and make sure the Download from block is set to Server for United States - now click on the Other Software tab make sure Canonical Partners is checked Screenshot below

Now run

Code:
sudo apt update
again

Note if you are running Wine you will need to add those ppa back in
Screenshot from 2021-09-02 20-30-19.png
 
Last edited by a moderator:

Members online


Top