Updating From a Local Repository (Command Line)
Download a new software update (or upgrade) from a local repository using the command line utility.
- 
                Open a Feko terminal using the Launcher utility.
                Note: If a script is used to call the Feko updater, do one of the following:
- Run the script from a Feko terminal.
 - Include %FEKO_HOME%\bin in the PATH environment variable.
 - Call the Feko updater using the full
                                path, for example: 
C:\Program Files\Altair\2025.1\feko\bin\feko_update.exe. 
 - 
                Download the latest version using one
                    of the following workflows:
                
- To update (if an update is available) within the current minor version,
                        type: 
feko_update --update-from LOCATION - To upgrade to a new minor version, type:
                        
feko_update --upgrade-from LOCATION VERSION 
where
LOCATIONis either an absolute file path which can point to an unmapped network share (Windows), mapped (mounted) network share or a directory on a local drive that can contain either extracted archives, multiple zipped archives or a single zipped archive.The
versionis the minor version that you would like to upgrade to and would usually be1,2or3, but it is possible to uselatestto upgrade to the latest version.The command line updater has many options to check for updates without updating or update to the latest version. Use the following command to see a list of options:feko_update --help - To update (if an update is available) within the current minor version,
                        type: