Zorin 18 failed to download repository information

Ok give it a restart and see if it works :folded_hands:

1 Like

https://limewire.com/d/kNhmu#1VbiUqcN2q

is it just that one?

yes, that is that, just this one

1 Like

In that text document I just tried highlighting the whole page exept your pc name and copy n paste ( sudo apt-get update and the hit lines)
the full code into terminal it installed some but then syntax error but then I did the first line on it's own sudo apt-get update and it installed some thing. I've just done it on vmware. Give that a try

I'm afraid I didn’t quite understand what exactly I’m supposed to do here… :blush:

1 Like

Yes sorry I'm not experienced on linux. On your link I went to your web page and then I downloaded the text document and opened it. You possibly can copy it from the web because I'm half on the net in windows and vmware with zorin. I copied and pasted everything exept: millann@Milan-PC:~$ and it did install some upto 16. It did however come up with synax errors but that's possibly it can't understand the text bits at the bottom. After I then just typed sudo apt-get update and it did install upto 16. Not sure if it's correct give it a try see how it goes also try sudo apt-get install then your link

You have a duplicate in lines 51 and 52 in your sources.list

What is your output of

cat /etc/apt/sources.list

To fix it is very easy. Open the sources.list file in a text editor and remove the duplicates.

If you can show the output of the above, we can help you ensure you get the right ones.

2 Likes

I did just restart mine and did sudo apt-get update and it's working here :grinning_face:

1 Like

Thank you that's the list on the link he posted


# deb cdrom:[Zorin-OS 18 Core 64bit]/ noble main restricted

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

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ noble-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ noble-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://archive.ubuntu.com/ubuntu noble universe
# deb-src http://archive.ubuntu.com/ubuntu/ noble universe
deb http://archive.ubuntu.com/ubuntu/ noble-updates universe
# deb-src http://archive.ubuntu.com/ubuntu/ noble-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://archive.ubuntu.com/ubuntu noble multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ noble multiverse
deb http://archive.ubuntu.com/ubuntu/ noble-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ noble-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://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu noble-security restricted main
# deb-src http://security.ubuntu.com/ubuntu noble-security main restricted
deb http://security.ubuntu.com/ubuntu noble-security universe
# deb-src http://security.ubuntu.com/ubuntu noble-security universe
deb http://security.ubuntu.com/ubuntu noble-security multiverse
# deb-src http://security.ubuntu.com/ubuntu noble-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.
deb http://archive.ubuntu.com/ubuntu noble-updates multiverse universe restricted main
deb http://archive.ubuntu.com/ubuntu noble-backports multiverse universe restricted main
deb http://mirror1.sox.rs/ubuntu/ubuntu/ noble-updates restricted universe main multiverse
deb http://mirror1.sox.rs/ubuntu/ubuntu/ noble-backports restricted universe main multiverse
deb https://mirror.niif.hu/ubuntu/ noble-updates universe multiverse restricted main
deb https://mirror.niif.hu/ubuntu/ noble-backports universe multiverse restricted main
1 Like

You can elevate to root:

sudo -i

Launch the file manager

nautilus

In the File manager, on the left side "Other locations"
Then > "Computer"
This will position you in Root.
Double click etc then apt.
Right click on sources.list and select to open with text editor.
Scroll to the bottom and you see;

deb http://archive.ubuntu.com/ubuntu noble-updates multiverse universe restricted main
deb http://archive.ubuntu.com/ubuntu noble-backports multiverse universe restricted main
deb http://mirror1.sox.rs/ubuntu/ubuntu/ noble-updates restricted universe main multiverse
deb http://mirror1.sox.rs/ubuntu/ubuntu/ noble-backports restricted universe main multiverse
deb https://mirror.niif.hu/ubuntu/ noble-updates universe multiverse restricted main
deb https://mirror.niif.hu/ubuntu/ noble-backports universe multiverse restricted main

You can see that those three are all duplicated. You can remove the duplicates per line (Or you can hashtag them to comment them out).
They are safe to remove.
When finished, it should look exactly like:

deb http://archive.ubuntu.com/ubuntu noble-updates multiverse universe restricted main
deb http://mirror1.sox.rs/ubuntu/ubuntu/ noble-updates restricted universe main multiverse
deb https://mirror.niif.hu/ubuntu/ noble-backports universe multiverse restricted main

Once done, Save the file and close.

The next time you run sudo apt update, those errors will be gone.

2 Likes

Give them your web link as well it may help

I’m getting too many errors — critical ones — when I try to launch Nautilus. It eventually starts, but when I click on Other Locations, the window freezes and that’s it.

millann@Milan-PC:~$ sudo -i
[sudo] password for millann:
root@Milan-PC:~# nautilus

** (org.gnome.Nautilus:14152): WARNING **: 23:01:04.749:

This app cannot work correctly if run as root (not even
with sudo). Consider running nautilus admin:/ instead.

** Message: 23:01:11.769: Connecting to org.freedesktop.Tracker3.Miner.Files

(org.gnome.Nautilus:14152): dconf-WARNING **: 23:01:11.990: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)

(org.gnome.Nautilus:14152): dconf-WARNING **: 23:01:11.990: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)

(org.gnome.Nautilus:14152): libunity-CRITICAL **: 23:01:11.995: file unity-launcher.c: line 1638: unexpected error: Failed to execute child process “dbus-launch” (No such file or directory) (g-exec-error-quark, 8)

(org.gnome.Nautilus:14152): libunity-CRITICAL **: 23:01:11.995: unity_launcher_entry_dbus_impl_construct: assertion 'conn != NULL' failed

(org.gnome.Nautilus:14152): libunity-CRITICAL **: 23:01:11.998: unity-inspector.vala:96: Unable to connect to session bus: Failed to execute child process “dbus-launch” (No such file or directory)

(org.gnome.Nautilus:14152): Gtk-WARNING **: 23:01:12.002: Unable to acquire session bus: Failed to execute child process “dbus-launch” (No such file or directory)

(org.gnome.Nautilus:14152): dconf-WARNING **: 23:01:12.052: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)

(org.gnome.Nautilus:14152): dconf-WARNING **: 23:01:12.052: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)

(org.gnome.Nautilus:14152): GLib-GIO-CRITICAL **: 23:01:12.092: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:14152): GLib-GIO-CRITICAL **: 23:01:12.092: g_dbus_proxy_get_connection: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:14152): GLib-GIO-CRITICAL **: 23:01:12.092: g_dbus_connection_signal_subscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

** (org.gnome.Nautilus:14152): WARNING **: 23:01:12.092: Error creating proxy Failed to execute child process “dbus-launch” (No such file or directory)

** (org.gnome.Nautilus:14152): WARNING **: 23:01:12.092: Error creating proxy Failed to execute child process “dbus-launch” (No such file or directory)

** (org.gnome.Nautilus:14152): WARNING **: 23:01:12.092: Error creating proxy Failed to execute child process “dbus-launch” (No such file or directory)

** (org.gnome.Nautilus:14152): WARNING **: 23:01:12.092: Unable to create connection for session-wide Tracker indexer: Failed to execute child process “dbus-launch” (No such file or directory)
Traceback (most recent call last):
File "/usr/share/nautilus-python/extensions/nautilus-zorin-connect.py", line 79, in _init_async
proxy = proxy.new_for_bus_finish(res)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gi.repository.GLib.GError: g-exec-error-quark: Failed to execute child process “dbus-launch” (No such file or directory) (8)

** (org.gnome.Nautilus:14152): WARNING **: 23:01:12.140: Unable to get contents of the bookmarks file: Error opening file /root/.gtk-bookmarks: No such file or directory

** (org.gnome.Nautilus:14152): WARNING **: 23:01:12.140: Unable to get contents of the bookmarks file: Error opening file /root/.gtk-bookmarks: No such file or directory

(org.gnome.Nautilus:14152): nautilus-application-CRITICAL **: 23:01:12.592: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:14152): dconf-WARNING **: 23:01:12.592: failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory)

(org.gnome.Nautilus:14152): nautilus-application-CRITICAL **: 23:01:27.420: update_dbus_opened_locations: assertion 'dbus_object_path' failed

Eh... Gnome and Wayland... they march on.

Instead, try

nautilus admin:///etc/apt

1 Like

[

You want the sources.list

The .save file is a backup file.

Yes, and i removed the duplicated ones and still have a problem
https://limewire.com/d/a7kB8#O4s8JkhyYJ

Hmmm... Was I moving too fast? Apologies for missing details.
This time, I grabbed a copy from post 31 above and cleaned it up a bit.
In your sources.list opened in text editor as before, select all lines and remove them. It should be a blank page.
Then, copy this cleaned up sources.list and paste it in:

# deb cdrom:[Zorin-OS 18 Core 64bit]/ noble main restricted

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

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ noble-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ noble-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://archive.ubuntu.com/ubuntu noble universe
# deb-src http://archive.ubuntu.com/ubuntu/ noble universe
deb http://archive.ubuntu.com/ubuntu/ noble-updates universe
# deb-src http://archive.ubuntu.com/ubuntu/ noble-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://archive.ubuntu.com/ubuntu noble multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ noble multiverse
deb http://archive.ubuntu.com/ubuntu/ noble-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ noble-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://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu noble-security restricted main
# deb-src http://security.ubuntu.com/ubuntu noble-security main restricted
deb http://security.ubuntu.com/ubuntu noble-security universe
# deb-src http://security.ubuntu.com/ubuntu noble-security universe
deb http://security.ubuntu.com/ubuntu noble-security multiverse
# deb-src http://security.ubuntu.com/ubuntu noble-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.

Save the file, then test

sudo apt update.

This should deal with the duplicates - we *next need to deal with the trusted key warning. One thing at a time...

1 Like

millann@Milan-PC:~$ sudo apt update
[sudo] password for millann:
Hit:1 Index of /ubuntu noble InRelease
Hit:2 http://deb.playonlinux.com precise InRelease
Hit:3 Index of /ubuntu noble-updates InRelease
Hit:4 Index of /ubuntu noble-backports InRelease
Hit:5 Index of /ubuntu noble-security InRelease
Hit:6 https://screenrec.com/download/ubuntu stable InRelease
Hit:7 Index of /zorinos/apps/ubuntu noble InRelease
Hit:8 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:9 Index of /zorinos/drivers/ubuntu noble InRelease
Hit:10 Index of /zorinos/patches/ubuntu noble InRelease
Hit:11 Index of /zorinos/stable/ubuntu noble InRelease
Hit:12 Index of /stable/ noble InRelease
Hit:13 Index of /patches/ noble InRelease
Hit:14 Index of /apps/ noble InRelease
Hit:15 Index of /drivers/ noble InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: http://deb.playonlinux.com/dists/precise/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: https://screenrec.com/download/ubuntu/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

1 Like