Good day,
I am starting over to work on Chef on Ubuntu 16.04, Xenial, and I got this problem when installing chef-server-core using apt repo.
$ sudo apt-get install apt-transport-https
$ wget -qO - https://packages.chef.io/chef.asc | sudo apt-key add -
$ echo "deb https://packages.chef.io/repos/apt/stable xenial main" | sudo tee /etc/apt/sources.list.d/chef-stable.list
$ sudo apt update
$ sudo apt install chef-server-core -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
chef-server-core
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 577 MB of archives.
After this operation, 1,738 MB of additional disk space will be used.
Get:1 https://packages.chef.io/repos/apt/stable xenial/main amd64 chef-server-core amd64 12.9.1-1 [577 MB]
Err:1 https://packages.chef.io/repos/apt/stable xenial/main amd64 chef-server-core amd64 12.9.1-1
Hash Sum mismatch
Fetched 577 MB in 38s (15.0 MB/s)
E: Failed to fetch https://packages.chef.io/repos/apt/stable/ubuntu/16.04/chef-server-core_12.9.1-1_amd64.deb Hash Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Is Ubuntu 16.04 not supported yet to install with apt repo? or Am I doing wrong?
Please help.
Thank you,
Dongwon