Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: mardiyah on 20 July 2022, 10:15:49

Title: "intltoolize: command not found". How to acquire it
Post by: mardiyah on 20 July 2022, 10:15:49
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
Title: Re: "intltoolize: command not found". How to acquire it
Post by: jrballesteros05 on 20 July 2022, 11:06:26
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

Title: Re: "intltoolize: command not found". How to acquire it
Post by: cat herders of linux on 20 July 2022, 17:05:55
sudo pacman -S base-devel. ???????