Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
ba26ec74
Commit
ba26ec74
authored
Mar 11, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: update command description
parent
7774bf05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
epm
bin/epm
+6
-6
No files found.
bin/epm
View file @
ba26ec74
...
...
@@ -158,7 +158,7 @@ check_command()
-i
|
install
|
add|i
)
# HELPCMD: install package(s) from remote repositories or from local file
epm_cmd
=
install
;;
-e
|
-P
|
remove|delete|uninstall|erase|e
)
# HELPCMD: remove (delete) package(s) from the database and the system
-e
|
-P
|
r
m
|
del|r
emove|delete|uninstall|erase|e
)
# HELPCMD: remove (delete) package(s) from the database and the system
epm_cmd
=
remove
;;
-s
|
search|s
)
# HELPCMD: search in remote package repositories
...
...
@@ -190,7 +190,7 @@ check_command()
check|fix|verify
)
# HELPCMD: check local package base integrity and fix it
epm_cmd
=
check
;;
changelog|cl|-cl
)
# HELPCMD: show changelog for package
-cl
|
cl|changelog
)
# HELPCMD: show changelog for package
epm_cmd
=
changelog
;;
-qi
|
qi|info|show
)
# HELPCMD: print package detail info
...
...
@@ -211,13 +211,13 @@ check_command()
conflicts
)
# HELPCMD: print package conflicts
epm_cmd
=
conflicts
;;
-qa
|
list|packages|-l|qa
)
# HELPCMD: print list of installed package(s)
-qa
|
qa|-l|list|packages
)
# HELPCMD: print list of installed package(s)
epm_cmd
=
packages
;;
programs
)
# HELPCMD: print list of installed GUI program(s)
programs
)
# HELPCMD: print list of installed GUI program(s)
(they have .desktop files)
epm_cmd
=
programs
;;
assure
)
# HELPCMD: <command> [package]: install package if command does not exist
s
assure
)
# HELPCMD: <command> [package]: install package if command does not exist
epm_cmd
=
assure
;;
policy
)
# HELPCMD: print detailed information about the priority selection of package
...
...
@@ -284,7 +284,7 @@ check_command()
site|url
)
# HELPCMD: open package's site in a browser (use -p for open packages.altlinux.org site)
epm_cmd
=
site
;;
ei|epminstall|epm-install|selfinstall
)
# HELPCMD: install or update eepm from all in one script
ei|epminstall|epm-install|selfinstall
)
# HELPCMD: install or update eepm
package
from all in one script
epm_cmd
=
epm_install
;;
print
)
# HELPCMD: print various info, run epm print help for details
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment