How to Install and Uninstall fsgateway Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "fsgateway" package

Please follow the steps below to install fsgateway on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fsgateway

2. Uninstall "fsgateway" package

In this section, we are going to explain the necessary steps to uninstall fsgateway on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fsgateway $ sudo apt autoclean && sudo apt autoremove

3. Information about the fsgateway package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fsgateway
Priority: optional
Section: universe/utils
Installed-Size: 145
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Applications Packaging Team
Architecture: amd64
Version: 0.1.1-5
Depends: libc6 (>= 2.4), libfuse2 (>= 2.8), mono-runtime (>= 3.0~), libmono-corlib4.5-cil (>= 4.2.0), libmono-posix4.0-cil (>= 4.0.0~alpha1), libmono-sqlite4.0-cil (>= 3.0.6), libmono-system-data4.0-cil (>= 4.2.0), libmono-system-xml4.0-cil (>= 4.2.0), libmono-system4.0-cil (>= 4.2.0), libmysql6.4-cil (>= 6.4.3), libnpgsql2.2-cil
Filename: pool/universe/f/fsgateway/fsgateway_0.1.1-5_amd64.deb
Size: 37852
MD5sum: f344a6ef18865318d53455f2af3cefd0
SHA1: 5d0883c47ba31c4e1a2e30a326fc83543b47505f
SHA256: 1de8b8f4d695c2e31c4e0c9c6eda6235422ef14a405959657f85362c27041034
Description-en: FUSE module to browse database's metadata, sugar datastores and xml files
FsGateway allows you to use your preferred directory navigation tool
to inspect a database's metadata, sugar datastores and xml files.
.
It allows you to compare two database structures in an easy way using
the diff tool, or to find where a field is defined using the grep
tool.
.
At the moment it supports the following mode of operation:
.
tagfs: Rewrites a directory tree using directory names as tags
.
xmlfs: Map the structure of an xml file as a directory tree. It
supports elements, attributes and texts. The resulting path of a node
is similar to its XPath path.
.
sugar datastore: Access a sugar datastore as a normal filesystem.
.
databases: Access a database's metadata as a directory tree. Drivers
are available for PostgreSQL, MySql, Sqlite and SqlServer
Description-md5: 6275264a36476aeada6019f0f9b560c5
Homepage: http://code.google.com/p/fsgateway/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions