Unlike Windows, Ubuntu when installing the application, it is recommended to install online. Because applications in Ubuntu does not only have one package, because Ubuntu has several packages that are interconnected and dependent between one package with another package.
If you already understand, then it is good we go directly to the next kelangkah. Hehe.
Furthermore, we must first update package listnya.First Open Terminal or could with the keyboard shortcut Ctrl + Alt + T.Typing the following command
sudo apt-get update
Typing your password and press enter.Then, if the process is finished typing this command to install applications
sudo apt-get install applications
Then type y and press enter.
To upgrade your Ubuntu apps and Os. You can also do this with this command
sudo apt-get upgrade
Then type y and press enter.
To view the applications and the latest packages that have not been updated, you can also do it with this command
sudo apt-get dist-upgrade
For uninstalling the application. Do it with this command
sudo apt-get remove applications
To uninstall the application until keakar-root package. Do it with this command
sudo apt-get purge-application name
If you do not understand, you can comment here. So that we can help.Enough here articles for commands install and uninstall applications on ubuntu. Later in a future article I will discuss the applications in Ubuntu.May be useful.Regards Open Source!
COMMENTS