• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to footer
sharadchhetri.com

sharadchhetri.com

Linux,Cloud Computing And DevOps

  • Home
  • Linux
  • CloudComputing
    • Introduction Cloud Computing
    • Amazon AWS
  • Free E-Books
  • About Me

Enable verbose mode while gem install of package

March 28, 2015 by Sharad Chhetri Leave a Comment

This is a quick post on how to enable verbose mode while gem install of package. When we install package with gem command, it takes time to fetch the spec file from site . We require the verbose mode to check the progress of installation. It helps in troubleshooting in case there is any problem .

Syntax :

gem install -V package_name

OR

gem install --verbose Package_Name

Example :

In below example, we are installing bundler, you can see the progress of installation.

root@linuxworld:/opt/octopress# gem  install -V  bundler
GET https://api.rubygems.org/latest_specs.4.8.gz
302 Moved Temporarily
GET https://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
GET https://api.rubygems.org/quick/Marshal.4.8/bundler-1.9.1.gemspec.rz
302 Moved Temporarily
GET https://rubygems.global.ssl.fastly.net/quick/Marshal.4.8/bundler-1.9.1.gemspec.rz
200 OK
HEAD https://api.rubygems.org/api/v1/dependencies
200 OK
GET https://api.rubygems.org/api/v1/dependencies?gems=bundler
200 OK
Downloading gem bundler-1.9.1.gem
GET https://api.rubygems.org/gems/bundler-1.9.1.gem
302 Moved Temporarily
GET https://rubygems.global.ssl.fastly.net/gems/bundler-1.9.1.gem
Fetching: bundler-1.9.1.gem (100%)
200 OK
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/.gitignore
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/.rspec
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/.travis.yml
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/CHANGELOG.md
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/CODE_OF_CONDUCT.md
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/CONTRIBUTING.md
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/DEVELOPMENT.md
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/ISSUES.md
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/LICENSE.md
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/README.md
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/Rakefile
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/UPGRADING.md
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/bin/bundle
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/bin/bundle_ruby
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/bin/bundler
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/bundler.gemspec
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/anonymizable_uri.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/capistrano.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/binstubs.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/cache.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/check.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/clean.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/common.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/config.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/console.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/exec.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/gem.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/init.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/inject.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/install.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/open.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/outdated.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/package.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/platform.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/show.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/update.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/cli/viz.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/constants.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/current_ruby.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/definition.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/dep_proxy.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/dependency.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/deployment.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/deprecate.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/dsl.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/endpoint_specification.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/env.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/environment.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/fetcher.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/friendly_errors.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/gem_helper.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/gem_helpers.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/gem_installer.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/gem_path_manipulation.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/gem_tasks.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/graph.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/index.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/injector.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/installer.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/lazy_specification.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/lockfile_parser.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-config
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-config.txt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-exec
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-exec.txt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-install
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-install.txt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-package
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-package.txt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-platform
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-platform.txt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-update
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle-update.txt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/bundle.txt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/gemfile.5
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/man/gemfile.5.txt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/match_platform.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/psyched_yaml.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/remote_specification.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/resolver.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/retry.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ruby_dsl.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ruby_version.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/rubygems_ext.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/rubygems_integration.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/runtime.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/settings.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/setup.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/shared_helpers.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/similarity_detector.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/source.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/source/git.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/source/git/git_proxy.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/source/path.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/source/path/installer.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/source/rubygems.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/source_list.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/spec_set.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ssl_certs/.document
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ssl_certs/certificate_manager.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/Executable
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/Executable.standalone
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/Gemfile
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/.travis.yml.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/Gemfile.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/LICENSE.txt.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/README.md.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/Rakefile.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/bin/console.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/bin/setup.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/exe/newgem.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/gitignore.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/lib/newgem.rb.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/newgem.gemspec.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/rspec.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/test/minitest_helper.rb.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/templates/newgem/test/test_newgem.rb.tt
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ui.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ui/rg_proxy.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ui/shell.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/ui/silent.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/net/http/faster.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/net/http/persistent.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/directory.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/base.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/command.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/error.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/group.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/invocation.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/line_editor.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser/argument.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser/option.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser/options.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/rake_compat.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/runner.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/shell.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/shell/basic.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/shell/color.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/shell/html.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/util.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/version.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendored_molinillo.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendored_persistent.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vendored_thor.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/version.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/vlad.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/lib/bundler/worker.rb
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/bundle-config.ronn
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/bundle-exec.ronn
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/bundle-install.ronn
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/bundle-package.ronn
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/bundle-platform.ronn
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/bundle-update.ronn
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/bundle.ronn
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/gemfile.5.ronn
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.9.1/man/index.txt
/usr/local/rvm/gems/ruby-2.1.2/bin/bundle
/usr/local/rvm/gems/ruby-2.1.2/bin/bundler
Successfully installed bundler-1.9.1
Parsing documentation for bundler-1.9.1
Parsing sources...
100% [162/162]  lib/bundler/worker.rb                                           
Installing ri documentation for bundler-1.9.1
Done installing documentation for bundler after 5 seconds
1 gem installed
root@linuxworld:/opt/octopress#

Do'nt be greedy, share the knowledge!

  • Click to share on Facebook (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)

Related

Filed Under: Linux Tagged With: gem

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Help To Needy

If you like our posts and tutorials, please support/donate to ANY “Open Source Project” or do some Charity work. Hope this will make someone happy in this world. Drop me an email if you want to inspire others!

Thank You!

Follow Us

  • Facebook
  • Twitter
  • GitHub
  • YouTube

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Top Posts & Pages

  • How to delete mail queue in Postfix
  • How to start / stop / restart / reload iptables on CentOS 7 / RHEL 7
  • How to find absolute path of command on Linux / Unix : which command
  • How to fix read only USB pen drive in Ubuntu
  • How to set hostname and FQDN on CentOS 7 and RHEL 7
  • Install KVM on Ubuntu 14.04 LTS Desktop
  • How to zip the directory in linux with command line
  • 4 different commands to check the load average in linux
  • How to install XAMPP on CentOS/RHEL 6.5
  • CentOS 7 / RHEL 7 : change OpenSSH port number ( SELINUX enabled )

Recent Posts

  • Install and setup maven in Linux for Jenkins
  • How to setup Jenkins Credentials for Git repo access
  • How to manage Jenkins Credentials
  • Managing Jenkins plugins from command line and GUI
  • How to create Jenkins user by command line and GUI

Footer

Sharad Chhetri is an experienced Linux - Cloud Engineer & freelancer. Working on Open Source Technology since RHEL 4.0 (Red Hat Enterprise Linux). He loves sharing the knowledge which earned from real scenarios. Don't be surprised if you find him in technology seminars and meetup groups. You can contact him on email for freelance projects at admin@sharadchhetri.com. Read More…

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Our GitHub Repo

sharadchhetri @ GitHub
  • java-samples
    Java Sample Project For Tutorial
    December 25, 2018 - 2:29 pm UTC
  • misc
    OpenSSH rpm created from tar ball
    November 21, 2018 - 3:12 am UTC
  • scripts
    Cassandra Backup Script
    November 21, 2018 - 3:09 am UTC
  • packer
    Packer : Create server images in automated way
    November 21, 2018 - 3:08 am UTC
  • Nagios
    My Nagios custom plugins
    November 21, 2018 - 3:07 am UTC

Recent Comments

  • Sharad Chhetri on CentOS 7 / RHEL 7 : change OpenSSH port number ( SELINUX enabled )
  • Dave on CentOS 7 / RHEL 7 : change OpenSSH port number ( SELINUX enabled )
  • Prafulla S on Install Shotcut on Ubuntu 16.04 LTS desktop
  • Sujata on Install Telnet Server on CentOS 7 / RHEL 7
  • kishen sharma on How to install redis server on CentOS 7 / RHEL 7
  • Sharad Chhetri on Secondary Logging : save all users history command output as log
  • Anand on Secondary Logging : save all users history command output as log
  • Sharad Chhetri on Install redis 3.0 from source on Ubuntu 14.04 / CentOS 7 / RHEL 7

Copyright © 2009 - 2019 · All Rights Reserved sharadchhetri.com · · Privacy Policy ·
· sitemap.xml · ·The content is copyrighted to sharadchhetri.com and may not be reproduced on other websites without our permission. ·