| You seem to have missed a couple of things that have caused you a bit of a headache here, I'm hoping I can encourage you to try again with a little bit of info. I've been using Linux for as long as it has existed, I'm also a backend-dev that works on a Linux machine and targets Linux-based platforms for deployment, even my kids use Linux. Windows went downhill for me after about Windows 2000 and Linux has only gotten better. > yet it still is not there in usability I want to wholeheartedly disagree with you. Nothing comes close to Linux in terms of usability for me, but a lot of it is about what you're used to, I've used Window's, I've used Mac, Mac I could live with, but I'll never intentionally use Windows again. > To be specific what irked me today when I tested them was installing new programs. On Cachy, I wanted to test jetbrains IDE Ok, let's begin; this one is partly JetBrains' fault, and partly yours. You can open a terminal and type `paru jetbrains-toolbox`, hit enter a couple of times and it's installed.
Don't know what `paru` is? I recommend reading the frankly excellent documentation from CachyOS[0]. > or extract(no option in dir manager or decompression program) the content in Cachy You didn't specify which Desktop Environment you chose, this is important when helping newcomers because each comes with its own set of tools; but in Gnome's (what I use) the file manager, called Nautilus, I can right-click almost any archive type and will be presented with "Extract", "Extract to..." as well as a few other options. I just looked up how KDE does it, in case you're using that, the file manager is called Dolphin, and apparently you might need to install an archive tool first such as Ark and/or 7zip, gotta give you that one, I'm a little shocked, that's a pretty shitty OOBE in my opinion, but a quick search and you'll now probably be confused because the solution is here[1] but they say to use `apt install...` which you don't have on an Arch based distro. But once you know what the file managers you do have access to are, it should be easier. > So I wanted to get 7zip but there was no linux version There certainly _is_ a Linux version. `paru 7zip` and I get at least 3 legit options; the base package, an architecture optimised package, and a GUI for it, as well as a dozen or two community options. You can also try the standard arch package manager aptly named "pacman"; `sudo pacman -S 7zip` and it installs it for me after I hit enter to confirm, don't even need to choose the package. Wtf is `sudo`? That's how Administrator is typically done in Linux. > Cachy has its own packages that can be opened(website) via its welcome screen(otherwise there is no program manager - no snaps, flatpacks On Gnome there is "Software" which supports Flatpaks as well as other package types; don't worry about snaps, you don't want them, and there's Octopi from CachyOS. In KDE there's a GUI called "Discover". There are a bunch of others such as Bazaar which you mentioned. Usability really isn't an issue in Linux once you know the way of your distro; If you're used to Windows, then it's _different_, sure, and in that case I'd suggest taking an hour to read the CachyOS docs; Arch Wiki (CachyOS is based on Arch) is also an amazing resource for all things Linux, and learn a little about how software management is different, we don't (usually) pull random crap from websites, we install from package managers, and sometimes compile the source ourselves. If you didn't choose one of the two DEs I've mentioned (Gnome, KDE), I'd recommend giving them a go, they're both very mature and usable. If you're into Discord, I can suggest hitting up the CachyOS or another distro's Discord servers, there's lots of helpful people there willing to help, if you had any other questions give me a shout. [0] https://wiki.cachyos.org/cachyos_basic/navigation-guide/
[1] https://discuss.kde.org/t/how-to-add-extract-here-right-clic... |
I think that's an artifact from running just the liveimage and not installing it fully to the VM. I'm 99% certain Ark is included in a default Cachy/KDE install.