Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for yum (0.01 seconds)

  1. Vagrantfile

      linux_common(
        config,
        name,
        update_command: 'yum check-update',
        update_tracking_file: '/var/cache/yum/last_update',
        install_command: 'yum install -y'
      )
    end
    
    def rpm_docker(config)
      config.vm.provision 'install Docker using yum', type: 'shell', inline: <<-SHELL
        # Install prerequisites
        yum install -y yum-utils device-mapper-persistent-data lvm2
    
        # Add repository
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
  2. docs/en/data/translation_reviewers.yml

      url: https://github.com/DevSpace88
    Yum-git:
      login: Yum-git
      count: 2
      avatarUrl: https://avatars.githubusercontent.com/u/56100888?u=7c6ae21af081488b5fb703ab096fb1926025fd50&v=4
      url: https://github.com/Yum-git
    oubush:
      login: oubush
      count: 2
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 07:31:54 GMT 2026
    - 66K bytes
    - Click Count (0)
Back to Top