Fonera: Unterschied zwischen den Versionen
MovGP0 (Diskussion | Beiträge) |
MovGP0 (Diskussion | Beiträge) |
||
Zeile 238: | Zeile 238: | ||
== Installing Packages == | == Installing Packages == | ||
After you have successfully configured a connection with the internet, you can load additional software packages using [http://wiki.openwrt.org/OpenWrtDocs/Using#head-4e336635f25edc3d0a099d43120719ba4dfe3fbe ipkg]. | After you have successfully configured a connection with the internet, you can load additional software packages using [http://wiki.openwrt.org/OpenWrtDocs/Using#head-4e336635f25edc3d0a099d43120719ba4dfe3fbe ipkg]. | ||
; install packages | |||
<pre> | |||
ipkg update | |||
ipkg list | more | |||
ipkg install <packagename> | |||
</pre> | |||
; uninstall packages | |||
<pre> | |||
ipkg list_installed | |||
ipkg remove <packagename> | |||
</pre> | |||
== CLONING == | == CLONING == |