2015-04-23 10:14:55 -04:00
---
layout: doc
2015-10-13 23:31:03 -04:00
title: Ubuntu Template
2015-10-28 18:14:40 -04:00
permalink: /doc/templates/ubuntu/
2015-10-11 03:04:59 -04:00
redirect_from:
2016-05-21 10:49:01 -04:00
- /doc/ubuntu/
2015-10-28 18:14:40 -04:00
- /en/doc/templates/ubuntu/
2015-10-11 03:04:59 -04:00
- /doc/Templates/Ubuntu/
- /wiki/Templates/Ubuntu/
2015-04-23 10:14:55 -04:00
---
Ubuntu template(s)
==================
If you like to use Ubuntu Linux distribution in your AppVMs, you can build and
install one of available Ubuntu templates. Those template currently are not
2015-09-18 20:03:05 -04:00
available in ready to use binary packages, because Canonical does not allow
to redistribute a modified Ubuntu. The redistribution is not allowed by their
[Intellectual property rights policy ](http://www.ubuntu.com/legal/terms-and-policies/intellectual-property-policy ).
2015-04-23 10:14:55 -04:00
Install
-------
2015-10-28 18:14:40 -04:00
It can built using [Qubes Builder ](/doc/qubes-builder/ ). You can also access its
2015-04-23 10:14:55 -04:00
documentation in the [source code
repository](https://github.com/QubesOS/qubes-builder/blob/master/README.md).
To quickly prepare the builder configuration, you can use `setup` script
available in the repository - it will interactively ask you which templates you
want to build.
Known issues
------------
2016-05-19 06:29:21 -04:00
Building an Ubuntu 14.4 LTS template can be difficult ([see](https://groups.google.com/forum/#!topic/qubes-users/w0uZNr8nno8)).
2016-05-19 12:58:45 -04:00
A workaround is creating an ubuntu HVM A and use X over ssh from a second vm B ([see](https://groups.google.com/forum/#!topic/qubes-users/-wkG7E55PUI)).
2016-05-19 05:34:51 -04:00
To do this you have to enable networking between A and B, or set B as netvm of A.
2016-05-19 12:58:45 -04:00
If B supports copy and paste or seamless mode so does (indirectly) A. (you will be missing some features. e.g.: send file to vm A)
2016-05-19 05:34:51 -04:00
Doing this reduces the security of A to the security of B!
2016-05-19 12:58:45 -04:00
This is no problem, if B's only purpose is providing X over ssh only for vm A.
2015-04-23 10:14:55 -04:00
2015-09-18 20:03:05 -04:00
If you want to help in improving the template, feel free to
[contribute ](/wiki/ContributingHowto ).