linux_wiki:yum

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:yum [2016/01/03 17:55]
billdozor [Package Version Locking]
linux_wiki:yum [2016/01/03 18:01]
billdozor [Package Excludes]
Line 64: Line 64:
 ====== Package Excludes ====== ====== Package Excludes ======
  
-TODO+Exclude packages from a yum update, temporarily and persistently. 
 + 
 +Exclude one time 
 +<code bash> 
 +yum update --exclude=kernel* 
 +</code> 
 +\\ 
 + 
 +Exclude persistently 
 +<code bash> 
 +vim /etc/yum.conf 
 + 
 +exclude=kernel* httpd* 
 +</code>
  
 ---- ----
  
  • linux_wiki/yum.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)