| Next revision | Previous revision Next revisionBoth sides next revision |
| fr:doc:packages [2015/09/27 13:58] – créée Sangokuss | fr:doc:packages [2018/03/03 21:39] – ↷ Links adapted because of a move operation |
|---|
| - OpenWrt propose un [[wp>dépôt logiciel]], contenant actuellement (2015-sept) la liste suivante pour Chaos Calmer [[http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/]], soit plus de 2000 paquets ! | - OpenWrt propose un [[wp>dépôt logiciel]], contenant actuellement (2015-sept) la liste suivante pour Chaos Calmer [[http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/]], soit plus de 2000 paquets ! |
| - D'autres projets de dépôts additionnels existent. | - D'autres projets de dépôts additionnels existent. |
| - Pour installer/désinstaller des paquet, veuillez vous reporter à la documentation dédiée : **''[[doc:techref:opkg|opkg]]''**. | - Pour installer/désinstaller des paquet, veuillez vous reporter à la documentation dédiée : **''[[docs:guide-user:additional-software:opkg|opkg]]''**. |
| |
| ===== Paquets officiels ===== | ===== Paquets officiels ===== |
| | ''opkg list'' | View the list of all packages in the current package list. Use with regular expressions | | | ''opkg list'' | View the list of all packages in the current package list. Use with regular expressions | |
| | ''opkg list_installed'' | View the list of installed packages | | | ''opkg list_installed'' | View the list of installed packages | |
| | ''opkg install umurmur'' | Install the package named ''[[doc:howto:umurmur]]'', can also use a [[wp>FQDN]] instead, e.g. <code>opkg install http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/umurmur-polarssl_0.2.6-1_ar71xx.ipk</code> | | | ''opkg install umurmur'' | Install the package named ''[[docs:guide-user:services:umurmur]]'', can also use a [[wp>FQDN]] instead, e.g. <code>opkg install http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/umurmur-polarssl_0.2.6-1_ar71xx.ipk</code> | |
| | ''opkg remove umurmur'' | Remove the ''umurmur'' package | | | ''opkg remove umurmur'' | Remove the ''umurmur'' package | |
| |
| -> Read more about: [[doc:techref:opkg|opkg – Technical Reference]] | -> Read more about: [[docs:guide-user:additional-software:opkg|opkg – Technical Reference]] |
| |
| |
| ===== Legacy packages ====== | ===== Legacy packages ====== |
| |
| see [[doc:packages.old]] | see [[packages:old]] |
| ===== Package Sources ===== | ===== Package Sources ===== |
| |
| |
| ===== Third party packages ===== | ===== Third party packages ===== |
| see [[doc:packages.old]] | see [[packages:old]] |
| ===== Creating custom packages ===== | ===== Creating custom packages ===== |
| -> [[doc/devel/packages|Howto Create a Package]] to create custom packages for OpenWrt using the toolchain (Buildroot)\\ | -> [[docs:guide-developer:packages|Howto Create a Package]] to create custom packages for OpenWrt using the toolchain (Buildroot)\\ |
| -> [[doc:devel:crosscompile]] to simply sample a program | -> [[docs:guide-developer:crosscompile]] to simply sample a program |
| |
| |
| ==== External storage ==== | ==== External storage ==== |
| -> [[doc/techref/opkg#installation.destinations|opkg – Technical Reference: Installation Destinations]]\\ | -> [[docs:guide-user:additional-software:opkg#installation.destinations|opkg – Technical Reference: Installation Destinations]]\\ |
| -> [[doc:howto:client.overview#Mounting Filesystems]] for various ways to mount external storage | -> [[doc:howto:client.overview#Mounting Filesystems]] for various ways to mount external storage |