Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vagrant-localdeb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vagrant-localdeb

  • 1.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Vagrant-LocalDeb

Overrides the Debian capabilities to use local .deb files instead of apt-get to install rsync and an NFS client. This means you can proceed to the provisioning stage on a vanilla Debian box without Internet access, but you must provide the necessary .deb files.

Installation

$ vagrant plugin install vagrant-localdeb

Usage

Obtain .deb files and take note of which dependencies are required for which installation. The simplest way is to:

    $ apt-get install rsync
    $ ls /var/cache/apt/archives/*.deb
    $ apt-get install nfs-common
    $ ls /var/cache/apt/archives/*.deb

Take a copy of the files, and place them in one of the following locations:

- your vagrant project directory (alongside Vagrantfile)
- the '.vagrant' subdirectory
- a '.offline' subdirectory

Name the files rsync.n.deb and nfs.n.deb where 'n' is a number indicating the order the files should be installed (dependencies first).

Alternatively, you can place symlinks to the real files.

Voilà!

FAQs

Package last updated on 06 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc