< Home - < Back

ocserv


Information about the package, ocserv, which is shipped with common Linux distributions. The ocserv package is designed for, OpenConnect SSL VPN server.


Package Name:

ocserv

Summary:

OpenConnect SSL VPN server

Description:

OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a secure, small, fast and configurable VPN server. It implements the OpenConnect SSL VPN protocol, and has also (currently experimental) compatibility with clients using the AnyConnect SSL VPN protocol. The OpenConnect VPN protocol uses the standard IETF security protocols such as TLS 1.2, and Datagram TLS to provide the secure VPN service.

Architecture:

x86_64

Version:

0.12.0

Release:

1.el6

Size:

295 k

Repository:

epel

From Repository:

Licence:

GPLv2+ and BSD and MIT and CC0



Handy Yum Commands for ocserv


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


Command

Description of Command

yum install ocserv

This command will install ocserv on the server.

yum remove ocserv

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

yum -y remove ocserv

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

yum update ocserv

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

yum -y update ocserv

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

yum info ocserv

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

yum deplist ocserv

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

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