libtool स्थापित है, लेकिन स्थापना के बाद पथ पर नहीं


21

मैं libtool स्थापित करने की कोशिश कर रहा हूं। ऐसा लगता है कि मैं इसे स्थापित करने के बाद भी उपलब्ध नहीं है।

कोई मदद मूल्यवान है।

ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.04
Release:    15.04
Codename:   vivid

ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ which libtool

ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ sudo apt-get remove --purge libtool
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  libtool*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 826 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 66863 files and directories currently installed.)
Removing libtool (2.4.2-1.11) ...
Processing triggers for man-db (2.7.0.2-5) ...


ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ sudo apt-get install libtool
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  libtool-doc gfortran fortran95-compiler gcj-jdk
The following NEW packages will be installed:
  libtool
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/180 kB of archives.
After this operation, 826 kB of additional disk space will be used.
Selecting previously unselected package libtool.
(Reading database ... 66838 files and directories currently installed.)
Preparing to unpack .../libtool_2.4.2-1.11_all.deb ...
Unpacking libtool (2.4.2-1.11) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libtool (2.4.2-1.11) ...


ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ which libtool

1
कोशिश करो locate libtoolयाwhereis libtool
Maythux

1
तुम्हारा पेट क्या है? कमांड का आउटपुटecho $PATH
Maythux

जवाबों:


41

ठीक कर दिया

sudo apt-get install libtool-bin

मैंने पाया कि libtool-binजब तक sudo apt-get update && sudo apt-get dist-upgradeरिबूट नहीं हुआ, तब तक एक उपलब्ध पैकेज नहीं था ,sudo apt-get update
मॉर्लोक

6

मेरे Ubuntu LTS में, मैंने कोशिश की

sudo apt-get install libtool

स्रोत फ़ोल्डर की जड़ में

autoconf
autoreconf --install 

सफलतापूर्वक किया गया

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.