User Tools

Site Tools


packages

Differences

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

Link to this comparison view

packages [2009/08/01 06:38]
k2patel
packages [2020/08/10 02:35]
Line 1: Line 1:
-====== Packages OR Emerge ====== 
- 
-This page i am trying to cover what ever i have found during my setup and issue. 
- 
-==== To add build time options ==== 
-<code bash> 
-EXTRA_ECONF="​--with-apxs=/​home/​apache/​bin/​apxs"​ emerge -O mod_security 
-</​code>​ 
- 
-Right now, users can replace the defaults: 
-   ​prefix,​ host, mandir, infodir, datadir, sysconfdir, localstatedir and 
-   ​datadir,​ infodir, localstatedir,​ mandir, sysconfir 
-add: 
-   ​anything that doesn'​t collide with additional arguments in the ebuild. 
- 
-==== List Use flags ==== 
-<code bash> 
-emerge -pv apg 
-</​code>​ 
- 
-==== Update portage tree ==== 
-<code bash> 
-emerge --sync 
-</​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)