Hi There,
I cannot get yum to run… following the set up page and loading the first line dependancies…
sudo yum update -y
I get:
westy@Relay:~$ sudo yum update -y
sudo: yum: command not found
Then I dry to load all the repositories again…
and get
westy@Relay:~ sudo apt install virtualbox-guest-dkms virtualbox-guest-x11 virtualbox-guest-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
virtualbox-guest-dkms is already the newest version (6.1.16-dfsg-6~ubuntu1.20.04.1).
virtualbox-guest-utils is already the newest version (6.1.16-dfsg-6~ubuntu1.20.04.1).
virtualbox-guest-x11 is already the newest version (6.1.16-dfsg-6~ubuntu1.20.04.1).
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
westy@Relay:~
I have tried actually loading yum by trying to install it separately…
useing:
westy@Relay:~ sudo apt-get install -y yum
Reading package lists... Done
Building dependency tree
Reading state information... Done
**E: Unable to locate package yum**
westy@Relay:~
say it cannot find the package!
I have tried fresh installing yum …
and get
westy@Relay:~ sudo apt update -y
Hit:1 http://nz.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://nz.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://nz.archive.ubuntu.com/ubuntu focal-backports InRelease
Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]
Fetched 109 kB in 2s (59.3 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
5 packages can be upgraded. Run 'apt list --upgradable' to see them.
westy@Relay:~ apt list --upgradable
Listing… Done
python3-distupgrade/focal-updates,focal-updates 1:20.04.31 all [upgradable from: 1:20.04.30]
ubuntu-release-upgrader-core/focal-updates,focal-updates 1:20.04.31 all [upgradable from: 1:20.04.30]
ubuntu-release-upgrader-gtk/focal-updates,focal-updates 1:20.04.31 all [upgradable from: 1:20.04.30]
update-notifier-common/focal-updates,focal-updates 3.192.30.6 all [upgradable from: 3.192.30.5]
update-notifier/focal-updates 3.192.30.6 amd64 [upgradable from: 3.192.30.5]
westy@Relay:~$
Then I try to install full yum utils… and get
westy@Relay:~ sudo apt install -y yum-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package yum-utils
westy@Relay:~
HELP!!!
Cheers
Westy