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"); - -
- The following are the release notes for 2.0-beta3: -
-
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)
- 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.
Below is information on how to enable the repositories.
-
- 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 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 -
- 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.