Ubuntu unable to locate package

前端 未结 4 1189
我寻月下人不归
我寻月下人不归 2021-01-25 18:53

I have installed devstack for openstack on ubuntu system. I am trying to install quantum-lbaas-agent. I get the error Unable to locate package. I tried

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-25 19:06

    This will work for virtualenv pip wheel errorcode1 problems and also E unable to locate package problems

        sudo apt-get update
    
        sudo apt-get install python-software-properties
    
        sudo apt-get install apt-file
    
        sudo apt-file update
    
        sudo apt-get install software-properties-common
    
        sudo apt-get install   
    

提交回复
热议问题