Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"E: Unable to locate package podman" ubuntu 19.10 server #4769

Closed
medyagh opened this issue Dec 31, 2019 · 8 comments
Closed

"E: Unable to locate package podman" ubuntu 19.10 server #4769

medyagh opened this issue Dec 31, 2019 · 8 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@medyagh
Copy link

medyagh commented Dec 31, 2019

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug
installation docs

Description
The steps on website for installing podman on ubuntu doesn't work. https://podman.io/getting-started/installation

Steps to reproduce the issue:
I followed all the steps for ubuntu from the docs.

sudo apt update
sudo apt install software-properties-common uidmap
sudo add-apt-repository ppa:projectatomic/ppa
sudo apt update
sudo apt install podman

Describe the results you received:

$ sudo apt -y install podman
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package podman

Describe the results you expected:

I expected to podman be installed.

Additional environment details (AWS, VirtualBox, physical, etc.):

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 19.10
Release:	19.10
Codename:	eoan

Ubuntu 19.10 Server
Baremetal

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Dec 31, 2019
@medyagh
Copy link
Author

medyagh commented Dec 31, 2019

it worth noting that it the PPA does not have the packages for ubuntu 19.10

Screen Shot 2019-12-31 at 12 14 29 AM

I was able to force the PPA by adding a different version PPA to my sources.list

deb http://ppa.launchpad.net/projectatomic/ppa/ubuntu disco main

deb-src http://ppa.launchpad.net/projectatomic/ppa/ubuntu disco main

(I am on eoan)

@alitvak69
Copy link

You probably already know, but just in case, try this:

https://software.opensuse.org//download.html?project=devel%3Akubic%3Alibcontainers%3Astable&package=podman

@matihost
Copy link

Yes, and it seems final as cri-o/cri-o#2963 (comment) has been closed today and instructions in https://github.com/cri-o/cri-o/tree/release-1.16#installing-cri-o also apply to podman.

However for podman in the new repository is unusable when docker is present in the system as well.

Issue: #4747
The podman package (1.6.4) conflict with docker package:

dpkg: error processing archive /tmp/apt-dpkg-install-LhE9yQ/5-podman_1.6.4~2_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/man1/docker-attach.1.gz', which is also in package docker.io 19.03.2-0ubuntu1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)

@alitvak69
Copy link

@lsm5 @jnovy Could you please take a look at #4747. I am not running docker on the same boxes as podman anymore but it looks like number of devs do.

@rhatdan
Copy link
Member

rhatdan commented Jan 15, 2020

This was a screw up in packaging. The podman-docker man pages ended up in the main podman package. I believe @jnovy is fixing this.

@matihost
Copy link

The #4747 has been fixed and podman 1.7.0 install well on Ubuntu 19.10 now. Thank You.

@rhatdan rhatdan closed this as completed Jan 16, 2020
@medyagh
Copy link
Author

medyagh commented Feb 6, 2020

@rhatdan @matihost

I still have this issue on ubuntu 19.10 in google cloud

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.10
Release:        19.10
Codename:       eoan

would be nice to add an integration test to verify the instructions on the websites are up to date and actualy works !

@lsm5
Copy link
Member

lsm5 commented Feb 6, 2020

@medyagh you're using the OBS repos and not the ppa, yes?

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

6 participants