To install FMSec for all supported desktop environments at once:
cd fmsec-X.Y,./install-all.sh or make install-allTo install FMSec for a chosen desktop environment:
cd fmsec-X.Y,cd KDE5),./install.shYou can also run the chosen commands from the list:
make install-KDE3make install-KDE4make install-KDE5make install-XfceTo 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.
make install-global PREFIX=/usr/local
You need access privileges to install globally.
To uninstall, if needed:
cd fmsec-X.Y,cd KDE5),./uninstall.shYou can also run the chosen commands from the list:
make uninstall-KDE3make uninstall-KDE4make uninstall-KDE5make uninstall-XfceYou can also uninstall FMSec for all supported desktop environments at once by running ./uninstall-all.sh or make uninstall-all.
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.
make install-global PREFIX=/usr/local
You need access privileges to uninstall globally.