What is difference between apt-get install update
and apt-get update
?
Also apt-get install update
not working for me, don't know why.
output of apt-get install update
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package updat
some lines of output of apt-get update
Ign:2 http://ppa.launchpad.net/cassou/emacs/ubuntu xenial InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Get:4 http://linux.dropbox.com/ubuntu wily Release [6,596 B]
Hit:5 http://ubuntu-archive.mirror.serveriai.lt xenial InRelease
Hit:6 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial InRelease
Hit:7 http://dl.google.com/linux/chrome/deb stable Release
Hit:9 http://repo.mysql.com/apt/ubuntu xenial InRelease
Ign:10 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial InRelease
Is it okay, if i use apt-get update
instead?
Thank you, Peace.
PS :- I'm using 16.04 LTS.
apt-get install update
andapt-get update
. Didn't think ofupgrade
. I'm kind of new to this. My bad, if I mistaken. – DKP Jan 06 '17 at 06:46install update
: http://askubuntu.com/questions/834082/what-does-apt-get-install-update-do – muru Jan 06 '17 at 06:50apt-get install update
does nothing but throw error, as there is no package namedupdate
!!??? – DKP Jan 06 '17 at 06:54