Skip to content

alanmburr/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman for Linux, Windows, macOS

Linux

Ubuntu 16.04 ➕

If you don't have git installed, start here. If you do, start at the code snippet.

#!/bin/bash
$ git clone https://github.com/wackyblackie/pacman $HOME/pacman
$ sh $HOME/pacman/linux/installl.sh

✔️ Tested and works! ✔️

Debian-based (see here for compatibility)

If you don't have git installed, start here. If you do, start at the code snippet.

#!/bin/bash
$ git clone https://github.com/wackyblackie/pacman $HOME/pacman
$ sh $HOME/pacman/linux/install.sh

✔️ Tested and works! ✔️

Fedora 22 ➕

If you don't have git installed, start here. If you do, start at the code snippet.

#!/bin/bash
$ git clone https://github.com/wackyblackie/pacman $HOME/pacman
$ sh $HOME/pacman/install.sh

✔️ Tested and works! ✔️

Arch Linux

If you don't have Git installed, start here. If you do, start at the code snippet.

#!/bin/zsh
$ git clone https://github.com/wackyblackie/pacman $HOME/pacman
$ sh $HOME/pacman/linux/install.sh

✔️ Tested and works! ✔️

Windows

Windows 7/8.x/10

If you don't have git installed, start here. If you do, start at the code snippet.

#!%systemdrive%\Windows\System32\cmd.exe
> git clone https://github.com/wackyblackie/pacman %USERPROFILE%\Downloads\pacman
> %USERPROFILE%\Downloads\pacman\windows\programinstaller.bat

✔️ Tested and works! ⚠️ LEGO®️ Mindstorms install may not work properly. ✔️

macOS

macOS X 10.13 ➕

If you don't have Homebrew and Git installed, start here. If you do, start at the code snippet.

#!/bin/bash
$ git clone https://github.com/wackyblackie/pacman $HOME/pacman
$ sh $HOME/pacman/macos/install.sh

⚠️ Warning! This has not been tested on macOS and it might not work. ⚠️

The name "Pacman" was inherited from Arch Linux.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published