Difference between pages "Yum" and "電腦"

From WeWeWeb Wiki
(Difference between pages)
Jump to navigationJump to search
(Created page with "To find an package: '''#yum list <package name>''' The * character is used as wildcard. To install: '''# yum install <package name>''' To update: '''# yum update <packag...")
 
m
 
Line 1: Line 1:
To find an package:
+
[[Android]]
  
'''#yum list <package name>'''
+
[[Linux]]
  
The * character is used as wildcard.
+
[[PS2]]
  
To install:
+
[[PSP]]
  
'''# yum install <package name>'''
+
[[Windows]]
  
To update:
+
[[Progamming]]
  
'''# yum update <package name>'''
+
[[Netbook購買指南]]
  
If no package name specified, all available update package will be updated
+
[[黑白鐳射打印購買指南]]
 
 
----
 
These entries should be added to the configuration file /etc/yum.conf. Please replace SERVERNAME with one of the mirrors listed in the [http://www.fedora.us/wiki/FedoraMirrorList Fedora mirror list].
 
 
 
----
 
 
 
To add a new update site:
 
 
 
First, add the following to your /etc/yum.conf file:
 
 
 
  [fedora-extras]
 
  name=Fedora Extras $releasever - $basearch - Extra Packages
 
  baseurl=http://download.fedora.us/fedora/fedora/$releasever/$basearch/yum/stable/
 
  gpgcheck=1
 
  failovermethod=priority
 
 
 
Then, do the following steps:
 
 
 
  rpm -import http://www.fedora.us/FEDORA-GPG-KEY
 
 
 
  yum check-update
 
 
 
----
 
 
 
Goto [[Linux]]
 

Latest revision as of 12:21, 27 January 2022