Difference between revisions of "Dag"
From SME Server
Jump to navigationJump to search (Created page with "To create an entry in the database for the epel repository we open put the following commands in a terminal window or in a shell window: /sbin/e-smith/db yum_repositories set...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | EDIT NOT COMPLETE! | ||
+ | |||
+ | |||
To create an entry in the database for the epel repository we open put the following commands in a terminal | To create an entry in the database for the epel repository we open put the following commands in a terminal | ||
window or in a shell window: | window or in a shell window: | ||
Line 4: | Line 7: | ||
/sbin/e-smith/db yum_repositories set epel repository \ | /sbin/e-smith/db yum_repositories set epel repository \ | ||
Name 'SME Server - epel' \ | Name 'SME Server - epel' \ | ||
− | BaseURL 'http://< | + | BaseURL 'http://<http://download.fedoraproject.org/pub/epel/7/$basearch' \ |
EnableGroups yes \ | EnableGroups yes \ | ||
GPGCheck yes \ | GPGCheck yes \ |
Latest revision as of 19:12, 27 September 2021
EDIT NOT COMPLETE!
To create an entry in the database for the epel repository we open put the following commands in a terminal
window or in a shell window:
/sbin/e-smith/db yum_repositories set epel repository \
Name 'SME Server - epel' \ BaseURL 'http://<http://download.fedoraproject.org/pub/epel/7/$basearch' \ EnableGroups yes \ GPGCheck yes \ Visible no \ status disabled
To enable the changes:
signal-event yum-modify
Just to be sure, give yum a fresh start:
yum clean all