While I was trying to install intltool on unbuntu I got this:
install: cannot create directory /usr/share/doc/intltool-0.35.5: Permission denied
Today is my first day using Ubuntu so I apologize if this is a basic question.
To get this error I typed:
make install
and also:
make install &&
install -v -m644 -D doc/I18N-HOWTO \
/usr/share/doc/intltool-0.35.5/I18N-HOWTO
and I also tried:
sudo make install &&
install -v -m644 -D doc/I18N-HOWTO \
/usr/share/doc/intltool-0.35.5/I18N-HOWTO