Ubuntu 14.04 unable to locate package install libatlas-base-dev

7,602

try to do this:

make update to your package in first time and install the package after

sudo apt-get update
sudo apt-get --yes install libatlas-base-dev

it works well in ubuntu 16

Share:
7,602

Related videos on Youtube

HenkG
Author by

HenkG

Updated on September 18, 2022

Comments

  • HenkG
    HenkG over 1 year

    After many attempts and web searching I decided to ask :)

    I am trying to install scipy on Ubuntu 14.04. As I have it libatlas-base-dev is a dependancy.

    sudo apt-get install libatlas-base-dev 
    

    returns Unable to locate package

    Ubuntu Software Server returns Not found. Same with sudo pip install libatlas-base-dev.

    Please help.

    • steeldriver
      steeldriver over 9 years
      have you enabled the universe repository?
  • Ray
    Ray over 8 years
    I have the same problem as @HenkG, in that I'm unable to locate package, though encounter this problem not through installing Scipy. Your answer doesn't really answer the question directly, I'd rather you answered how to enable Ubuntu to locate the package.
  • Rémi B.
    Rémi B. over 8 years
    Which package do you are not able to locate ?