Summary
The Wisenet WAVE Media Server is supported on Ubuntu Linux v18.04 LTS or later LTS versions. This article provides the installation instructions.
Please check the release notes for each WAVE version to determine the supported OS as older versions are removed from the supported OS List as they become deprecated.
- Ubuntu 18.04 LTS Bionic Beaver
- Ubuntu 20.04 LTS Focal Fossa
- Ubuntu 22.04 LTS Jammy Jellyfish
Prerequisite
Ensure that the system is up-to-date with the following commands before attempting the installation:
sudo apt update && sudo apt upgrade
This command picks the latest updates from the package database and applies those upgrades to the packages.
Installing the WAVE Media Server via CLI
To install the WAVE Media Server:
-
Open the Terminal App and download the package you would like to install.
For the server download use:
Wget https://updates.wavevms.com/hanwha/41290/linux/wave-server-6.0.5.41290-linux_x64.deb
For the client download use:
Wget https://updates.wavevms.com/hanwha/41290/linux/wave-client-6.0.5.41290-linux_x64.deb
The downloads are stored in the folder location: /home/wave.
-
Install the packages:
For the server install use:
sudo apt install ./wave-server-6.0.5.41290-linux_x64.deb
For the client install use:
sudo apt install ./wave-client-6.0.5.41290-linux_x64.deb
Once complete, the WAVE Client is available in your apps.
- Select the App Drawer icon at the bottom left corner to view all installed applications.
-
Right click the WAVE app and select Add to Favorites to add the icon to your taskbar.
NOTE: If an error message appears stating that there are missing dependencies, use the following command to install those missing dependencies: sudo apt install -f
Comments
0 comments
Please sign in to leave a comment.