Remove Bookshelf Application on Raspberry Pi 4

, ,

Introduced with the May 2020 Raspberry Pi OS update was a new Bookshelf application helping you find and read books and magazines from Raspberry Pi Press. While interesting, this is not something I personally need or want. Thus this article will show you how to remove Bookshelf from your Raspberry Pi 4.

 

Remove Bookshelf  from Raspberry Pi

Open a new terminal window and enter the following command:

sudo apt remove rp-bookshelf

You’ll then want to go to the /home/pi/ directory and remove the remaining Bookshelf folder or just run the following command (NOTE: running the following command will remove the directory including any files within said directory):

sudo rm -r /home/pi/Bookshelf

 

Install Bookshelf on Raspberry Pi

Changed your mind? I don’t blame you as most of the books and magazines issued from the Raspberry Pi Press are excellent. Here is the commands required to install it again.

sudo apt update

sudo apt install rp-bookshelf

 

Conclusion

I welcome your thoughts, questions or suggestions on my article on removing the Bookshelf application on your Raspberry Pi 4,

You may support my work by sending me a tip using your Brave browser or by sending me a one time donation using your credit card.

Let me know if you found any errors within my article or if I may further assist you by answering any additional questions you may have.