From 0f9d626150fed1c32259261953d1e88abae2b253 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 11 May 2015 15:25:24 +0200 Subject: [PATCH] Update carla page and repositories --- Applications:Carla.php | 13 ---------- Downloads.php | 4 +-- Repositories.php | 58 ++++++++++++++++++++---------------------- 3 files changed, 29 insertions(+), 46 deletions(-) diff --git a/Applications:Carla.php b/Applications:Carla.php index 3eeb61a..6c365ac 100644 --- a/Applications:Carla.php +++ b/Applications:Carla.php @@ -67,19 +67,6 @@ include_once("includes/header.php"); - -

Release Notes

-

- The following are the release notes for 2.0-beta3: -

- -

Download

diff --git a/Downloads.php b/Downloads.php index 367a84c..f8e6acc 100644 --- a/Downloads.php +++ b/Downloads.php @@ -60,8 +60,8 @@ include_once("includes/header.php"); Cadence (version 0.8.1)
  Carla (version 1.2.4)
-   - Carla2 (version 2.0-beta3)
+   + Carla2 (version 2.0-beta4)
  FeSTige (version 1.0.2)

diff --git a/Repositories.php b/Repositories.php index 4e820a8..df4b475 100644 --- a/Repositories.php +++ b/Repositories.php @@ -8,7 +8,7 @@ include_once("includes/header.php");

- The KXStudio repositories support all Debian versions since Wheezy and Ubuntu 12.04 or above.
+ The KXStudio repositories support all Debian versions since Jessie and Ubuntu 14.04 or above.
They should work on all Debian-based distributions and variants, but the way to enable them will differ.
After the repositories are enabled and the system updated, we recommend you to install the "kxstudio-default-settings" package.

@@ -22,47 +22,43 @@ include_once("includes/header.php");

Below is information on how to enable the repositories.

-
+ +
-

Debian

+

+ Debian / Ubuntu +

+

- Debian users can enable our repositories by installing this deb file: - kxstudio-repos.deb.
- If you're running Debian Wheezy, consider installing the backports repo package as well: - kxstudio-repos-backports.deb. - (*only* for wheezy)
+ All Debian and Ubuntu users can enable our repositories by installing this deb file: + kxstudio-repos.deb.
+ You can install it manually by running this:

+
+# Download package file
+wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_8.1.0~kxstudio1_all.deb
 
-
+# Install it +sudo dpkg -i kxstudio-repos_8.1.0~kxstudio1_all.deb +
-

Ubuntu

-

- Ubuntu users can also install deb files for the repositories, but different files are needed for each version.
- As such, we recommend you to enable the repositories using the command-line instead. Just follow these steps:
+


+ This package contains:

-
-# Cleanup previous installations if needed
-sudo rm -f /var/kxstudio/*
-sudo apt-get purge kxstudio-repos
-# Install needed tools -sudo apt-get install software-properties-common wget
-# Enable KXStudio repo (press 'Enter' once asked) -sudo add-apt-repository ppa:kxstudio-debian/kxstudio
-# Update software sources -sudo apt-get update
-# Install kxstudio-repos -sudo apt-get install kxstudio-repos
-# Update software sources again -sudo apt-get update -
+
-

Others

- Users on other linux distributions should enable the repositories that best match their distro.
- Remember that KXStudio offers repositories only for Debian and its based systems.
+ NOTE:
+ Please do not copy these instructions to your own website, wiki, etc.
+ The package file link might change at anytime, and so the instructions themselves.
+ Always refer to this exact page for how-to enable the KXStudio repositories please.