Trouble Launching Ignition Gazebo Fortress (LTS) From Terminal

I have Successfully installed Ignition Gazebo Fortress (LTS), but running ign-gazebo from terminal is giving back error that ign command does not exsist.

I have tried installed ignitio-tools and other ignition libraries but the error is persistent.

Terminal Output

joeropes@joeropes:~$ ign
I cannot find any available 'ign' command:
	* Did you install any ignition library?
	* Did you set the IGN_CONFIG_PATH environment variable?
	 E.g.: export IGN_CONFIG_PATH=$HOME/local/share/ignition

I have successfully installed Ignition Gazebo GUI and it runs but

joeropes@joeropes:~$ ign gazebo shapes.sdf
I cannot find any available 'ign' command:
	* Did you install any ignition library?
	* Did you set the IGN_CONFIG_PATH environment variable?
	 E.g.: export IGN_CONFIG_PATH=$HOME/local/share/ignition

Does gz work instead of ign?

Nope gz didn’t work for Fortress but it did work for Garden as the migrating from Ignition Docs https://gazebosim.org/docs/garden/migration_from_ignition#migration suggests. I wanted to run Fortress as that is the stable LTS.

But yes gz works for GARDEN

What OS are you on? 20.04 or 22.04?