How Do I Install or Update Virtuoso Releases across Debian, Ubuntu, RHEL, and CentOS, via the OpenLink Nexus Repo

position
subGuide
subGuideName
text
1
Update Virtuoso on AWS RedHat Enterprise Linux
1. For AWS RedHat Enterprise Linux 7, the latest Amazon BYOL & PAGO Virtuoso EC2 AMI MarketPlace Offers can be updated with the following command:<br><ul><li><pre>yum update</pre></li></ul><br>This will automatically download and install the latest operating system and Virtuoso updates.
2
Update Virtuoso on AWS & Azure Ubuntu
2. For AWS & Azure Ubuntu 18.04 LTS, use the following commands to update Virtuoso:<br><ul><li><pre>sudo apt upgrade</pre></li></ul><br>This will automatically download and install the latest operating system and Virtuoso updates.
2
Update Virtuoso on AWS & Azure Ubuntu
3. The Virtuoso Ubuntu 18.04 LTS AWS PAGO 1, AWS BYOL, Azure PAGO, and Azure BYOL offers are built from the OpenLink Nexus Repository and can be updated with the command:<br><ul><li><pre>sudo apt upgrade</pre></li></ul><br>This will download and install the latest updates.
3
Install Virtuoso on RedHat Enterprise Linux 7
4. To install Virtuoso 8.3 on RHEL 7 systems, follow these steps:<br><ul><li>Install the EPEL metadata:<br><pre>sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm</pre></li><li>Install the OpenLink repository metadata:<br><pre>sudo yum install -y https://nexus.openlinksw.com/repository/openlink-files/openlink-repo.rpm</pre></li><li>Install Virtuoso 8.3:<br><pre>sudo yum install -y virtuoso-8-commercial-full</pre></li></ul><br>The Virtuoso installation is now hooked into the OpenLink Nexus Repository 6 and updated to the latest Virtuoso components.
4
Install Virtuoso on RedHat Enterprise Linux 8.x / 9.x
5. To install Virtuoso 8.3 on RHEL 8.x / 9.x systems, follow these steps:<br><ul><li>Install the EPEL metadata:<br><pre>sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest.noarch.rpm</pre></li><li>Install the OpenLink repository metadata:<br><pre>sudo yum install -y https://nexus.openlinksw.com/repository/openlink-files/openlink-repo.rpm</pre></li><li>Install Virtuoso 8.3:<br><pre>sudo yum install -y virtuoso-8-commercial-full</pre></li></ul><br>The Virtuoso installation is now hooked into the OpenLink Nexus Repository 6 and updated to the latest Virtuoso components.
5
Install Virtuoso on Ubuntu and Debian
6. To install Virtuoso 8.3 on Ubuntu 18.04 / 20.04 / 22.04 LTS and Debian 10 / 11 systems, follow these steps:<br><ul><li>Run the following commands:<br><pre>apt update<br>wget https://nexus.openlinksw.com/repository/openlink-files/openlink-repo.deb<br>apt install ./openlink-repo.deb<br>apt update<br>apt install virtuoso-8-commercial-full</pre></li><li>If no errors are reported, enable Virtuoso to auto-start on reboot:<br><pre>sudo systemctl enable virtuoso</pre></li></ul><br>The Virtuoso installation is now hooked into the OpenLink Nexus Repository and updated to the latest Virtuoso components.
6
Apply Virtuoso License
7. Once Virtuoso packages have been installed, if a valid license (virtuoso.lic) is not already in place, add it to the directory <strong>/etc/oplmgr</strong>. Then, stop and start the OpenLink License Manager (oplmgr) with:<br><ul><li><pre>sudo service oplmgr { start | status | stop }</pre></li></ul><br>If the Virtuoso server is running, also stop and start it with:<br><ul><li><pre>sudo service virtuoso { start | status | stop }</pre></li></ul><br>Finally, check the <strong>/opt/database/virtuoso.log</strong> file to ensure the license is valid and accepted.