Line 109: |
Line 109: |
| ====Repositories Adding Removing Disabling==== | | ====Repositories Adding Removing Disabling==== |
| | | |
− | *What is the recommended way to add other yum repositories | + | *Qual'è la procedura per aggiungere altri repository per yum? |
− | The following code uses the dungog repository as an example and sets the status to disabled.
| + | L'esempio seguente usa il repository dungog settandolo come disabilitato. |
− | The repository is configured to be used via the command line with the --enablerepo= option
| + | Il repository si configura da command line con l'opzione --enablerepo= . |
| | | |
| db yum_repositories set dungog repository \ | | db yum_repositories set dungog repository \ |
Line 121: |
Line 121: |
| status disabled | | status disabled |
| | | |
− | *How do I remove yum repositories | + | *Come posso rimuovere i repository di yum? |
| | | |
| db yum_repositories delete repositoryname | | db yum_repositories delete repositoryname |
| expand-template /etc/yum.conf | | expand-template /etc/yum.conf |
| | | |
− | *How do I disable a repository to allow future use via command line with the --enablerepo= option | + | *Come si disabilita un repository potendolo poi riabilitare in futuro con --enablerepo= ? |
| | | |
| db yum_repositories repositoryname setprop status disabled | | db yum_repositories repositoryname setprop status disabled |
| expand-template /etc/yum.conf | | expand-template /etc/yum.conf |
− |
| |
| | | |
| ===Client Computers=== | | ===Client Computers=== |