Install Python
From OpenFSG
This describes how to install the ipkg package Python.
Python is an interpreted, interactive, object-oriented programming language.
Contents |
Environment
This documentation was created for this environment:
- FSG-3 with Firmware version: 3.3.14
- Python version 2.5.5
System Requirements
Actions
The name of the package is python25.
- Connect to your FSG-3 with your favourite terminal application.
- Switch to superuser root and enter password.
# su
- Update the list of available packages on your FSG-3
# ipkg update
- Install package python25.
# ipkg install python25
The package for Python is downloaded to your FSG and installed automatically. Any other required packages are downloaded and installed also automatically.
Example
The output should look like this:
Installing python25 (2.5-5) to root... Downloading http://ipkg.nslu2-linux.org/feeds/optware/fsg3/cross/stable/python25_2.5-5_armeb.ipk Installing readline (5.2-2) to root... Downloading http://ipkg.nslu2-linux.org/feeds/optware/fsg3/cross/stable/readline_5.2-2_armeb.ipk Installing bzip2 (1.0.4-1) to root... Downloading http://ipkg.nslu2-linux.org/feeds/optware/fsg3/cross/stable/bzip2_1.0.4-1_armeb.ipk Installing libdb (4.2.52-3) to root... Downloading http://ipkg.nslu2-linux.org/feeds/optware/fsg3/cross/stable/libdb_4.2.52-3_armeb.ipk Installing sqlite (3.3.12-1) to root... Downloading http://ipkg.nslu2-linux.org/feeds/optware/fsg3/cross/stable/sqlite_3.3.12-1_armeb.ipk Configuring bzip2 Configuring libdb Configuring python25 Configuring readline Configuring sqlite Successfully terminated.