1
2
3
4
5
6
7
8
9
10
11 | To play with it you need the latest ubuntu-core: $ snap refresh --channel=edge ubuntu-core $ sudo reboot $ snap install --devmode --channel=edge classic $ sudo classic.create [will take some seconds] $ sudo classic.shell (classic)ubuntu@localhost:~$ sudo apt update [...] (classic)ubuntu@localhost:~$ exit |