boxes/_posts/2016-08-02-boxes-part-of-windows10.md
Thomas Jensen c049484e4c
Update website design
- Updated frameworks for better browser support
- Improved responsive design
- Versioned documentation
- Better social media support via the Jekyll SEO plugin
- New looks, fwiw
- Start page has some more relevant info
- Documentation sorted to be more easily accessible
- Internally upgraded from plain CSS to SASS
2021-05-26 21:13:21 +02:00

40 lines
1.7 KiB
Markdown

---
layout: post
title: Boxes becomes part of Windows 10
date: 2016-08-02 13:24:00 +0100
---
<i>Boxes</i> is now part of Windows 10! This sounds amazing, and it is - albeit, to be honest,
in an indirect way. Since this year's "anniversary update", Windows 10 features an optional
<a href="https://msdn.microsoft.com/commandline/wsl/about" target="_blank">Ubuntu Subsystem</a>, which supports
<i>boxes</i> natively. This is mostly thanks to
<span class="atmention"><a href="https://github.com/carnil">@carnil</a></span>, who maintains the
Debian packages; and Debian being the foundation of Ubuntu. So, like I said, it is an indirect way, but still, we can't
help being a little proud of the fact! <!--break-->
<p>The Ubuntu Subsystem is optional and thus needs to be activated manually. Microsoft provides a reasonably simple
<a href="https://docs.microsoft.com/en-us/windows/wsl/install-win10"
target="_blank">guide</a> on how to do that. After starting a bash in the Ubuntu Subsystem,
you can activate <i>boxes</i> by typing:</p>
<pre><code><b>tsjensen@FRACTAL:~$ sudo su -</b>
[sudo] password for tsjensen:
<b>root@FRACTAL:~# apt-get install boxes</b>
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
boxes
Selecting previously unselected package boxes.
Preparing to unpack .../boxes_1.1.1-3_amd64.deb ...
Unpacking boxes (1.1.1-3) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up boxes (1.1.1-3) ...
<b>root@FRACTAL:~#</b></code></pre>
<p>Now, all boxes features are present:</p>
<p><img class="img-fluid" src="/images/windows10-ubuntu-1.png"/></p>
<p>Even the manual page is available:</p>
<p><img class="img-fluid" src="/images/windows10-ubuntu-2.png"/></p>