Before anything: I’m a new Linux user and have only been in this world for a week, so please be gentle with me if I’m displaying clear ignorance.
I’ve been encountering issues when running the $ sudo apt update
command on my terminal (Ubuntu 20.04).
This is the output:
$ sudo apt update
Hit:1 http://repository.spotify.com stable InRelease
Hit:2 http://no.archive.ubuntu.com/ubuntu focal InRelease
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
Hit:4 http://no.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://no.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:6 https://repo.skype.com/deb stable InRelease
Hit:7 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
Hit:8 http://apt.insync.io/ubuntu focal InRelease
Fetched 107 kB in 1s (74.0 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up-to-date.
W: Skipping acquisition of configured file 'InRelease/source/Sources', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'focal/source/Sources', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'focal' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/binary-amd64/Packages', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/binary-i386/Packages', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/i18n/Translation-en_GB', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/i18n/Translation-en', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/i18n/Translation-en_CA', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/i18n/Translation-en_US', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/i18n/Translation-en_AU', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/dep11/Components-amd64.yml', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/dep11/icons-48x48.tar', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/dep11/icons-64x64.tar', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/dep11/icons-64x64@2.tar', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'InRelease/cnf/Commands-amd64', as repository 'http://apt.insync.io/ubuntu focal InRelease' doesn't have the component 'InRelease' (component misspelt in sources.list?)
I have read the installation guide and this post and tried:
- going into the
/etc/apt/sources.list.d/insync.list
file and altering the distribution codename (for some reason, it was “focal focal”) - the sudo
apt-key command
from the installation page (about 3 or 4 times) - installing the GPG key
- checking that the repository is, indeed, saved as
insync.io
- changinc
/etc/apt/sources.list.d/insync.list
back to focal focal (only got more warnings like these)
I originally installed Insync from the Ubuntu 20.04 deb installer (insync_3.2.7.40868-focal_amd64.deb), but have since run all of the commands suggested in the Repositories tab of the Download page.
Initially, the repository was considered unauthenticated, but after running some of the commands (I don’t remember exactly when), I managed to only get the warnings above.
What can I do to solve these warnings?