<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installing</title><link>https://sourceforge.net/p/fmsec/wiki/Installing/</link><description>Recent changes to Installing</description><atom:link href="https://sourceforge.net/p/fmsec/wiki/Installing/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 05 Nov 2023 19:55:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fmsec/wiki/Installing/feed" rel="self" type="application/rss+xml"/><item><title>Installing modified by Bogdan Drozdowski</title><link>https://sourceforge.net/p/fmsec/wiki/Installing/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,19 +1,71 @@
 ## Installation ##
+
+### Local (per user) installation ###
+
+To install **FMSec** for all supported desktop environments at once:
+
+1. unpack the archive
+2. change into the unpacked directory: `cd fmsec-X.Y`,
+3. run `./install-all.sh` or `make install-all`

 To install **FMSec** for a chosen desktop environment:

 1. unpack the archive
 2. change into the unpacked directory: `cd fmsec-X.Y`,
-3. change into the directory of the environments (e.g. `cd KDE5`),
+3. change into the directory of the environment (e.g. `cd KDE5`),
 4. run `./install.sh`

+You can also run the chosen commands from the list:
+
+- `make install-KDE3`
+- `make install-KDE4`
+- `make install-KDE5`
+- `make install-Xfce`
+
+### Global (system-wide) installation ###
+
+To install globally (KDE5 and Xfce only), run one of:
+- `make install-global-KDE5` (for KDE5)
+- `make install-global-Xfce` (for Xfce)
+- `make install-global` (for all supported environments)
+
+The default prefix for global installation is `/usr`. To change it, run the respective `make` command with the `PREFIX` parameter, giving the new value, e.g.
+```bash
+make install-global PREFIX=/usr/local
+```
+You need access privileges to install globally.
+
+
 ## Uninstallation ##
+
+### Local (per user) uninstallation ###

 To uninstall, if needed:

 1. unpack the archive
 2. change into the unpacked directory: `cd fmsec-X.Y`,
-3. change into the directory of the environments (e.g. `cd KDE5`),
+3. change into the directory of the environment (e.g. `cd KDE5`),
 4. run `./uninstall.sh`

-You can also install or uninstall **FMSec** for all supported desktop environments at once by running `./install-all.sh` or `./uninstall-all.sh`, respectively, in the unpacked directory.
+You can also run the chosen commands from the list:
+
+- `make uninstall-KDE3`
+- `make uninstall-KDE4`
+- `make uninstall-KDE5`
+- `make uninstall-Xfce`
+
+You can also uninstall **FMSec** for all supported desktop environments at once by running `./uninstall-all.sh` or `make uninstall-all`.
+
+### Global (system-wide) uninstallation ###
+
+To uninstall globally, if needed, run one of:
+
+- `make uninstall-global-KDE5` (for KDE5)
+- `make uninstall-global-Xfce` (for Xfce)
+- `make uninstall-global` (for all supported environments)
+
+The default prefix for global uninstallation is `/usr`. To change it, run the respective `make` command with the `PREFIX` parameter, giving the new value, e.g.
+```bash
+make install-global PREFIX=/usr/local
+```
+You need access privileges to uninstall globally.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bogdan Drozdowski</dc:creator><pubDate>Sun, 05 Nov 2023 19:55:39 -0000</pubDate><guid>https://sourceforge.net506a9acf5fcd1e87b41841aa407d638dfe976d7e</guid></item><item><title>Installing modified by Bogdan Drozdowski</title><link>https://sourceforge.net/p/fmsec/wiki/Installing/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,9 +1,13 @@
+## Installation ##
+
 To install **FMSec** for a chosen desktop environment:

 1. unpack the archive
 2. change into the unpacked directory: `cd fmsec-X.Y`,
 3. change into the directory of the environments (e.g. `cd KDE5`),
 4. run `./install.sh`
+
+## Uninstallation ##

 To uninstall, if needed:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bogdan Drozdowski</dc:creator><pubDate>Mon, 28 Mar 2022 19:59:09 -0000</pubDate><guid>https://sourceforge.net88607fb849d62ae164c519e46e818fcc75d59616</guid></item><item><title>Installing modified by Bogdan Drozdowski</title><link>https://sourceforge.net/p/fmsec/wiki/Installing/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;To install &lt;strong&gt;FMSec&lt;/strong&gt; for a chosen desktop environment:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;unpack the archive&lt;/li&gt;
&lt;li&gt;change into the unpacked directory: &lt;code&gt;cd fmsec-X.Y&lt;/code&gt;,&lt;/li&gt;
&lt;li&gt;change into the directory of the environments (e.g. &lt;code&gt;cd KDE5&lt;/code&gt;),&lt;/li&gt;
&lt;li&gt;run &lt;code&gt;./install.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To uninstall, if needed:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;unpack the archive&lt;/li&gt;
&lt;li&gt;change into the unpacked directory: &lt;code&gt;cd fmsec-X.Y&lt;/code&gt;,&lt;/li&gt;
&lt;li&gt;change into the directory of the environments (e.g. &lt;code&gt;cd KDE5&lt;/code&gt;),&lt;/li&gt;
&lt;li&gt;run &lt;code&gt;./uninstall.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can also install or uninstall &lt;strong&gt;FMSec&lt;/strong&gt; for all supported desktop environments at once by running &lt;code&gt;./install-all.sh&lt;/code&gt; or &lt;code&gt;./uninstall-all.sh&lt;/code&gt;, respectively, in the unpacked directory.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bogdan Drozdowski</dc:creator><pubDate>Mon, 22 Nov 2021 19:49:48 -0000</pubDate><guid>https://sourceforge.neta402586c39d6252859439fdccfb1720c15ad88d6</guid></item></channel></rss>