10

I installed Ubuntu Core and found that it used Snap for application installation. I want to install many applications on this system such as firefox, chrome, and many more. How can I do it? And is it possible to install apt-get or yum any how?

2 Answers2

20

To get some apps not snapped yet on my Ubuntu Core arm i used the classic snap:

sudo snap install classic --devmode --edge

then

sudo classic

then apt-get is available

V Bota
  • 723
2

No, Ubuntu Core is completely snap-based: apt is not available. Ubuntu Core mostly targets headless or kiosk-type devices, and as such doesn't ship with a window manager etc. Kiosk software typically uses Mir. You probably don't want it for a normal desktop environment; you can install snaps on the classic desktop release.

kyrofa
  • 7,502