< Home - < Back

automoc


Information about the package, automoc, which is shipped with common Linux distributions. The automoc package is designed for, Automatic moc for Qt 4.


Package Name:

automoc

Summary:

Automatic moc for Qt 4

Description:

This package contains the automoc4 binary which is used to run moc on the right source files in a Qt 4 or KDE 4 application. Moc is the meta object compiler which is a widely used tool with Qt and creates standard C++ files to provide syntactic sugar of the signal/slots mechanism.

Architecture:

x86_64

Version:

1.0

Release:

0.14.rc3.el6

Size:

31 k

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for automoc


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


Command

Description of Command

yum install automoc

This command will install automoc on the server.

yum remove automoc

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

yum -y remove automoc

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

yum update automoc

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

yum -y update automoc

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

yum info automoc

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

yum deplist automoc

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

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