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...")
 
m (Added edit not complete)
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:

Revision as of 23:35, 26 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://<yourServersIP or FQDN>/repos/smeserver/releases/<SME RELEASE>/smeupdates/$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