Home > Blockchain >  Is the apt installation process the same for Ubuntu and Linux Mint?
Is the apt installation process the same for Ubuntu and Linux Mint?

Time:06-09

I am new to linux. I am trying to install Magento 2 with all the prerequisite software it needs, and I am wondering if I can follow the Ubuntu installation guides while working on Linux Mint

CodePudding user response:

in most time, linux mint can follow Ubuntu tutorials (Because mint is based on Ubuntu): the apt is same as Ubuntu and Debian, dpkg, systemctl, etc.

but

mint don't have the same graphic environment (cinnamon vs gnome) and mint also changed a few things (like snaps)

don't paste commands unless you know what are they doing

CodePudding user response:

Yep, you can follow the installation guide, because linux mint is based on ubuntu, most tutorial for ubuntu, should be work in any ubuntu-based distros :) But don't paste any commands without know what him doing in your computer :)

  • Related