furretinaforest Posted February 17 (edited) hi all, i'm new to posting here i've noticed there's only Classicube on the AUR packages, and on some distros (like Artix) it's essentially completely unable to download, at least from Pamac. on the official download page for Linux distros, it only really says how to do so for Ubutnu/Ubuntu-based systems, but nothing else. on Manjaro it installs, but as far as i've tried it only installs via the bin ver, the git and normal AUR packages don't/fail to install. while it does have direct downloads to a '.tar.gz' file for both 32-bit and 64-bit vers, it's not really the same as properly downloading it, at least easily. also, hopefully other packages for other distro-based distros would be nice too, but for now i thought Arch-based distros would probably benefit, especially cnsidering even SteamOS is Arch-based AFAIK Edited February 17 by furretinaforest 1 2 Share this post Link to post
icanttellyou Posted February 17 The official builds can run on most Linux distros that use GNU libc, including Arch based distros, additionally ClassiCube is designed to be portable (in both senses) so it's not necessary to install a package for ClassiCube. 1 Share this post Link to post
RainZhang Posted February 17 You can run it on Arch-based distros: 1: Download the Debian package from the website 2: Unpack it 3: Go into it and run it with ./ClassiCube Put this in your ~/.bashrc file for easy access: alias classicube='cd /path/to/ClassiCube && ./ClassiCube' Then do source ~/.bashrc Voila! Enter classicube in the terminal and you start up classicube! Share this post Link to post
PhoenX Posted February 27 I'm pretty sure appimages are universal and work on any distro as long as you have fuse installed (and in ClassiCube's case curl and OpenAL also need to be installed) I also found out the hard way that you need an X11 desktop environment to run appimages, so if you're using wayland as your desktop environment, you'll need to install xwayland in order to even open appimages Share this post Link to post