[00:12] i dont think so === chris14_ is now known as chris14 [05:41] I am trying to install docker on ubuntu server 22.04 and get a " Package 'docker-ce' has no installation candidate" Ive tried running though the steps in the install page but not working [06:51] I assume you've used this tutorial? https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository [11:07] please never tell people to do the "curl | sudo" thing... [15:54] hi, is it possible to reinstall ubuntu server and preserve all the data in /home? [15:55] if it is a seperate partition then yes [15:55] it is not [15:55] then you cant [15:55] I know there is such option in desktop ubuntu [15:55] backup and reinstall [15:56] the server installer also allows manual partitionng [15:56] partitioning [15:57] allright, then I have another question. I am new to linux so it may be obvious thing. My system won't boot. It got broken. How do get access to my files and make a backup? What's the easiest method? [15:58] boot the desktop iso. mount the system [17:41] booting any live ISO would do [21:54] hello! how do I install a specific version of a package? [21:55] apt list --all-versions package_name [21:55] sudo apt install package_name=package_version [23:01] thanks! [23:01] (sorry for late reply, got caught in something)