you can change the installation path by `--prefix=/usr` ``` git clone https://github.com/geany/geany-plugins.git cd geany-plugins/ sudo apt-get install libvte-2.91-dev ./autogen.sh --disable-all-plugins --enable-debugger --prefix=/usr make -j8 sudo make install ```