Jump to content

How do I install alvr on linux mint?

Go to solution Solved by Chocolate_Moose,

With enough trial and error I got it.

 

${UBUNTU_Focal:-${ID}}

I just switched to Linux mint and I can't figure out how to install alvr  from its repo. I've looked at the installation guide, but I can't figure out what I need to substitute and remove it get it to work.

. /etc/os-release
wget -qO- 'https://repo.trae32566.org/repository/alvr_static/RPM-GPG-KEY-alvr' | gpg --dearmor | sudo tee '/usr/share/keyrings/alvr-archive-keyring.gpg' > /dev/null
wget -qO- "https://repo.trae32566.org/repository/alvr_static/alvr-${UBUNTU_CODENAME:-${ID}}.sources" | sudo tee "/etc/apt/sources.list.d/alvr-${UBUNTU_CODENAME:-${ID}}.sources" > /dev/null
sudo chmod +r '/usr/share/keyrings/alvr-archive-keyring.gpg' "/etc/apt/sources.list.d/alvr-${UBUNTU_CODENAME:-${ID}}.sources"
sudo apt-get update

sudo apt install alvr

 

Link to comment
https://linustechtips.com/topic/1404206-how-do-i-install-alvr-on-linux-mint/
Share on other sites

Link to post
Share on other sites

10 hours ago, C2dan88 said:

Assuming you're using Linux Mint 20.03 it is based on debian and ubuntu 20.04 (focal fossa)

 

So try replacing ${UBUNTU_CODENAME:-${ID}} with either debian or focal

It didnt work : /

on the install page it says,

"Native pre-packaged builds are available in repositories for:

  • Debian 11, Pop!_OS, Ubuntu 20.04 (Focal), Ubuntu 21.04 (Hirsute), Ubuntu 21.10 (Impish)"

So would I do ${Ubuntu 20.4:-${focal}}?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×