Installation¶
This guide covers how to install the Advanced Layer Renamer plugin in QGIS.
Method 1: QGIS Plugin Manager (Recommended)¶
The easiest way to install the plugin is through the QGIS Plugin Manager.
Steps¶
- Open QGIS
- Go to Plugins > Manage and Install Plugins...
- Click on the All tab
- Search for
Advanced Layer Renamer - Click Install Plugin
Done!
The plugin is now installed and ready to use. You'll find it in the Plugins menu.
Method 2: Manual Installation¶
If the plugin is not available in the repository or you want to install a development version:
Steps¶
-
Download the plugin ZIP file from the GitHub releases page
-
Open QGIS and go to Plugins > Manage and Install Plugins...
-
Click on Install from ZIP
-
Browse to the downloaded ZIP file and click Install Plugin
Alternative: Direct Folder Installation
You can also extract the ZIP file directly to your QGIS plugins folder:
Method 3: From Source (Development)¶
For developers who want to contribute or modify the plugin:
Prerequisites¶
- Git installed on your system
- QGIS 3.0 or higher
Steps¶
-
Clone the repository:
-
Create a symbolic link or copy the folder to your QGIS plugins directory
-
Restart QGIS
-
Enable the plugin in Plugins > Manage and Install Plugins...
Enabling the Plugin¶
After installation, make sure the plugin is enabled:
- Go to Plugins > Manage and Install Plugins...
- Click on the Installed tab
- Find Advanced Layer Renamer in the list
- Check the box next to it to enable
Verifying Installation¶
To verify the plugin is installed correctly:
- Look for Advanced Layer Renamer in the Plugins menu
- You should also see a new icon in the toolbar
Toolbar Icon
If you don't see the toolbar icon, right-click on the toolbar area and ensure Plugins Toolbar is checked.
Updating the Plugin¶
Via Plugin Manager¶
- Go to Plugins > Manage and Install Plugins...
- Click on the Upgradeable tab
- If an update is available, select the plugin and click Upgrade Plugin
Manual Update¶
- Download the latest version
- Uninstall the current version (optional but recommended)
- Install the new version using any of the methods above
Uninstalling¶
To remove the plugin:
- Go to Plugins > Manage and Install Plugins...
- Click on the Installed tab
- Select Advanced Layer Renamer
- Click Uninstall Plugin
Troubleshooting¶
Plugin not appearing after installation¶
- Restart QGIS
- Check if the plugin is enabled in the Plugin Manager
- Verify the plugin folder is in the correct location
Error messages on startup¶
- Check the QGIS Python console for error details
- Ensure you have QGIS 3.0 or higher
- Try reinstalling the plugin