How to Clear Ubuntu Software Center History

Method 1 of 2:

GUI Method

  1. How to Clear Ubuntu Software Center History Picture 1
    Navigate to your home folder and show the hidden files. To show the hidden files, press Ctrl+H. Then find the folder named .cache and open it.
  2. How to Clear Ubuntu Software Center History Picture 2
    Find the folder named software-center. Then double-click on it to open it.
  3. How to Clear Ubuntu Software Center History Picture 3
    Edit the file named apthistory.p. Open apthistory.p Delete all the contents in the file and save it before closing it.
  4. How to Clear Ubuntu Software Center History Picture 4
    Navigate to /var/log/apt/. Then open the history.log file an administrator and delete all its contents, as in step 3.
  5. How to Clear Ubuntu Software Center History Picture 5
    Open up the Ubuntu Software Center. Click on the History tab. You will see that all the entries are cleared.
Method 2 of 2:

Terminal Method

  1. How to Clear Ubuntu Software Center History Picture 6
    Open the terminal. This can be done by pressing Ctrl+Alt+T together.
  2. How to Clear Ubuntu Software Center History Picture 7
    Clear the cache history file. Type the following command into the terminal: sudo rm -rf ~.cache/software-center/apthistory.p. You will be required to provide an administrative password for this operation.
  3. How to Clear Ubuntu Software Center History Picture 8
    Clear the APT history log. Insert the following command: sudo rm -rf /var/log/apt/history.log*.
  4. How to Clear Ubuntu Software Center History Picture 9
    Open up the Ubuntu Software Center. Click on the History tab. You will see that all the entries are cleared.
4.2 ★ | 5 Vote

May be interested

  • How to Upgrade VLC in UbuntuPhoto of How to Upgrade VLC in Ubuntu
    the version of vlc in the standard ubuntu repository (version 0.9.9) contains the controls in a separate window to the video output. this article lists steps to upgrade vlc to a beta test of version 1.0. * the problem: the issue that does...
  • How to Install Mumble on UbuntuPhoto of How to Install Mumble on Ubuntu
    mumble is a voip (voice over internet protocol) software program that allows one to connect with other people and voice chat with them. it's a bit comparable to teamspeak and ventrilo and is primarily used by gamers. open a terminal...
  • How to Auto Hide the Launcher in UbuntuPhoto of How to Auto Hide the Launcher in Ubuntu
    have you tried getting the launcher (side bar) to auto-hide, but you don't know how? this article presents two ways that might solve your problem. click on the drop-down menu on the top right.
  • How to Install Flash Player on UbuntuPhoto of How to Install Flash Player on Ubuntu
    flash is no longer being developed for linux, and the newest versions are only available built-in to chrome. if you use the chromium browser, you can extract the flash plugin from chrome and use it. if you use firefox, you'll need to...
  • How to Install Ubuntu on VirtualBoxPhoto of How to Install Ubuntu on VirtualBox
    this wikihow teaches you how to install ubuntu linux on a computer by using virtualbox. virtualbox is a program which allows you to install an operating system without changing your computer's main operating system. open the ubuntu...
  • How to install Arduino IDE on Debian 10Photo of How to install Arduino IDE on Debian 10
    arduino ide (integrated development environment) is open source software used to interact with arduino control boards. using it, you can connect and communicate with the arduino hardware.