Problem in installing the clubhouse via APT command

Solution 1:

Clubhouse does not have deb-packaged version. Snap is not working for you.

So there is alternative method - transform ArchLinux PKGBUILD to plain Ubuntu install commands as shown below:

cd ~/Downloads
wget -c https://github.com/callmearta/clubhouse-desktop/releases/download/1.0.2/clubhouse-linux-x64.zip
sudo unzip clubhouse-linux-x64.zip -d /opt
sudo wget -c "https://upload.wikimedia.org/wikipedia/commons/c/c3/Clubhouse_App_Logo.svg?download" -O /opt/clubhouse-linux-x64/clubhouse.svg
sudo ln -s /opt/clubhouse-linux-x64/clubhouse /usr/local/bin/clubhouse

sudo mkdir -p /usr/local/share/applications
cat << EOF | sudo tee /usr/local/share/applications/clubhouse.desktop
[Desktop Entry]
Name=Clubhouse Desktop
Icon=/opt/clubhouse-linux-x64/clubhouse.svg
Exec=clubhouse
Terminal=false
Type=Application
StartupWMClass=Clubhouse
Comment=An unofficial Clubhouse desktop client
Categories=Utility;
EOF

update-menus

and then run it as clubhouse or using menu