I am the new user of Ubuntu. Recently I installed Ubuntu 13.04 on my system. Actually I want to change my previous password with the new one. Secondly , I want to install VLC player through commands.
Please help me to sort out these problems ?
I am the new user of Ubuntu. Recently I installed Ubuntu 13.04 on my system. Actually I want to change my previous password with the new one. Secondly , I want to install VLC player through commands.
Please help me to sort out these problems ?
You can easily change your password in System Settings (search it in the dash) and select the Users settings.
To install VLC you can use Software Center or enter the command below.
To install VLC via terminal (the command prompt):
terminal
and click on it.sudo apt-get install vlc
and press enter.For an introduction to Ubuntu, check out http://ubuntu-manual.org for a download-able pdf manual.
Assuming you know your current password
Go to
System Settings
Click on
User accounts
Click on Unlock (top right), then type the current password
Select you Account on the left (if not already selected), the click on the "dots" next to "password"
Type your current password and the new one, click on
change
and you're done
For installing vlc see the other answers