Visit our training videos, which can be found here
- iOOs01.clle - CL example of automating the updating of Open Source Software on IBM i
- 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
Command | Description |
---|---|
yum list installed |
Show me installed packages |
yum list available |
Show available packages |
yum list updates |
Show available updates to packages |
yum help |
Give me some help! |
yum install <package> |
Install a package |
yum search <package> |
Search for a package |
yum remove <package> |
Remove a package |
yum repolist |
What repo's am I using? |
yum-config-manager --add-repo http://repos.zend.com/ibmiphp/ |
Add Zend PHP Repo to list |
FormaServe Systems Ltd - All work - FormaServe
Andy Youens - FormaServe
Nick Youens - FormaServe
Andy Youens - FormaServe Systems Ltd - Twitter @AndyYouens
- MIT license
- © 1990 - 2020 FormaServe Systems Ltd