Hi, I was trying to install Infinality fonts from a forum thread. The procedure is given as follows: "1. Clone the git repo git clone https://github.com/chenxiaolong/Debian-Packages.git cd Debian-Packages/ 2. Install the build dependencies. Run the following command and install the packages it lists using apt-get/synaptic/etc. cd freetype-infinality/ dpkg-checkbuilddeps cd ../fontconfig-infinality/ dpkg-checkbuilddeps 3. Build the packages: cd ../freetype-infinality/ ./build.sh cd ../fontconfig-infinality/ ./build.sh 4. Install the deb files: cd .. sudo dpkg -i freetype-infinality/*.deb fontconfig-infinality/*.deb You'll need to reboot after installing the deb files. Enjoy the better looking fonts!" Everything worked well except one thing; the last line of the codes. "sudo dpkg -i freetype-infinality/*.deb fontconfig-infinality/*.deb" I was told cannot found freetype-infinality/ and fontconfig-infinality/. Now what to do? With thanks, Muntasim-Ul-Haque |