From 9ef9f2a13d0c460d7577295d0ab157b3aff0b5b8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 3 Mar 2022 09:20:39 -0500 Subject: [PATCH] remove pointers to Kubic repos for Ubuntu Related: https://github.com/containers/podman/issues/13407 Signed-off-by: Lokesh Mandvekar --- getting-started/installation.md | 40 --------------------------------- 1 file changed, 40 deletions(-) diff --git a/getting-started/installation.md b/getting-started/installation.md index cf23c99f..f3f6f4e0 100644 --- a/getting-started/installation.md +++ b/getting-started/installation.md @@ -153,27 +153,6 @@ sudo apt-get -y update sudo apt-get -y install podman ``` -If you would prefer newer (though not as well-tested) packages, -the [Kubic project](https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/podman) -provides packages for active Ubuntu releases 20.04 and newer (it should also work with direct derivatives like Pop!\_OS). -Checkout the [Kubic project page](https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/podman) -for a list of supported Ubuntu version and -architecture combinations. **NOTE:** The command `sudo apt-get -y upgrade` -maybe required in some cases if Podman cannot be installed without it. -The build sources for the Kubic packages can be found [here](https://gitlab.com/rhcontainerbot/podman/-/tree/debian/debian). - -CAUTION: On Ubuntu 20.10 and newer, we highly recommend you use Buildah, Podman and Skopeo ONLY from EITHER the Kubic repo -OR the official Ubuntu repos. Mixing and matching may lead to unpredictable situations including installation conflicts. - -```bash -. /etc/os-release -echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list -curl -L "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add - -sudo apt-get update -sudo apt-get -y upgrade -sudo apt-get -y install podman -``` - ### Linuxmint 20.x ```bash @@ -200,25 +179,6 @@ appreciate your `+1` feedback in [Bodhi, Fedora's update management system](https://bodhi.fedoraproject.org/updates/?packages=podman). -#### Ubuntu - -The Kubic project provides RC/testing packages for Ubuntu 20.04 and 20.10. -Checkout the [Kubic project page](https://build.opensuse.org/package/show/devel:kubic:libcontainers:testing/podman) -for a list of supported Ubuntu version and -architecture combinations. **NOTE:** The `sudo apt-get -y upgrade` -maybe required in some cases if Podman cannot be installed without it. - -NOTE: On Ubuntu 20.10 and newer, we highly recommend you use Buildah, Podman and Skopeo ONLY from EITHER the Kubic repo -OR the official Ubuntu repos. Mixing and matching may lead to unpredictable situations including installation conflicts. - -```bash -. /etc/os-release -echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:testing.list -curl -L "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add - -sudo apt-get update -qq -sudo apt-get -qq -y install podman -``` - ## Building from scratch ### Build and Run Dependencies