I made a program that makes Debian Apt feel almost exactly like Arch Pacman!!
by AnthonyJaxon from LinuxQuestions.org on (#4WE27)
So there I was, decking out my 13-year-old PC with a fresh install of Lubuntu, trying to install some packages. I started typing in a package command but quickly realized I had just entered a Pacman command instead of an Apt command!! This gave me an idea! I quickly began work on a Bash script that would solve this problem for good! I made a Pacman-style frontend for Apt! Seven hours well-spent! :P
So jokes aside, I actually did complete this script. I ended up needing to write it twice because I corrupted the first version of it. I've ported all the major and most common commands so far. Everything down to the help and version dialog is Pacman-like! I know this sort of only satisfies a very niche group of Linux power users but I thought I'd post this somewhere for others to try out! The source code and packaged Debian installer package are available on my GitLab!


So jokes aside, I actually did complete this script. I ended up needing to write it twice because I corrupted the first version of it. I've ported all the major and most common commands so far. Everything down to the help and version dialog is Pacman-like! I know this sort of only satisfies a very niche group of Linux power users but I thought I'd post this somewhere for others to try out! The source code and packaged Debian installer package are available on my GitLab!