There are three ways to add or remove programs in Ubuntu:
- From the Add / Remove menu (For newbies)
- From the menu System-Administration-Synaptic Package Manager
- From console with the command sudo aptitude install / remove (package name) (Recommended)
- From console with the command sudo apt-get install / remove (package name)
With the command sudo apt-get remove those packages autoremove q are no longer used or unnecessary.
during an installation if there is any dependency problem, we can solve it with the command sudo apt-get install -F
during an installation if there is any dependency problem, we can solve it with the command sudo apt-get install -F
0 comments:
Post a Comment