• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: November 24th, 2023

help-circle






  • Samueru@lemmy.mltoLinux@lemmy.mlManjaro OS
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    the package is not there and so the AUR grabs it from the AUR as well. Perhaps it is even the Git version with an unclear version number

    You will see that the aur package will use a git version and you will also be asked to remove the conflicting package when you are installing a git version.

    And once again, this isn’t unique to manjaro, on my arch install yuzu broke because they were using dynarmic from the aur instead of using the one provided by yuzu itself.

    Also gimp and gegl are already on both the arch and manjaro official repos, If you are using git packages and you don’t update them lots of things will break regardless if you are on any arch distro.

    Now I wonder if pamac checks for updates of git packages by default, because your git packages will not be updated unless you explicitly tell yay to do so (yay --devel) I think paru every does it automatically with every update but then again most people will use yay instead.

    Suffice it to say, when I used Manjaro, I got the impression that the AUR broke all the time and that using the AUR broke my install from time to time. Now that I use Arch, I do not have those issues and I realize that it was Manjaro all along.

    My experience has been quite the opposite, a few months ago my install broke to the point that I could not update the system, turns out it was because of the arch migration and my system wasn’t incorporating the new pacman.conf.new.


  • Samueru@lemmy.mltoLinux@lemmy.mlManjaro OS
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    1 year ago

    The AUR doesn’t assume arch packages, if the package your aur script wants isn’t in your repo then the package simply fails to update/install.

    Edit: This is true even for Arch linux, as the Aur package might be out of date.


  • Samueru@lemmy.mltoLinux@lemmy.mlManjaro OS
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    1 year ago

    There was a lot of misinformation about manjaro regarding the “Aur DDOS” and their finances that people still repeat to this day.

    The person maintaining the manjarno repo which was a very popular site where all the critism of manjaro was recently corrected all those mistakes and then later took the website down.


  • Try using yuzu-mainline-git from the aur and change your compile flags (edit makepkg.conf) to match=native mtune=native and O3. That gives a 15% boost in totk.

    Also use zram instead of zswap as that that causes terrible stuttering on yuzu if you are short of ram. The usual recommendation is to use zstd compression but I can tell you that lz4 performs better on yuzu.

    “sudo pacman -S zram generator” then “sudo nano /etc/systemd/zram-generator.conf” and paste this:

    [zram0]
    zram-size = ram
    compression-algorithm = lz4
    swap-priority = 100
    

    Also make sure you are running gamemode with yuzu. Same with steam games.



  • As long as you only keep the Manjaro repos in your system, it is like using it on Arch, which even you Arch the Aur isn’t perfect.

    Because the Manjaro repos don’t sync at the same time with the Arch repos, you might not be able to install/update some Aur packages as the version of X dependency might not match during that time.

    But literary, Manjaro has been the most stable distro I’ve run, even more stable than Arch that recently broke on my system and required manual intervention because of their recent changes on their repo migration.




  • Samueru@lemmy.mltoFediverse@lemmy.worldAverage Lemmy Active Users by Month
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    4
    ·
    edit-2
    1 year ago

    Try manjaro, and hear me out here:

    Manjaro is actually the only distro that I would recommend to a beginner, actual beginner in this case is someone that should not be running a single terminal command to get their system to work (which is what people are expecting to do when they tell you to use Endevour or CachyOS lol)

    WIth ubuntu/debian based distros you will either have to deal with installing flatpaks/snaps, which come with their own set of issues like not following the system theme, using the wrong system font, issues accesing the internet, issues accesing the home directory (yeah steam flatpak can’t be placed in the home directory lol).

    You could try adding PPAs which is not something I would recommend a beginner to do.

    Also some games like BeamNG hate having irqbalance, which usually comes by default on debian based distros.

    On the other hand Manjaro already ships with pamac which is their GUI store that supports everything, including Aur packages which means 0 issues having to deal with broken permissions or theming if you want to install apps that are usually not found in the official repos.

    Their own official repo even includes brave-browser and fastfetch, two apps that I use that are usually very hard to find in other distros.



  • There were no arch repo ddos, there were cases where the AUR went down because pamac was searching Aur packages as users were typing package names on it and turns out there were way too many users going into the Aur. It is actually quite sad how much disinformation there is about manjaro that even the manjarno snorlax repo recently corrected a bunch of critism it had about manjaro before being taken down lol.

    Also Manjaro only ships pamac with KDE in both versions, no idea if gnome includes their store in their packages. Manjaro also includes already functional and useful versions of window managers like i3 that are already setup, if it wasn’t for it I would have never discovered how useful i3 is because setting i3 from the beginning is very difficult.



  • Avoid Ubuntu and Manjaro: despite being marketed as “beginner friendly distros”, and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult.

    That makes no sense. Manjaro is actually one of the few distros where a beginner won’t need to touch the terminal ever. You won’t have to deal with adding PPAs or removing snaps like in several debian/ubuntu based distros.