Installing
-
3. Installing Dependencies
Then to Install Required Packages
Simply play:Copysudo apt install qemu-kvm libvirt-daemon libvirt-daemon-system network-manager
-
4. Installing CodeReady Containers
Then to Install CodeReady Containers for Ubuntu
So first, Extract the Archive into Target directory with:Copysudo tar xvf ~/Downloads/crc*.tar.xz -C ~
(But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
Now for ease Rename the folder as:Copysudo mv ~/crc* ~/crc
Finally, amend the User’s Path:
Copyecho "export PATH=$PATH:~/crc" >> ~/.bashrc
To Reload it simply run:
Copybash
And finally, to Test the CodeReady Containers Setup run:
Copycrc version
Contents