< Home - < Back

python-pyvfs


Information about the package, python-pyvfs, which is shipped with common Linux distributions. The python-pyvfs package is designed for, Simple python VFS library.


Package Name:

python-pyvfs

Summary:

Simple python VFS library

Description:

PyVFS is a simple VFS library written in Python. It consists of several layers, allowing to use different low-level protocol implementations. Now you can choose between 9p (9p2000.u) and FUSE. The library can be used to create own servers as well as deploy bundled applications, e.g. pyvfs.objectfs -- the library, that allows to represent Python objects as files.

Architecture:

noarch

Version:

0.2.7

Release:

1.el6

Size:

48 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for python-pyvfs


Control the python-pyvfs package with the following handy commands outlined below.


Command

Description of Command

yum install python-pyvfs

This command will install python-pyvfs on the server.

yum remove python-pyvfs

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

yum -y remove python-pyvfs

This command will un-install python-pyvfs 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 python-pyvfs when using the -y flag.

yum update python-pyvfs

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

yum -y update python-pyvfs

This command will update python-pyvfs 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 python-pyvfs when using the -y flag.

yum info python-pyvfs

This command will show you core information about the python-pyvfs package.

yum deplist python-pyvfs

This command will show you the dependencies for python-pyvfs. 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 python-pyvfs

This command will check if there is an update waiting on python-pyvfs. 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.