Ubuntu Linux Software Page Installed Tab Shows as Blank

Published by Fudgy McFarlen on

Research Links

If Ubuntu's Software application displays a blank "Installed" page, it's likely due to a software glitch or a corrupted cache. To fix this, try reloading the package list, clearing the cache, or reinstalling the Software application itself. If these steps don't resolve the issue, consider alternative software management tools. 

Here's a more detailed breakdown of potential solutions:

1. Reloading the Package List:

  • Close the Software application.
  • Open a terminal (Ctrl+Alt+T).
  • Run the following commands:

     

    • killall snap-store (if using the Snap Store) or killall gnome-software (if using Gnome Software).
    • snap-store or gnome-software to relaunch the application. 

2. Clearing the Cache:

  • Close the Software application.
  • Open a terminal (Ctrl+Alt+T).
  • Run the following commands:

     

    • sudo apt update.
    • sudo apt upgrade (optional, but recommended). 

3. Reinstalling the Software Application:

  • Close the Software application.
  • Open a terminal (Ctrl+Alt+T).
  • Run the following commands:

     

    • sudo apt purge snap-store or sudo apt purge gnome-software.
    • sudo apt update.
    • sudo apt install snap-store or sudo apt install gnome-software

4. Alternative Software Management Tools:

  • If the issue persists, consider using Synaptic Package Manager, a more robust tool for managing software on Ubuntu. You can install it with sudo apt install synaptic

5. Troubleshooting Graphics Issues:

  • If the problem is related to graphics drivers, especially with discrete graphics cards, you can try these steps:

     

    • Right-click the Software application icon.
    • Choose "Launch using discrete graphics card": (if available).
    • Consider using nomodeset during boot for troubleshooting.
    • Install proprietary graphics drivers using ubuntu-drivers install . 
Categories:

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *