mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-13 08:19:43 -05:00
3806ecf338
Those are redundant, and yaml parser strips them in fact. By removing them, loading and saving yaml file without any change indeed produce the same output. This is useful for prepare_for_translation.py script (which adds lang and ref tags) - to produce only change that indeed was made.
48 lines
1.6 KiB
Markdown
48 lines
1.6 KiB
Markdown
---
|
|
lang: en
|
|
layout: doc
|
|
permalink: /doc/templates/xfce/
|
|
redirect_from:
|
|
- /doc/xfce/
|
|
- /en/doc/templates/xfce/
|
|
- /doc/Templates/Xfce/
|
|
- /wiki/Templates/Xfce/
|
|
ref: 222
|
|
title: XFCE Templates
|
|
---
|
|
|
|
If you would like to use Xfce (more lightweight compared to GNOME desktop environment) Linux distribution in your qubes,
|
|
you can install one of the available Xfce templates for [Fedora](/doc/templates/fedora/), [CentOS](/doc/templates/centos/) or [Gentoo](/doc/templates/gentoo/).
|
|
|
|
## Installation
|
|
|
|
The Fedora Xfce templates can be installed with the following command (where `X` is your desired distro and version number):
|
|
|
|
```
|
|
[user@dom0 ~]$ sudo qubes-dom0-update qubes-template-X-xfce
|
|
```
|
|
|
|
If your desired version is not found, it may still be in [testing](/doc/testing/).
|
|
You may wish to try again with the testing repository enabled:
|
|
|
|
```
|
|
[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-itl-testing qubes-template-X-xfce
|
|
```
|
|
|
|
If you would like to install a community distribution, like CentOS or Gentoo, try the install command by enabling the community repository:
|
|
|
|
```
|
|
[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-community qubes-template-X-xfce
|
|
```
|
|
|
|
If your desired version is not found, it may still be in [testing](/doc/testing/).
|
|
You may wish to try again with the testing repository enabled:
|
|
|
|
```
|
|
[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-community-testing qubes-template-X-xfce
|
|
```
|
|
|
|
The download may take a while depending on your connection speed.
|
|
|
|
To reinstall a Xfce template that is already installed in your system, see [How to Reinstall a template](/doc/reinstall-template/).
|