Skip Navigation

Does anyone has a Ubuntu --> Manjaro transition guide

Hi All,

Over the previous 20 years I've used at home mostly Mandriva, then kUbuntu and just installed a Manjaro. So I am not "new to Linux" but still new to Manjaro/arch. Has anyone a good "primer" for people migrating ?

A few questions I have

  • How does pacman work compared to apt-get ? and how to find in which package an command lies. I struggled a bit to get lsinput (to configure a rudder pedal for flight sim)
  • I am struggling a bit with Zsh, like I ended up starting bash to configure an environment variable, any ressources on-it. Or shall I simply change my setting (and how) to use bash that I know a bit. It's a home/Gaming PC so I don't plan to use the console that much but as anyone who has been using linux based OS for a while, I find-it more conveinient
36 comments
  • Manjaro is not a good Arch downstream afaik. What they try is like produce a stable Arch, like Debian Sid vs. Stable.

    But if they do that, they need an automated QA path so that packages are put in based on how they work, and not just delay them by a few weeks all the time.

    And hack my stuff like the AUR wouldnt be possible there, they would need to host such packages their own and make sure they work on that specific frozen release.

    Its simply more work that what I know they invest. So stay away from Manjaro, use Arch, Opensuse TW, Fedora etc.

  • As others have said, you can install Endeavour instead. If you want a gui installer, you can still install pamac (Manjaro's gui for pacman and AUR).

    I'm on Arch and I still find pamac useful at times.

    The Arch Wiki is excellent. Endeavour has a great community that will help out if you get stuck.

    There's plenty of tutorial videos that can help get you started.

    I highly recommend using the man command. Appending --help is also great for when you're not quite sure what a pacman (or any other command for that matter) works.

  • pacman is less intuitive to use than apt, but after a while, you get used to it. I find it helpful to install tldr, which gives you samples for any command you pass to it. The main thing I like about it is the speed and how you can do an upgrade in a single short command (pacman -Syu), where as you need multiple in apt (apt update && apt upgrade.

    When in doubt though, Arch Wiki is your goto.

    • I have the inverse where I found pacman intuitive and apt confusing. I distro hopped before settling on Arch and it was pacman that was like a light bulb for me.
      I did have notes (a cheatsheet if you will) on the different parts of pacman switches but, at least for me, know what each letter stood for mde things much easier to remember.

  • On your zsh query, check out Powerlevel 10K (p10k) and the fonts it recommends. It's a suite/config package that makes zsh amazing.

36 comments