| | 124 | = Installation on Linux distributions = |
| | 125 | |
| | 126 | == deb based distributions == |
| | 127 | |
| | 128 | You should add the apt sources list file corresponding to your distribution and use it. E.g. on Ubuntu 16.04: |
| | 129 | |
| | 130 | # cd /etc/apt/sources.list.d/ |
| | 131 | # wget http://ftp.project-builder.org/ubuntu/16.04/pb.sources.list |
| | 132 | # apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x6BA8C2D220EBFB0E |
| | 133 | # apt-get update |
| | 134 | # apt-get install project-builder |
| | 135 | |
| | 136 | == rpm based distributions == |
| | 137 | |
| | 138 | You should add the repo file corresponding to your distribution and use it. E.g. on CentOS 7: |
| | 139 | |
| | 140 | # cd /etc/yum.repos.d |
| | 141 | # wget http://ftp.project-builder.org/centos/7/x86_64/pb.repo |
| | 142 | # rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm |
| | 143 | # yum update |
| | 144 | # yum install project-builder |
| | 145 | |