KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Repositories.php 2.4KB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Repositories";
  3. $PAGE_TYPE = "KXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Repositories");
  5. $PAGE_SOURCE_2 = ARRAY("Repositories");
  6. include_once("includes/header.php");
  7. ?>
  8. <div class="box box-description">
  9. <p>
  10. The KXStudio repositories support all Debian versions since <b>Jessie</b> and Ubuntu <b>14.04</b> or above.<br/>
  11. They should work on all Debian-based distributions and variants, but the way to enable them will differ.<br/>
  12. After the repositories are enabled and the system updated, we recommend you to install the "kxstudio-default-settings" package.<br/>
  13. </p>
  14. <p>
  15. You might also want to check:
  16. </p>
  17. <ul>
  18. <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li>
  19. <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li>
  20. </ul>
  21. <p>
  22. Below is information on how to enable the repositories.
  23. </p>
  24. </div>
  25. <hr/>
  26. <h3><span class="mw-headline">
  27. <img src="images/ico_debian.png" class="img_text_align" alt=""/> Debian / <img src="images/ico_ubuntu.png" class="img_text_align" alt=""/> Ubuntu
  28. </span></h3>
  29. <p>
  30. All Debian and Ubuntu users can enable our repositories by installing this deb file:
  31. <a href="https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.0.0%7Ekxstudio1_all.deb" class="free" rel="nofollow">kxstudio-repos.deb</a>.<br/>
  32. You can install it manually by running this:<br/>
  33. </p>
  34. <pre>
  35. <span style="color: rgb(110, 110, 110);"># Download package file</span>
  36. wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.0.0~kxstudio1_all.deb
  37. <span style="color: rgb(110, 110, 110);"># Install it</span>
  38. sudo dpkg -i kxstudio-repos_9.0.0~kxstudio1_all.deb
  39. </pre>
  40. <p><br/>
  41. This package contains:
  42. </p>
  43. <ul>
  44. <li>Various sources files that activates the separate repositories</li>
  45. <li>GPG keys used for package and repository signing</li>
  46. <li>A post-install script that enables an extra, Ubuntu-specific repository</li>
  47. </ul>
  48. <hr/>
  49. <p>
  50. <b>NOTE:</b><br/>
  51. Please do not copy these instructions to your own website, wiki, etc.<br/>
  52. The package file link might change at anytime, and so the instructions themselves.<br/>
  53. Always refer to this exact page for how-to enable the KXStudio repositories please.
  54. </p>
  55. <p><br/></p>
  56. <?php
  57. include_once("includes/footer.php");
  58. ?>