Changes between Version 384 and Version 385 of Linux_Downloads
- Timestamp:
- Oct 25, 2024 7:54:03 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux_Downloads
v384 v385 13 13 14 14 === Oracle Linux === 15 Users of Oracle Linux 6, 7 and 8 can use the Oracle Linux yum [http://yum.oracle.com/ repository] and enable the [http://yum.oracle.com/repo/OracleLinux/OL6/developer/x86_64/index.html ol6_developer] channel for Oracle Linux 6, the [http://yum.oracle.com/repo/OracleLinux/OL7/developer/x86_64/index.html ol7_developer] channel for Oracle Linux 7, or the [http://yum.oracle.com/repo/OracleLinux/OL8/developer/x86_64/index.html ol8_developer] channel for Oracle Linux 8. After that, do 15 Users of Oracle Linux 7, 8 and 9 can use the Oracle Linux yum [http://yum.oracle.com/ repository] and enable the [http://yum.oracle.com/repo/OracleLinux/OL7/developer/x86_64/index.html ol7_developer] channel for Oracle Linux 7, the [http://yum.oracle.com/repo/OracleLinux/OL8/developer/x86_64/index.html ol8_developer] channel for Oracle Linux 8, or the [http://yum.oracle.com/repo/OracleLinux/OL9/developer/x86_64/index.html ol9_developer] channel for Oracle Linux 9. 16 17 This can be done with 16 18 {{{ 17 yum install VirtualBox-6.119 yum install oraclelinux-developer-release-* 18 20 }}} 19 to get the latest maintenance release of !VirtualBox 6.1.x installed. 21 22 After that, do 23 {{{ 24 yum install VirtualBox-7.0 25 }}} 26 to get the latest maintenance release of !VirtualBox 7.0.x installed. 20 27 21 28 === Debian-based Linux distributions === … … 42 49 {{{ 43 50 sudo apt-get update 44 sudo apt-get install virtualbox- 6.151 sudo apt-get install virtualbox-7.1 45 52 }}} 46 Replace `virtualbox- 6.1` by `virtualbox-6.0` or `virtualbox-5.2` to install the latest !VirtualBox 6.0 or 5.2build.53 Replace `virtualbox-7.1` by `virtualbox-7.0` to install the latest !VirtualBox 7.0 build. 47 54 48 55 What to do when experiencing '''The following signatures were invalid: BADSIG ...''' when refreshing the packages from the repository?