Name | Modified | Size | Downloads / Week |
---|---|---|---|
libunicodenames | 2017-06-19 | ||
sortsmill-psmat | 2017-06-19 | ||
sortsmill-changelogger | 2013-08-04 | ||
sortsmill-tig | 2013-07-30 | ||
libunicodenamesxx | 2013-07-28 | ||
python-libunicodenames | 2013-07-28 | ||
debian-apt-repo | 2013-07-27 | ||
README.rest | 2017-05-20 | 2.8 kB | |
Totals: 8 Items | 2.8 kB | 1 |
We have a Gentoo Portage overlay
If you use emerge, install and configure app-portage/layman and then, as root, run:
layman -a sortsmillto use the overlay.
If you use a different package manager, such as Paludis, you can figure out what to do. :)
We have an Ubuntu repository (* NO LONGER MAINTAINED *)
To use it, add ppa:sortsmill/ppa to your system’s Software Sources; or, to do the setup manually, add the following lines to the /etc/apt/sources.list file:
deb http://ppa.launchpad.net/sortsmill/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main deb-src http://ppa.launchpad.net/sortsmill/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE mainreplacing YOUR_UBUNTU_VERSION_HERE with saucy, raring, quantal, or precise.
Then, to install the authentication key for the repository, and update the apt database, run the following:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F4694268 sudo apt-get updateOur packages now should be available.
See also our Launchpad page at https://launchpad.net/~sortsmill and our PPA page at https://launchpad.net/~sortsmill/+archive/ppa
We have a Debian repository (* NO LONGER MAINTAINED *)
To use it, as root add the following lines to the /etc/apt/sources.list file:
deb http://downloads.sourceforge.net/project/sortsmill/debian-apt-repo/ YOUR_DEBIAN_VERSION_HERE main deb-src http://downloads.sourceforge.net/project/sortsmill/debian-apt-repo/ YOUR_DEBIAN_VERSION_HERE mainreplacing YOUR_DEBIAN_VERSION_HERE with wheezy, jessie, or sid.
Then, to install the authentication key for the repository, and update the apt database, as root run the following:
apt-key adv --recv-keys --keyserver subkeys.pgp.net B4A2A7A2 apt-get updateOur packages now should be available.
We have a Fedora repository (* NO LONGER MAINTAINED *)
We have a repository for Fedora releases 18 and 19. To use it, create a file /etc/yum.repos.d/sortsmill.repo with the following contents:
[sortsmill] name=Sorts Mill for Fedora $releasever - $basearch baseurl=http://sortsmill.crudfactory.com/fedora-yum-repos/$releasever enabled=1Install our RPM signing key, for instance as follows:
gpg --keyserver subkeys.pgp.net --recv-keys D586BC1F gpg --armor --export D586BC1F > temporary-file.asc rpmkeys --import temporary-file.asc rm temporary-file.ascThen, as root, run yum update. Our packages now should be available.