Browse Source

Update repo link, now supporting xenial

pull/4/head
falkTX 9 years ago
parent
commit
7a3e1386c8
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      Repositories.php

+ 7
- 7
Repositories.php View File

@@ -32,7 +32,7 @@ include_once("includes/header.php");


<p> <p>
All Debian and Ubuntu users can enable our repositories by installing this deb file: All Debian and Ubuntu users can enable our repositories by installing this deb file:
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.2.1%7Ekxstudio1_all.deb" class="free" rel="nofollow">kxstudio-repos.deb</a>.<br/>
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.2.2%7Ekxstudio1_all.deb" class="free" rel="nofollow">kxstudio-repos.deb</a>.<br/>
You can install it manually by running this:<br/> You can install it manually by running this:<br/>
</p> </p>
<pre> <pre>
@@ -40,24 +40,24 @@ include_once("includes/header.php");
sudo apt-get install apt-transport-https software-properties-common wget sudo apt-get install apt-transport-https software-properties-common wget


<span style="color: rgb(110, 110, 110);"># Download package file</span> <span style="color: rgb(110, 110, 110);"># Download package file</span>
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.2.1~kxstudio1_all.deb
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.2.2~kxstudio1_all.deb


<span style="color: rgb(110, 110, 110);"># Install it</span> <span style="color: rgb(110, 110, 110);"># Install it</span>
sudo dpkg -i kxstudio-repos_9.2.1~kxstudio1_all.deb
sudo dpkg -i kxstudio-repos_9.2.2~kxstudio1_all.deb
</pre> </pre>


<p><br/> <p><br/>
If you're using a system <b>newer or equal</b> to <b>Debian Testing</b> or <b>Ubuntu 15.10</b> you'll need to enable GCC5 packages.<br/>
If you're using a system <b>newer or equal</b> to <b>Debian Testing</b> or <b>Ubuntu 15.10</b> you'll also need to enable GCC5 packages.<br/>
You can do so by installing this deb file - You can do so by installing this deb file -
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.2.1%7Ekxstudio1_all.deb" class="free" rel="nofollow">kxstudio-repos-gcc5.deb</a>,
<a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.2.2%7Ekxstudio1_all.deb" class="free" rel="nofollow">kxstudio-repos-gcc5.deb</a>,
or manually by running this: or manually by running this:
</p> </p>
<pre> <pre>
<span style="color: rgb(110, 110, 110);"># Download package file</span> <span style="color: rgb(110, 110, 110);"># Download package file</span>
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.2.1~kxstudio1_all.deb
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.2.2~kxstudio1_all.deb


<span style="color: rgb(110, 110, 110);"># Install it</span> <span style="color: rgb(110, 110, 110);"># Install it</span>
sudo dpkg -i kxstudio-repos-gcc5_9.2.1~kxstudio1_all.deb
sudo dpkg -i kxstudio-repos-gcc5_9.2.2~kxstudio1_all.deb
</pre> </pre>


<p><br/> <p><br/>


Loading…
Cancel
Save