Skip to main content
Topic: "intltoolize: command not found". How to acquire it (Read 2346 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

"intltoolize: command not found". How to acquire it

Anyone ever go through

Code: [Select]
./autogen.sh: line 4: intltoolize: command not found

when try to install/build (here case is geany plugin) ?
Please help out, thanks before

Re: "intltoolize: command not found". How to acquire it

Reply #1
You should install the package "intltool"

Code: [Select]
pacman -Sy intltool

An extra tip:

If you don't know what package you should install you can configure "command not found" in bash. So, when you enter a command not found it will recommend you the way to install it. It doesn't work with all packages but It's very useful.

https://wiki.archlinux.org/title/bash#Command_not_found

For example, in my case:

Code: [Select]
$intltoolize
intltoolize may be found in the following packages:
  world/intltool 0.51.0-6 /usr/bin/intltoolize
  extra/intltool 0.51.0-6 /usr/bin/intltoolize

Artix Linux Colombia

 

Re: "intltoolize: command not found". How to acquire it

Reply #2
sudo pacman -S base-devel. ???????
Cat Herders of Linux