User Tools

Site Tools


packages

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 Both sides next revision
packages [2009/07/29 07:05]
k2patel
packages [2009/08/01 06:38]
k2patel
Line 24: Line 24:
 </​code>​ </​code>​
  
 +==== How to install latest / Masked Portage ====
 +Masked is not always broken. But, make sure you are sure to use it.
 +First define your arch. i am using "​amd64"​\\
 +you can usually find following options \\
 +<code text>
 +~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd
 +</​code>​
 +NOTE : ~ is not a seperator it is important element here.\\
 +Now i want to build "​bash-4.0_p28"​ but it is masked.\\
 +i need to use it following way to build.
 +<code bash>
 +ACCEPT_KEYWORDS="​~amd64"​ emerge bash
 +</​code>​
 +this will build the bash to the latest.
  
packages.txt ยท Last modified: 2020/08/10 02:35 (external edit)