diff --git a/Repositories.php b/Repositories.php index 3db500b..32e0de6 100644 --- a/Repositories.php +++ b/Repositories.php @@ -4,11 +4,13 @@ $PAGE_TYPE = "KXSTUDIO"; $PAGE_SOURCE_1 = ARRAY("/Repositories"); $PAGE_SOURCE_2 = ARRAY("Repositories"); include_once("includes/header.php"); + +$DEBIAN_PACKAGE_URL = "https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_10.0.2_all.deb"; ?>

- The KXStudio repositories support all Debian versions since Jessie and Ubuntu 14.04 or above.
+ The KXStudio repositories support all Debian versions since Buster and Ubuntu 18.04 or above.
They should work on all Debian-based distributions and variants.

@@ -39,44 +41,27 @@ include_once("includes/header.php");

All Debian and Ubuntu users can enable our repositories by installing this deb file: - kxstudio-repos.deb.
+ kxstudio-repos.deb.
You can install it manually by running this:

 # Install required dependencies if needed
-sudo apt-get install apt-transport-https software-properties-common wget
+sudo apt-get install apt-transport-https gpgv
 
 # Download package file
-wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.5.1~kxstudio3_all.deb
+
 
 # Install it
 sudo dpkg -i kxstudio-repos_9.5.1~kxstudio3_all.deb
 
-


- If you're using a system newer or equal to Debian 9 (Stretch) or Ubuntu 16.04 (Xenial) you'll also need to enable GCC5 packages.
- You can do so by installing this deb file - - kxstudio-repos-gcc5.deb, - or manually by running this: -

-
-# Install required dependencies if needed
-sudo apt-get install libglibmm-2.4-1v5
-
-# Download package file
-wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.5.1~kxstudio3_all.deb
-
-# Install it
-sudo dpkg -i kxstudio-repos-gcc5_9.5.1~kxstudio3_all.deb
-
-


These packages contain: