Building Dolphin on Linux: Difference between revisions

Jump to navigation Jump to search
(→‎Step 2 - Get the Dolphin Repository: openSUSE doesn't have yum)
Line 72: Line 72:
Install git if it's not already installed:
Install git if it's not already installed:
*for apt-based distros (eg Ubuntu, Debian, Linux Mint): <code>sudo apt-get install git</code>
*for apt-based distros (eg Ubuntu, Debian, Linux Mint): <code>sudo apt-get install git</code>
*for rpm-based distros (eg Red Hat, Fedora, SUSE): <code>sudo yum install git</code>
*for rpm-based distros (eg Red Hat, Fedora): <code>sudo yum install git</code>
*for openSUSE: <code>sudo zypper in git</code>
*for pacman-based distros (eg Arch Linux): <code>sudo pacman -S git</code>
*for pacman-based distros (eg Arch Linux): <code>sudo pacman -S git</code>


1

edit

Navigation menu