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

If you are using Ubuntu 22.04; libsoudio1 is not available there anymore, it must be install using Ubuntu 20.04 repo : #2

Open
jamajim opened this issue May 19, 2023 · 0 comments

Comments

@jamajim
Copy link
Owner

jamajim commented May 19, 2023

If you are using Ubuntu 22.04; libsoudio1 is not available there anymore, it must be install using Ubuntu 20.04 repo :

sudo apt-add-repository -y -n 'deb http://archive.ubuntu.com/ubuntu focal main'
sudo apt-add-repository -y 'deb http://archive.ubuntu.com/ubuntu focal universe'
sudo apt-get install -y libsoundio1
sudo apt-add-repository -r -y -n 'deb http://archive.ubuntu.com/ubuntu focal universe'
sudo apt-add-repository -r -y 'deb http://archive.ubuntu.com/ubuntu focal main'

Thanks microsoft/Azure-Kinect-Sensor-SDK#1790 (comment)

_Originally posted by @remmel in https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/879#issuecomment-1551663549[]()**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant