< Home - < Back

i3lock


Information about the package, i3lock, which is shipped with common Linux distributions. The i3lock package is designed for, Simple X display locker.


Package Name:

i3lock

Summary:

Simple X display locker

Description:

i3lock improves slock by making it fork() and therefore combinable with commands to suspend your computer. Additionally, instead of turning off your screen via DPMS and/or displaying a black screen, i3lock displays a white screen so you can see if your computer failed to resume from suspend or if your screen is just locked. Also, when entering a wrong password, i3lock does not call XBell(). This is important because i3lock/slock think you’ve entered a password when resuming from suspend, at least sometimes.

Architecture:

x86_64

Version:

1.0

Release:

4.20100320git.el6

Size:

12 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for i3lock


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


Command

Description of Command

yum install i3lock

This command will install i3lock on the server.

yum remove i3lock

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

yum -y remove i3lock

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

yum update i3lock

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

yum -y update i3lock

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

yum info i3lock

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

yum deplist i3lock

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

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