-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Installation
This wiki page will guide you through getting neofetch working on your system.
The first and most universal way of installing neofetch is by downloading/cloning the latest release and running the Makefile.
- Download the latest release.
- Run
make install
inside the script directory to install the script.-
El Capitan:
make PREFIX=/usr/local install
-
Haiku:
make PREFIX=/boot/home/config/non-packaged install
-
OpenIndiana:
gmake install
-
MinGW/MSys:
make -i install
- NOTE: You may have to run this as root.
-
El Capitan:
- Git clone the repo.
git clone https://github.com/dylanaraps/neofetch
- Change working directory to
neofetch
.cd neofetch
- Install neofetch using the Makefile.
make install
-
El Capitan:
make PREFIX=/usr/local install
-
Haiku:
make PREFIX=/boot/home/config/non-packaged install
-
OpenIndiana:
gmake install
-
MinGW/MSys:
make -i install
- NOTE: You may have to run this as root.
NOTE: Neofetch can be uninstalled easily using make uninstall
. This removes
all of files from your system.
NOTE: You can run neofetch from any folder on your system, all the makefile does is move the files to a "sane" location. The Makefile is optional.
This section lists neofetch packages that have been made for specific OS/Distros.
- Update repositories
apk update
- Install the package
apk add neofetch
Neofetch is in Termux's default repos.
- Update repositories
sudo apt-get update
- Install the package
sudo apt-get install neofetch
Neofetch is available in the official repos.
- Install the package
pacman -S neofetch
Neofetch is available in the official repos.
- Update repositories
sudo apt-get update
- Install the package
sudo apt-get install neofetch
- Install git and the git ports(8) driver
sudo prt-get depinst git
- Add the
6c36-git
repositorysudo wget -O /etc/ports/6c37-git.git "https://raw.githubusercontent.com/6c37/cross/master/git-driver/6c37-git.git"
- Sync the repos
sudo ports -u
- Add the repo to /etc/prt-get.conf with your text editor of choice
prtdir /usr/ports/6c37-git
- Install the package
sudo prt-get depinst neofetch
Or alternatively use the port:
- Download port
wget -O ~/work/neofetch/Pkgfile "https://raw.githubusercontent.com/6c37/crux-ports-git/3.2/neofetch/Pkgfile"
- Build the package
fakeroot pkgmk -d
- Install the package
sudo pkgadd neofetch#git-*.pkg.tar.gz
Neofetch is in Debian Stretch/Sid's official repositories.
- Update repositories
sudo apt-get update
- Install the package
sudo apt-get install neofetch
NOTE: Debian stretch
repo only contains version 2.0.2, use the third-party repo to update it to the latest version.
- Add the 3rd party repo
echo "deb http://dl.bintray.com/dawidd6/neofetch stretch main" | sudo tee -a /etc/apt/sources.list
- Add public key (you need to have curl and gnupg installed)
curl "https://bintray.com/user/downloadSubjectPublicKey?username=bintray"| sudo apt-key add -
- Update repositories
sudo apt-get update
- Install the package
sudo apt-get install neofetch
NOTE: If you are using RHEL/CentOS, change dnf
into yum
.
- Make sure you have installed
dnf-plugins-core
- Enable COPR repository
sudo dnf copr enable konimex/neofetch
- Install the package
sudo dnf install neofetch
Alternatively:
- If you're using RHEL/CentOS, make sure you have installed
epel-release
- Fetch the repo file
-
curl -o /etc/yum.repos.d/konimex-neofetch-epel-7.repo https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo
-
NOTE: If you are using Fedora, change
epel-7
tofedora-23
or your Fedora version respectively. However if you are using RHEL/CentOS 6, change it toepel-6
.
-
NOTE: If you are using Fedora, change
- Install the package
sudo dnf install neofetch
You can install app-misc/neofetch
from Gentoo/Funtoo's official repositories.
To install the git version of neofetch, use =app-misc/neofetch-9999
instead.
Install it with the official recipe.
sudo Compile neofetch
- Add
http://dylanaraps.com/repo
to your cydia sources. - Install
neofetch
through cydia.
- Install
neofetch
with Homebrewbrew install neofetch
Install it from the official repositories
sudo nix-env -i neofetch
Download the files from SlackBuilds and follow their instructions.
You can find neofetch in software center under System Software > System Utilities or type sudo eopkg it neofetch
.
Install it from the official repositories.
- Update repositories
sudo apt update
- Install the package
sudo apt install neofetch
- Add PPA
sudo add-apt-repository ppa:dawidd0811/neofetch
- Update repositories
sudo apt update
- Install the package
sudo apt install neofetch
This PPA contains daily builds of neofetch straight from master branch
- Add PPA
sudo add-apt-repository ppa:dawidd0811/neofetch-daily
- Update repositories
sudo apt update
- Install the package
sudo apt install neofetch
Install it from the official repositories
sudo xbps-install -S neofetch