Installation Commands and Links |

 | official: | 2.44 | sudo apt-get install fslint |
devel: | 2.47 | git clone https://github.com/pixelb/fslint.git fslint-2.47 cd fslint-2.47 dpkg-buildpackage -I.git -rfakeroot -tc sudo dpkg -i ../fslint_2.47-1_all.deb |
|

 | official: | 2.44 | sudo yum install fslint |
devel: | 2.47 | git clone https://github.com/pixelb/fslint.git fslint-2.47 tar -czf fslint-2.47.tar.gz --exclude=.git fslint-2.47 rpmbuild -ta fslint-2.47.tar.gz sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/fslint-2.47-1.noarch.rpm |
|

 | latest: | 2.42 | [ -f /etc/mandrake-release ] && pkg=rpm [ -f /etc/SuSE-release ] && pkg=packages wget http://www.pixelbeat.org/fslint/fslint-2.42.tar.gz sudo rpmbuild -ta fslint-2.42.tar.gz sudo rpm -Uvh /usr/src/$pkg/RPMS/noarch/fslint-2.42-1.*.noarch.rpm |
devel: | 2.47 | [ -f /etc/mandrake-release ] && pkg=rpm [ -f /etc/SuSE-release ] && pkg=packages git clone https://github.com/pixelb/fslint.git fslint-2.47 tar -czf fslint-2.47.tar.gz --exclude=.git fslint-2.47 sudo rpmbuild -ta fslint-2.47.tar.gz sudo rpm -Uvh /usr/src/$pkg/RPMS/noarch/fslint-2.47-1.*.noarch.rpm |
|
Generic Source Code | latest: | 2.46 | wget http://www.pixelbeat.org/fslint/fslint-2.46.tar.xz tar -xf fslint-2.46.tar.xz cd fslint-2.46 (cd po && make) ./fslint-gui |
devel: | 2.47 | git clone https://github.com/pixelb/fslint.git cd fslint (cd po && make) ./fslint-gui |
|
Other Downloads | gentoo ebuilds, signed checksums |