2020-09-27 18:18:16 -04:00
---
2021-03-13 13:06:18 -05:00
lang: en
2020-09-27 18:18:16 -04:00
layout: doc
2021-06-16 22:56:25 -04:00
permalink: /doc/templates/xfce/
2020-09-27 18:18:16 -04:00
redirect_from:
- /doc/xfce/
- /en/doc/templates/xfce/
- /doc/Templates/Xfce/
- /wiki/Templates/Xfce/
2021-03-13 13:06:18 -05:00
ref: 222
2021-06-17 07:23:57 -04:00
title: XFCE Templates
2020-09-27 18:18:16 -04:00
---
If you would like to use Xfce (more lightweight compared to GNOME desktop environment) Linux distribution in your qubes,
2021-04-10 18:09:05 -04:00
you can install one of the available Xfce templates for [Fedora ](/doc/templates/fedora/ ), [CentOS ](/doc/templates/centos/ ) or [Gentoo ](/doc/templates/gentoo/ ).
2020-09-27 18:18:16 -04:00
## Installation
2021-06-18 05:16:40 -04:00
The Fedora Xfce templates can be installed with the following command (where `X` is your desired distro and version number):
2020-09-27 18:18:16 -04:00
2021-03-13 12:03:23 -05:00
```
[user@dom0 ~]$ sudo qubes-dom0-update qubes-template-X-xfce
```
2020-09-27 18:18:16 -04:00
2021-04-10 18:09:05 -04:00
If your desired version is not found, it may still be in [testing ](/doc/testing/ ).
2020-09-27 18:18:16 -04:00
You may wish to try again with the testing repository enabled:
2021-03-13 12:03:23 -05:00
```
[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-itl-testing qubes-template-X-xfce
```
2020-09-27 18:18:16 -04:00
If you would like to install a community distribution, like CentOS or Gentoo, try the install command by enabling the community repository:
2021-03-13 12:03:23 -05:00
```
[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-community qubes-template-X-xfce
```
2020-09-27 18:18:16 -04:00
2021-04-10 18:09:05 -04:00
If your desired version is not found, it may still be in [testing ](/doc/testing/ ).
2020-09-27 18:18:16 -04:00
You may wish to try again with the testing repository enabled:
2021-03-13 12:03:23 -05:00
```
[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-community-testing qubes-template-X-xfce
```
2020-09-27 18:18:16 -04:00
The download may take a while depending on your connection speed.
2021-06-18 05:16:40 -04:00
To reinstall a Xfce template that is already installed in your system, see [How to Reinstall a template ](/doc/reinstall-template/ ).
2020-09-27 18:18:16 -04:00