How To Install gnome-python2-gnomevfs.x86_64 on Amazon Linux 2
In this tutorial we learn how to install gnome-python2-gnomevfs.x86_64 in Amazon Linux 2. gnome-python2-gnomevfs.x86_64 is Python bindings for interacting with gnome-vfs
Introduction
In this tutorial we learn how to install gnome-python2-gnomevfs.x86_64
on Amazon Linux 2.
What is gnome-python2-gnomevfs.x86_64
This module contains a wrapper that allows the use of gnome-vfs via python.
We can use yum
to install gnome-python2-gnomevfs.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-python2-gnomevfs.x86_64.
Install gnome-python2-gnomevfs.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gnome-python2-gnomevfs.x86_64
using yum
by running the following command:
sudo yum -y install gnome-python2-gnomevfs.x86_64
How To Uninstall gnome-python2-gnomevfs.x86_64 on Amazon Linux 2
To uninstall only the gnome-python2-gnomevfs.x86_64
package we can use the following command:
sudo yum remove gnome-python2-gnomevfs.x86_64
gnome-python2-gnomevfs.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/gnome-vfs-2.0/modules/libpythonmethod.so
/usr/lib64/python2.7/site-packages/gtk-2.0/gnome/vfs.py
/usr/lib64/python2.7/site-packages/gtk-2.0/gnome/vfs.pyc
/usr/lib64/python2.7/site-packages/gtk-2.0/gnome/vfs.pyo
/usr/lib64/python2.7/site-packages/gtk-2.0/gnomevfs
/usr/lib64/python2.7/site-packages/gtk-2.0/gnomevfs/__init__.py
/usr/lib64/python2.7/site-packages/gtk-2.0/gnomevfs/__init__.pyc
/usr/lib64/python2.7/site-packages/gtk-2.0/gnomevfs/__init__.pyo
/usr/lib64/python2.7/site-packages/gtk-2.0/gnomevfs/_gnomevfs.so
/usr/lib64/python2.7/site-packages/gtk-2.0/gnomevfs/gnomevfsbonobo.so
/usr/share/doc/gnome-python2-gnomevfs-2.28.1
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/async-xfer.py
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/async.py
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/cancellation.py
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/pygvfsmethod
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/pygvfsmethod/README
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/pygvfsmethod/pyfs.conf
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/pygvfsmethod/pyfs.py
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/shell.py
/usr/share/doc/gnome-python2-gnomevfs-2.28.1/sync-xfer.py
/usr/share/gtk-doc/html/pygnomevfs
/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-context.html
/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-directoryhandle.html
/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-drive.html
/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-fileinfo.html
/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-handle.html
/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-uri.html
/usr/share/gtk-doc/html/pygnomevfs/class-gnomevfs-volume.html
/usr/share/gtk-doc/html/pygnomevfs/gnomevfs-class-reference.html
/usr/share/gtk-doc/html/pygnomevfs/gnomevfs-constants.html
/usr/share/gtk-doc/html/pygnomevfs/gnomevfs-functions.html
/usr/share/gtk-doc/html/pygnomevfs/index.html
/usr/share/gtk-doc/html/pygnomevfs/index.sgml
/usr/share/gtk-doc/html/pygnomevfs/pygnomevfs.devhelp
References
Summary
In this tutorial we learn how to install gnome-python2-gnomevfs.x86_64
on Amazon Linux 2 using yum.