Hello,
I am new to ubuntu.
Currently I would like to use watchdog package for python script to run in Ubuntu 16.04.1.
So I install watchdog package using the following comment:
sudo apt-get install watchdog
Then, I received this message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
watchdog [COLOR=var(--highlight-keyword)]is[/COLOR] already the newest version ([COLOR=var(--highlight-namespace)]5.14[/COLOR]-3ubuntu0[COLOR=var(--highlight-namespace)].16[/COLOR][COLOR=var(--highlight-namespace)].04[/COLOR][COLOR=var(--highlight-namespace)].1[/COLOR]).
[COLOR=var(--highlight-namespace)]0[/COLOR] upgraded, [COLOR=var(--highlight-namespace)]0[/COLOR] newly installed, [COLOR=var(--highlight-namespace)]0[/COLOR] to remove [COLOR=var(--highlight-keyword)]and[/COLOR] [COLOR=var(--highlight-namespace)]485[/COLOR] [COLOR=var(--highlight-keyword)]not[/COLOR] upgraded.
Then I reboot the ubuntu.
When I check is the package installed successfully by using the following comment:
apt list --installed
However, I don't find watchdog package is installed.
Before installing the watchdog, I also upgrade the packages by using the following comment:
sudo apt-get update
However, I got this messages:
Fetched 6,704 kB in 58s (114 kB/s)
Reading package lists... Done
E: Some index files failed to download. They have been ignored, or old ones used instead.
May I know how can I install watchdog package in ubuntu ?
Thank you
Bookmarks