Linux Developer Systems

Last reply by 11-03-2022 Unsolved
Start a Discussion
2 Bronze
2 Bronze
2702

Skipping acquire of configured file after upgrade from Ubuntu 20.04 to 22.04

Today I received the prompt to upgrade my Ubuntu 20.04 to 22.04.1. It went mostly OK except that now when I am running

sudo apt-get update

I am seeing the following errors:

W: Skipping acquire of configured file 'somerville-three-eyed-raven/binary-amd64/Packages' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/binary-i386/Packages' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/i18n/Translation-en_US' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/i18n/Translation-en' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/dep11/Components-amd64.yml' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/dep11/icons-48x48.tar' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/dep11/icons-64x64.tar' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/dep11/icons-64x64@2.tar' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/Contents-amd64' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/Contents-i386' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-three-eyed-raven/cnf/Commands-amd64' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-three-eyed-raven' (component misspelt in sources.list?)

 Is there a way to fix this?

Replies (2)
2 Bronze
2 Bronze
2346

Very similar error on my end:

W: Skipping acquire of configured file 'somerville-bulbasaur/binary-i386/Packages' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-bulbasaur/binary-amd64/Packages' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-bulbasaur/i18n/Translation-en_US' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-bulbasaur/i18n/Translation-en' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-bulbasaur/dep11/Components-amd64.yml' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-bulbasaur/dep11/icons-48x48.tar' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-bulbasaur/dep11/icons-64x64.tar' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-bulbasaur/dep11/icons-64x64@2.tar' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'somerville-bulbasaur/cnf/Commands-amd64' as repository 'http://dell.archive.canonical.com jammy InRelease' doesn't have the component 'somerville-bulbasaur' (component misspelt in sources.list?)

1810

I had a similar issue on my Dell laptop when upgrading: https://www.dell.com/community/Linux-Developer-Systems/Ubuntu-22-04-OEM-and-Dell-Apt-repositories-fo... I decided to remove these entries from the sources.list file(s). This can be in /etc/apt/sources.list or in one of the files in /etc/apt/sources.list.d/ They should also be listed in the 'Other Software' tab in the 'Software & Updates' application. You can probably also disable them there (I am just more accustomed to changing it from the commandline):

electricpoweruser_0-1667460421234.png

So far I haven't had issues running Ubuntu without those repositories.

It seems Dell was correct to remove them, but didn't do so in a clean way. Something to improve upon for the future.

Latest Solutions
Top Contributor