Ubuntu – Install applications in Ubuntu core

aptfirefoxsnapubuntu-core

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?

Best Answer

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

Related Question