< Home - < Back

dbus


Information about the package, dbus, which is shipped with common Linux distributions. The dbus package is designed for, D-BUS message bus.


Package Name:

dbus

Summary:

D-BUS message bus

Description:

D-BUS is a system for sending messages between applications. It is used both for the system-wide message bus service, and as a per-user-login-session messaging facility.

Architecture:

x86_64

Version:

1.2.24

Release:

8.el6_6

Size:

472 k

Repository:

installed

From Repository:

base

Licence:

GPLv2+ or AFL



Handy Yum Commands for dbus


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


Command

Description of Command

yum install dbus

This command will install dbus on the server.

yum remove dbus

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

yum -y remove dbus

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

yum update dbus

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

yum -y update dbus

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

yum info dbus

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

yum deplist dbus

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

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