0

When trying to install shogun im getting this error. Can some one suggest a solution? N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension E: Unable to locate package libshogun17

Im using ubuntu operating system.

Suba
  • 11
  • 3

2 Answers2

0

See this explanation of the origin and purpose of .ucf-dist files. This means you can either ignore the notice (that's what the N: prefix stands for) or remove said file.

sudo rm /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist
Community
  • 1
  • 1
Ian Hank
  • 51
  • 1
  • 9
0

libshogun17 is not part of ubuntu by default. Currently we supply two different ppa's for xenial and trusty:

please follow the instruction either the given page or http://shogun.ml/install#ubuntu how to add the ppa to your system.

Note, as mentioned above those PPAs only supply packages for ubuntu trusty or xenial.

Viktor
  • 298
  • 1
  • 11