Skip to content
David Emanuel Santiago edited this page Jul 1, 2019 · 5 revisions

Arch linux

A pkgbuild is distributed. Just download it and do:

$ makepkg

You will have a new package that you can install with pacman.

Debian based (debian, ubuntu, mint)

A script that will create a debian package is also distributed with newsup.

open a terminal and do:

$ curl -L https://raw.githubusercontent.com/demanuel/NewsUP/master/build_scripts/debian/debian.sh | bash

If you have all the dependencies, then you shouldn't have no issues. You can now start using it by invoking $ newsup

If some dependency is missing then you'll need to look up to the output and install what's missing via apt-get, aptitude or synaptic (GUI).

Clone this wiki locally