Software⏱️ 3 min read📅 2026-06-15

How to Fix: Sublime Text 3 Package Control: "... not available" error message for a non-existent package

Error message when trying to install non-existent package in Sublime Text 3.

Quick Answer: Try reinstalling Package Control or checking for any remaining files or folders from the removed package.

The "Prefixr" package error in Sublime Text 3 can be frustrating, especially when you're not sure why it's appearing. This issue affects users who have installed Package Control and are trying to access a non-existent package.

This problem is particularly annoying because it suggests that the package was previously installed, which may lead users to believe they've done something wrong or that there's an issue with their system.

⚠️ Common Causes

  • The primary reason for this error is that Package Control is trying to load a non-existent package. This can happen when the package list becomes outdated or corrupted.
  • An alternative cause could be a misconfigured Package Control settings file, which might lead to incorrect package information being displayed.

🛠️ Step-by-Step Verified Fixes

Clearing Package Control Cache

  1. Step 1: Open Sublime Text 3 and navigate to the 'Preferences' menu.
  2. Step 2: Select 'Package Control: List Packages' from the dropdown menu to open the package list.
  3. Step 3: Click the 'Clear All Caches' button at the bottom of the list to remove any corrupted cache files.
  4. Step 4: Restart Sublime Text 3 after clearing the cache to ensure the changes take effect.

Reinstalling Package Control

  1. Step 1: Open a terminal or command prompt and navigate to the directory where you installed Sublime Text 3.
  2. Step 2: Run the following command to reinstall Package Control: `package_control --reinstall`
  3. Step 3: Wait for the installation process to complete, then restart Sublime Text 3.

🎯 Final Words

To resolve the "Prefixr" package error in Sublime Text 3, try clearing your Package Control cache or reinstalling Package Control. If the issue persists, you can consider resetting your Sublime Text 3 settings to their default values.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions