Post
Topic
Board Off-topic
Re: Everyone who uses Linux for crypto currency should use Arch Linux
by
Kenshin
on 30/01/2014, 22:39:14 UTC
This is the privacy issue.
http://www.esecurityplanet.com/network-security/eff-warns-of-major-ubuntu-privacy-issue.html



What the hell is easier than:

Code:
sudo apt-get install bitcoin-qt

 Grin


In Arch Linux this is what you type
Code:
sudo pacman -S bitcoin-qt

It is much shorter.

And in Ubuntu and Debian
Code:
sudo apt-get update && sudo apt-get dist-upgrade

In Arch for the same command
Code:
sudo pacman -Syyu

Now isn't this command shorter?