top of page
Search
  • by darknetmatrix

Snaps on ArchMerge


A ‘snap’ is a universal Linux package. Snaps work on any distribution or device. Snaps are faster to install, easier to create, safer to run, and they update automatically and transactionally so your app is always fresh and never broken. The public collection of snaps includes the latest and best apps from GitHub and beyond, so you have the whole world of Linux apps at your fingertips.

To get snap working you need to do the following on ArchMerge: Install snapd

$ sudo pacman -S snapd

Once installed the systemd unit which is responsible to manage the main communication socket for snapd is not automatically enabled and you have to do this manually:

$ sudo systemctl enable --now snapd.socket

Afterwards everything is setup to get you started with snaps.

Here you find several snaps you can use: https://uappexplorer.com/snaps

How to install Snap apps (and remove ’em)

$ snap install appname

$ snap remove appname

See more information about a Snap app

snap info appname

Update a Snap App

snap refresh

snap command reference: https://snapcraft.io/docs/reference/snap-command#find


2 views0 comments

Recent Posts

See All

Solus Review

What is Solus Linux? The first question which I think is worth starting with is what Solus OS is? First of all, Solus is a distribution on its own. In other words, it is not based on any other Linux

How to Make MP3-Songs the Same Volume in Audacity

If your digital music collection contains songs recorded or mastered at different volume levels, listening to music on your computer can involve constantly adjusting the volume control. You can use Au

What does swappiness do?

Swappiness is a property for the Linux kernel that changes the balance between swapping out runtime memory, as opposed to dropping pages from the system page cache. Swappiness can be set to values bet

bottom of page