Visit our training videos, which can be found here. There are loads of great examples of open source on the IBM i platform.
- IBM BitBucket OSS Repository
- IBM GitHub OSS Repository
- FormaServe YouTube Channel
- FormaServe Website
- FormaServe GitHub Repository
- Yum Commands Cribsheet
- Our PowerWire Articles
- Zend/Perforce IBM i Announcements
- Ryver IBM i OSS
- VS Code
- VS Code GitHub
- Our Customer Story @ IBM
- Our T&C's
If you want to make your PATH setting permanent, run the following lines to your $HOME/.profile.
echo 'PATH=/QOpenSys/pkgs/bin:$PATH' >> $HOME/.profile
echo 'export PATH' >> $HOME/.profile| Description | Command |
|---|---|
| Show me installed packages | yum list installed |
| Show available packages | yum list available |
| Show available updates to packages | yum list updates |
| Give me some help! | yum help |
| Install a package | yum install <package> |
| Search for a package | yum search <package> |
| Remove a package | yum remove <package> |
| What repo's am I using? | yum repolist |
| Add Zend PHP Repo to list | yum-config-manager --add-repo http://repos.zend.com/ibmiphp/ |
- Our YouTube channel can be found here.
- Subscribe to our YouTube channel to get the latest news & updates on our f_Learning videos here.
FormaServe Systems Ltd - All work - FormaServe
- Andy Youens - FormaServe
- Nick Youens - FormaServe
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change
- LinkedIn: https://linkedin.com/in/andyyouens
- Twitter: https://twitter.com/AndyYouens
- Twitter: https://twitter.com/FormaServe
- Website: https://learning.formaserve.co.uk
- Website: https://www.formaserve.co.uk
- MIT license
- © 1990 - 2022 FormaServe Systems Ltd
