2015-04-23 16:14:55 +02:00
---
layout: doc
2015-10-14 03:31:03 +00:00
title: Ubuntu Template
2015-10-28 22:14:40 +00:00
permalink: /doc/templates/ubuntu/
2015-10-11 07:04:59 +00:00
redirect_from:
2016-05-21 07:49:01 -07:00
- /doc/ubuntu/
2015-10-28 22:14:40 +00:00
- /en/doc/templates/ubuntu/
2015-10-11 07:04:59 +00:00
- /doc/Templates/Ubuntu/
- /wiki/Templates/Ubuntu/
2015-04-23 16:14:55 +02: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-19 02:03:05 +02: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 16:14:55 +02:00
Install
-------
2015-10-28 22:14:40 +00:00
It can built using [Qubes Builder ](/doc/qubes-builder/ ). You can also access its
2015-04-23 16:14:55 +02: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 12:29:21 +02:00
Building an Ubuntu 14.4 LTS template can be difficult ([see ](https://groups.google.com/forum/#!topic/qubes-users/w0uZNr8nno8 )).
2016-05-19 18:58:45 +02: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 11:34:51 +02:00
To do this you have to enable networking between A and B, or set B as netvm of A.
2016-05-19 18:58:45 +02: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 11:34:51 +02:00
Doing this reduces the security of A to the security of B!
2016-05-19 18:58:45 +02:00
This is no problem, if B's only purpose is providing X over ssh only for vm A.
2015-04-23 16:14:55 +02:00
2015-09-19 02:03:05 +02:00
If you want to help in improving the template, feel free to
[contribute ](/wiki/ContributingHowto ).