How to find which version of VERDE you have installed
Product Line: VERDE
How to determine which build and version of VERDE you are running.
Bare-Metal installation:
There are two ways to verify the installed version and build number of a VERDE Server:
- The top of the VERDE Menu displays the version and build number, as in the example below:
Bare-Metal and Non-Bare-Metal installation:
- From the VERDE Management Console, hover over the "Help" link in the upper right corner:
On NON-bare metal install run:
rpm-based distribution:
rpm -q VERDE
deb-based (Ubuntu) installation:
dpkg -l |grep VERDE
This will return a version, such as "VERDE-8.2.0-rel.14092.x86_64" where "14092" is the build and 8.2 is the version.
Related Articles
How to Determine the CENTOS/RedHat version and Build/Release you're using
Product Line: VERDE A quick and easy way to determine what Version of Centos your using is... Access the command line via the Terminal and type cat /etc/centos-release as follows: [root@localhost ~]# cat /etc/centos-release CentOS release 6.9 ...
What is the Installed Version of VERDE - Non VERDEOS?
Product Line: VERDE To determine the version of the installed VERDE package, on a NON-bare metal installed server run: rpm-based distribution: rpm -q VERDE deb-based (Ubuntu) installation: dpkg -l |grep VERDE This will return a version, such as ...
VERDE VDI Optimization for Windows 10
Product Line: VERDE Introduction A basic Windows 10 ISO is not configured by default for VDI implementation. If not configured correctly, a Windows 10 guest will consume a a large amount of CPU, Memory and network resources per desktop. The ...
FAQ: VERDE 8.2 Frequently Asked Questions.
VERDE 8.2 FAQs: What’s new in VERDE 8.2? VERDE 8.2 is our latest VERDE-VDI offering and has been upgraded to use the latest Red Hat / CentOS QEMU-KVM modules for increased performance and hardware emulation capabilities. This means that we are now ...
What are the VERDE Installation Methods?
Product Line: VERDE VERDE provides two installation methods: Traditional installation (rpm and deb) Bare metal installation The traditional VERDE installation installs on an existing or new Linux installation. A bare metal installation installs a ...