Call for testing: XMLStarlet Command Line XML Toolkit

I would like to announce a call of testing for the xmlstarlet snap. XMLStarlet Command Line XML Toolkit is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents.

How to install

(Don’t have snapd installed?)

In a terminal

# Install the snap package #
sudo snap install --channel=beta xmlstarlet
#sudo snap install xmlstarlet

# Connect the snap to optional security confinement interfaces #
## For accessing files under `/mnt` or `/media` ##
sudo snap connect xmlstarlet:removable-media

# Launch the application #
xmlstarlet
snap run xmlstarlet # If you have another existing installation

xmlstarlet.xml # You can also run `xml` directly after running `sudo snap alias xmlstarlet.xml xml` to create a command alias

The graphical way

Get it from the Snap Store

What to test

  • Can you properly launch the application?
  • Do you notice any problems during using the application with your regular tasks?

The implementation

Here’s the source repository of the snap:

Support

Please report any problems to the issue tracker: https://github.com/Lin-Buo-Ren/xmlstarlet-snap/issues