< Home - < Back

ltspfsd


Information about the package, ltspfsd, which is shipped with common Linux distributions. The ltspfsd package is designed for, LTSP file system, userspace FUSE module that runs on a server.


Package Name:

ltspfsd

Summary:

LTSP file system, userspace FUSE module that runs on a server

Description:

Fuse based remote filesystem daemon for LTSP thin clients LtspFS is a remote filesystem consisting of two parts: 1) A network server daemon that runs on the LTSP terminal. 2) A FUSE module that runs in userspace on the server, that connects with the daemon on the client. This package contains the daemon to be run on the LTSP thin client.

Architecture:

x86_64

Version:

1.1

Release:

7.el6

Size:

25 k

Repository:

epel

From Repository:

Licence:

GPL+



Handy Yum Commands for ltspfsd


Control the ltspfsd package with the following handy commands outlined below.


Command

Description of Command

yum install ltspfsd

This command will install ltspfsd on the server.

yum remove ltspfsd

This command will un-install ltspfsd on the server. When you run this command, you will be asked if you are sure that you want to remove ltspfsd, so you have to manually confirm that you want to do this.

yum -y remove ltspfsd

This command will un-install ltspfsd on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ltspfsd when using the -y flag.

yum update ltspfsd

This command will update ltspfsd to the latest version. When you run this command, you will be asked if you are sure that you want to remove ltspfsd, so you have to manually confirm that you want to do this.

yum -y update ltspfsd

This command will update ltspfsd to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ltspfsd when using the -y flag.

yum info ltspfsd

This command will show you core information about the ltspfsd package.

yum deplist ltspfsd

This command will show you the dependencies for ltspfsd. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ltspfsd

This command will check if there is an update waiting on ltspfsd. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.