Differences

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

Link to this comparison view

Next revision
Previous revision
netbsd_pkg_delete [2015/06/02 11:44]
steve created
netbsd_pkg_delete [2015/06/02 11:44]
steve
Line 2: Line 2:
  
   * [[OpenBSD]]   * [[OpenBSD]]
 +  * [[pkg_add]]
 +  * [[pkg_info]]
  
-OpenBSD makes deleting packages easy. You can either specify the package name (fex: wget) or the package-version name syntax from ''​pkg_info'' ​(fex: wget-1.16.1).+OpenBSD makes deleting packages easy. You can either specify the package name or the package-version name syntax from ''​pkg_info'':​ 
 + 
 +<​code>​ 
 +pkg_info 
 +pkg_delete wget 
 +pkg_delete ​wget-1.16.1 
 +</​code>​