How to Clear Ubuntu Software Center History
Method 1 of 2:
GUI Method
- 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.
- Find the folder named software-center. Then double-click on it to open it.
- Edit the file named apthistory.p. Open apthistory.p Delete all the contents in the file and save it before closing it.
- Navigate to
/var/log/apt/
. Then open the history.log file an administrator and delete all its contents, as in step 3. - 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
- Open the terminal. This can be done by pressing Ctrl+Alt+T together.
- 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.
- Clear the APT history log. Insert the following command: sudo rm -rf /var/log/apt/history.log*.
- Open up the Ubuntu Software Center. Click on the History tab. You will see that all the entries are cleared.
4.2 ★ | 5 Vote
You should read it
- Synthesis of the best 6 phone learning applications on the phone
- What is open source software?
- How to Become an Open Source Enthusiast
- How to turn off the history of opening applications in Windows 10
- How to find open web pages in incognito mode
- What is the difference between open source software and closed source software?
- How to View Your Browser History on a Mac
- How to Recover Deleted History in Windows
May be interested
- How to Upgrade VLC in Ubuntuthe 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 Ubuntumumble 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 Ubuntuhave 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 Ubuntuflash 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 VirtualBoxthis 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 10arduino 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.