What I Think Of Zorin 17 Pro

Yes, because all your sources.list.d contents need to be upgraded to Jammy.
Frog, I am sorry to say this, but I think it is something that must be done.

I believe you have changed out the Zorin OS Core repos, so far.

1 Like

OK I'll agree but some of those repos I have left I have no idea if I need them or not .... I made hard copies of the ones that are still focal ..... can they just be deleted and replaced later if needed .....

I said before I have no way to reinstall with jammy .... the ones still installed with focal ..... from any source with my terminal not working and synaptic stating I have broken packages and not letting me download anything from there either ..... it's kinda a catch 22 situation ...... unless I'm not seeing the forest for the trees ..... which is quite possible ....

It definitely is a catch-22.

The sources are what provides the package and the package version, as well as matching the dependencies. If these are mismatched, it can result in broken packages as has already happened with you.

The installed software is safe. Removing or replacing the source will not remove or break the package by itself. However, without a source, you cannot update, upgrade or reinstall that package.

In order to repair dpkg, thus repair Synaptic, terminal (apt) and Gnome Software, we need to get your sources straightened out.

For your existing needed third party repositories, all you need to do to replace them is remove/delete the old one - then follow the instructions for adding the repository for Ubuntu 22.04. For example, if you want to install Ubuntu Cleaner, remove the gerardpuig repo you currently have. Then in terminal run

sudo add-apt-repository ppa:gerardpuig/ppa

This should now source to Jammy instead of Focal.

Once all sources are cleaned up,

sudo apt clean && sudo apt update

sudo apt --fix-missing && sudo apt --fix-broken install

sudo apt full-upgrade

1 Like

Now I see what you are talking about ..... the terminal doesn't actually install an apt it adds the new jammy repository to the sources list .....
if that makes sense .....

So just copy the focal file from off the list .... go to Ubuntu website ..... paste it into the search function .... find the 22.4 jammy repo ..... copy that and place it into the terminal command ......

Yes, how you find the repo you want is up to you. The add-apt-repository command is what adds the repo, whereas the apt install command accesses that sourced repo to install the software.
WEhen you use add-apt-repository, it links the repository based on your exsiting build.
So, many of the repos you want to add will actually use the same command that you used on Zorin OS 16.
So you can just search for "How install ubuntu clean ubuntu 22.04" to find the repository ppa. They will usually just provide the complete command:

sudo add-apt-repository ppa:gerardpuig/ppa

What this means is that you could just right click some of your sources and open in text editor and just manually change focal to jammy and do the same in the file name - and it would work.

I thought avoiding that would be less confusing, though.

1 Like

Thank you going to give it a rest tonight and try it bright and early tomorrow ....

1 Like

Well we are getting there just have one focal file left but have questions on it .....

damien-moore-ubuntu-ppa-focal.list

I have nothing on this as far as ppa goes so should I just remove it ????

All of the items like Mullvad ..... Steam ..... and Vivaldi have no ppa's at least not on the internet ..... they just tell how to install the programs using the terminal .....

Nemo keeps throwing up red flags every where tried to delete it but got this response ..... see photo below ...... I'm sure or hoping it is because I still have one focal left ..... maybe when I delete or fix it my terminal will go back to normal ...

I did delete some of the focal items after I saw what they were and decided I didn't need them ..... hope that was OK .....

Repo list to follow Photo of Nemo problem .....

mike@mike-ROG-Strix-G731GT-G731GT:~$ ls /etc/apt/sources.list.d
apandada1-ubuntu-brightness-controller-jammy.list
archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list
camel-neeraj-ubuntu-sysmontask-jammy.list
damien-moore-ubuntu-ppa-focal.list
damien-moore-ubuntu-ppa-focal.list.save
gerardpuig-ubuntu-ppa-jammy.list
linuxuprising-ubuntu-shutter-jammy.list
mati75-ubuntu-gimp30-jammy.list
mullvad.list
steam-beta.list
steam-beta.list.save
steam.list.dpkg-bak
steam.list.save
steam-stable.list
steam-stable.list.save
tuxinvader-ubuntu-lts-mainline-longterm-jammy.list
vivaldi.list
vivaldi.list.save
zorin.list
zorin.list.save
zorinos-ubuntu-apps-jammy.list
zorinos-ubuntu-drivers-jammy.list
zorinos-ubuntu-patches-jammy.list
zorinos-ubuntu-stable-jammy.list
mike@mike-ROG-Strix-G731GT-G731GT:~$

This PPA is for the Code Blocks I.D.E. If you are not using that software, it is safe to remove the PPA entirely.

In these cases (Same with Brave Browser), remove the PPA's. Then use online instructions for installing the repos for Ubuntu 22.04 (which is generally the first listed steps in an install guide.

Steam does not need a repository. So just remove all of those listed - and install Steam from terminal (It will automatically source from the Jammy Main Universe):

sudo apt install --reinstall steam

Removing /replacing the repositories on its own will not affect or change the software that you have installed.
You must then source the Jammy ppa's and update/upgrade your installed software.

sudo apt --fix-broken install

sudo apt update && sudo apt install --reinstall nemo

sudo apt upgrade

1 Like

Thanks now I must get back to work .... or rather eat .... it's lunchtime here ..... been at it since 6 am ....

1 Like

Here is my repo revised list

mike@mike-ROG-Strix-G731GT-G731GT:~/Desktop$ ls /etc/apt/sources.list.d
apandada1-ubuntu-brightness-controller-jammy.list
archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list
camel-neeraj-ubuntu-sysmontask-jammy.list
gerardpuig-ubuntu-ppa-jammy.list
linuxuprising-ubuntu-shutter-jammy.list
mati75-ubuntu-gimp30-jammy.list
tuxinvader-ubuntu-lts-mainline-longterm-jammy.list
zorin.list
zorin.list.save
zorinos-ubuntu-apps-jammy.list
zorinos-ubuntu-drivers-jammy.list
zorinos-ubuntu-patches-jammy.list
zorinos-ubuntu-stable-jammy.list
mike@mike-ROG-Strix-G731GT-G731GT:~/Desktop$

But still getting this when doing full upgrade ..... do I need to restart my computer ?????? ......

mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
nemo : Depends: xapp but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
mike@mike-ROG-Strix-G731GT-G731GT:~$ apt --fix-broken install
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
mike@mike-ROG-Strix-G731GT-G731GT:~$

Have you run:

sudo apt --fix-broken install

yes ..... I'll post the results .....

mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo apt --fix-broken install
[sudo] password for mike:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
cinnamon-common cjs gir1.2-caribou-1.0
gir1.2-cmenu-3.0 gir1.2-ecal-2.0 gir1.2-ical-3.0
gir1.2-keybinder-3.0 gir1.2-meta-muffin-0.0
gir1.2-nemo-3.0 gir1.2-timezonemap-1.0
libcaribou-common libcaribou0 libcjs0
libkeybinder-3.0-0 libmozjs-78-0 libtimezonemap-data
libtimezonemap1 metacity-common python-tinycss2-common
python3-pampy python3-pyinotify python3-tinycss2
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
xapp
The following NEW packages will be installed:
xapp
0 upgraded, 1 newly installed, 0 to remove and 17 not upgraded.
2 not fully installed or removed.
Need to get 37.9 kB of archives.
After this operation, 168 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 Index of /ubuntu jammy/universe amd64 xapp amd64 2.2.8-1 [37.9 kB]
Fetched 37.9 kB in 2s (21.5 kB/s)
(Reading database ... 383070 files and directories current
ly installed.)
Preparing to unpack .../xapp_2.2.8-1_amd64.deb ...
Unpacking xapp (2.2.8-1) ...
dpkg: error processing archive /var/cache/apt/archives/xap
p_2.2.8-1_amd64.deb (--unpack):
trying to overwrite '/etc/xdg/autostart/xapp-sn-watcher.d
esktop', which is also in package xapps-common 2.4.1-unsta
ble-202211161052~ubuntu20.04.1
Errors were encountered while processing:
/var/cache/apt/archives/xapp_2.2.8-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
mike@mike-ROG-Strix-G731GT-G731GT:~$

By the way Cinnamon has been removed by way of Synaptic several days ago ..... I'm using Xfce right now ....

Let's go with

sudo apt remove --purge xapp

sudo apt clean && sudo apt autoclean && sudo apt autoremove

sudo apt install xapp

This is the first command ..... didn't get to the other 2 yet .....

mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo apt remove --purge xapp
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'xapp' is not installed, so not removed
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
nemo : Depends: xapp but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
mike@mike-ROG-Strix-G731GT-G731GT

You can fall back on using Thunar, so you probably should remove Nemo too until this is sorted out.

1 Like

Sounds good but I can't get rid of nemo in the terminal ....

Run

sudo apt clean && sudo apt autoclean && sudo apt autoremove

sudo apt remove --purge xapp nemo

[quote="Aravisian, post:59, topic:34390"]
sudo apt clean && sudo apt autoclean && sudo apt autoremove

mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo apt clean && sudo apt autoclean && sudo apt autoremove
[sudo] password for mike:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
W: Target Packages (restricted/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (restricted/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Translations (restricted/i18n/Translation-en_PH) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Translations (restricted/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11 (restricted/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11 (restricted/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons-small (restricted/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons (restricted/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons-hidpi (restricted/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target CNF (restricted/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target CNF (restricted/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (universe/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Translations (universe/i18n/Translation-en_PH) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Translations (universe/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11 (universe/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11 (universe/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons-small (universe/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons (universe/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons-hidpi (universe/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target CNF (universe/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target CNF (universe/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:15 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Translations (main/i18n/Translation-en_PH) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons-hidpi (main/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:5 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (multiverse/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Translations (multiverse/i18n/Translation-en_PH) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target Translations (multiverse/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11 (multiverse/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11 (multiverse/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons-small (multiverse/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons (multiverse/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target DEP-11-icons-hidpi (multiverse/dep11/icons-64x64@2.tar) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target CNF (multiverse/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
W: Target CNF (multiverse/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list:4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
nemo : Depends: xapp but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
mike@mike-ROG-Strix-G731GT-G731GT:~$ sudo apt clean && sudo apt autoclean && sudo apt autoremove

Sudo clean .... autoclean ..... auto remove command ..... it's long ....

It looks like repositories are contained in /etc/apt/sources.list file and in /etc/apt/sources.list.d folder...
Can you do another

ls /etc/apt/sources.list.d

cat /etc/apt/sources.list

mike@mike-ROG-Strix-G731GT-G731GT:~$ ls /etc/apt/sources.list.d
apandada1-ubuntu-brightness-controller-jammy.list
archive_uri-http_archive_ubuntu_com_ubuntu_-jammy.list
camel-neeraj-ubuntu-sysmontask-jammy.list
gerardpuig-ubuntu-ppa-jammy.list
linuxuprising-ubuntu-shutter-jammy.list
mati75-ubuntu-gimp30-jammy.list
tuxinvader-ubuntu-lts-mainline-longterm-jammy.list
zorin.list
zorin.list.save
zorinos-ubuntu-apps-jammy.list
zorinos-ubuntu-drivers-jammy.list
zorinos-ubuntu-patches-jammy.list
zorinos-ubuntu-stable-jammy.list
mike@mike-ROG-Strix-G731GT-G731GT:~$

mike@mike-ROG-Strix-G731GT-G731GT:~$ cat /etc/apt/sources.list
# deb cdrom:[Zorin-OS 16 Pro 64bit]/ jammy 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 jammy main restricted
# deb-src http://ph.archive.ubuntu.com/ubuntu/ jammy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# deb-src http://ph.archive.ubuntu.com/ubuntu/ jammy-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 jammy universe
# deb-src http://ph.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://ph.archive.ubuntu.com/ubuntu/ jammy-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 jammy multiverse
# deb-src http://ph.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://ph.archive.ubuntu.com/ubuntu/ jammy-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-src http://ph.archive.ubuntu.com/ubuntu/ jammy-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 jammy partner universe
# deb-src http://archive.canonical.com/ubuntu jammy partner

deb http://archive.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://archive.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://archive.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-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://security.ubuntu.com/ubuntu/ jammy-security universe multiverse restricted main
deb http://archive.ubuntu.com/ubuntu jammy-updates universe multiverse restricted main
deb http://archive.ubuntu.com/ubuntu jammy-backports universe multiverse restricted main
deb https://screenrec.com/download/ubuntu stable universe main
# deb-src https://screenrec.com/download/ubuntu stable main
mike@mike-ROG-Strix-G731GT-G731GT:~$