Friday

Linux Mint: How to remove an application from the Start Menu ?

- Click on the Start Menu
- Point to highlight any application you want it to be removed from the menu. For example, 3D Chess.
- Right-click on it and select "Uninstall".
- Remove 3dchess? Click the button "Remove" and the application will be uninstalled.

No comments:

Newton-Raphson Method in C++

The Newton Raphson Method is an open method used to find the roots of a function. It employs the technique of linear approximation and invol...