Browse Source

Mention how to cleanup previous installs of kxstudio-repos

pull/4/head
falkTX 10 years ago
parent
commit
68d3676430
2 changed files with 32 additions and 0 deletions
  1. +29
    -0
      News.php
  2. +3
    -0
      Repositories.php

+ 29
- 0
News.php View File

@@ -12,6 +12,35 @@ include_once("includes/header.php");
<a href="http://feeds.launchpad.net/kxstudio/announcements.atom"><img src="images/rss.png" alt="RSS"/></a>
</div>

<p>
<span style="font-size: 20px">&gt; Carla 2.0 beta3 something something</span><br/>
On <i>2014-10-21</i> by<i> falkTX</i>
</p>
<p>
internal patchbay mode
not available for non-jack drivers
for those use the internal carla-patchbay plugin
no CV yet sorry
</p>
<p>
time panel, very incomplete
</p>
<p>
new openav skin, updated calf and zyn
old mode is possible too
</p>
<p>
carla-lmms, both rack and patchbay
</p>
<p>
AU plugins working now
</p>
<p>
fast LV2 discovery, but without plugin checks or testing
</p>

<hr/>

<p>
<span style="font-size: 20px">&gt; DISTRHO: New plugins and minor fixing</span><br/>
On <i>2014-08-26</i> by<i> falkTX</i>


+ 3
- 0
Repositories.php View File

@@ -42,6 +42,9 @@ include_once("includes/header.php");
As such, we recommend you to enable the repositories using the command-line instead. Just follow these steps:<br/>
</p>
<pre class="code">
<span style="color: rgb(110, 110, 110);"># Cleanup previous installations if needed</span>
sudo rm -f /var/kxstudio/*
sudo apt-get purge kxstudio-repos<br/>
<span style="color: rgb(110, 110, 110);"># Install needed tools</span>
sudo apt-get install software-properties-common wget<br/>
<span style="color: rgb(110, 110, 110);"># Enable KXStudio repo (press 'Enter' once asked)</span>


Loading…
Cancel
Save