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
4b153e1f
Commit
4b153e1f
authored
Nov 12, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: add alias refresh for update command
parent
2f3302ca
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
epm
bin/epm
+1
-1
epm-install
bin/epm-install
+3
-0
epm-remove
bin/epm-remove
+3
-0
epm-update
bin/epm-update
+3
-0
No files found.
bin/epm
View file @
4b153e1f
...
@@ -333,7 +333,7 @@ check_command()
...
@@ -333,7 +333,7 @@ check_command()
;;
;;
# HELPCMD: PART: Repository control:
# HELPCMD: PART: Repository control:
update|update-repo|ur
)
# HELPCMD: update remote package repository databases
update|
refresh|
update-repo|ur
)
# HELPCMD: update remote package repository databases
epm_cmd
=
update
epm_cmd
=
update
direct_args
=
1
direct_args
=
1
;;
;;
...
...
bin/epm-install
View file @
4b153e1f
...
@@ -141,6 +141,9 @@ epm_install_names()
...
@@ -141,6 +141,9 @@ epm_install_names()
echo
"
$*
"
|
grep
-q
"^kernel-"
&&
VIRTAPTOPTIONS
=
''
echo
"
$*
"
|
grep
-q
"^kernel-"
&&
VIRTAPTOPTIONS
=
''
sudocmd apt-get
$VIRTAPTOPTIONS
$APTOPTIONS
$noremove
install
$@
&&
save_installed_packages
$@
sudocmd apt-get
$VIRTAPTOPTIONS
$APTOPTIONS
$noremove
install
$@
&&
save_installed_packages
$@
return
;;
return
;;
apm
)
sudocmd apm system
install
$@
return
;;
aptitude-dpkg
)
aptitude-dpkg
)
sudocmd aptitude
install
$@
sudocmd aptitude
install
$@
return
;;
return
;;
...
...
bin/epm-remove
View file @
4b153e1f
...
@@ -99,6 +99,9 @@ epm_remove_names()
...
@@ -99,6 +99,9 @@ epm_remove_names()
apt-dpkg
)
apt-dpkg
)
sudocmd apt-get remove
--purge
$APTOPTIONS
$@
sudocmd apt-get remove
--purge
$APTOPTIONS
$@
return
;;
return
;;
apm
)
sudocmd apm system remove
$@
return
;;
aptitude-dpkg
)
aptitude-dpkg
)
sudocmd aptitude purge
$@
sudocmd aptitude purge
$@
return
;;
return
;;
...
...
bin/epm-update
View file @
4b153e1f
...
@@ -121,6 +121,9 @@ case $PMTYPE in
...
@@ -121,6 +121,9 @@ case $PMTYPE in
# apt-get update retrieve Contents file too
# apt-get update retrieve Contents file too
#sudocmd apt-file update
#sudocmd apt-file update
;;
;;
apm
)
sudocmd apm system update
;;
packagekit
)
packagekit
)
docmd pkcon refresh
docmd pkcon refresh
;;
;;
...
...
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