Suba
Suba

Reputation: 11

Could not install sudo apt-get install libshogun17

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.

Upvotes: 0

Views: 176

Answers (2)

Viktor
Viktor

Reputation: 298

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.

Upvotes: 0

Ian Hank
Ian Hank

Reputation: 51

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

Upvotes: 0

Related Questions