You are not logged in.
Arch Linux's CLI environment have been one of the Best Polished CLI environment out there. The color theme and how text are organize are simply sexy. For this reason, I chooses Arch for my Media server at home. Even though it would be ideal for me to run it without GUI, sometime I need to address the file directly in the server to check things out, like image, movie, and songs. Arch have everything for those stuff.
The one problem I find is that most of those software I run in CLI comes with some X.org Dependence. Such as, VLC, Mplayer, imagemagick, and even vim need some kind of X dependence, along with some seem very CLI focus app. I seem like a lot of Distro will also have a so call "nox" version of some software if they do supply pure CLI.
I know that you can find a few "nox" version of the softwares in AUR. But I think it would be great if Arch will supply some of those "nox" officially. After I think that suite the Arch Way pretty well. with X dependence makes the distro seem toward to Desktop usage.
So what do you option?
Last edited by ioky (2010-03-07 04:01:46)
Offline
even vim need some kind of X dependence
Really?
> pacman -Si vim
Repository : extra
Name : vim
...
Depends On : gpm coreutils perlNone of those look X like.
Offline
even vim need some kind of X dependence
Arch packages gvim seperatly ![]()
[laurie]¥ pacman -Qi vim gvim 23:10[laurie@Edgar]
Name : vim
...
Depends On : gpm coreutils perl
...
Description : Vi Improved, a highly configurable, improved version of the vi text editor
Name : gvim
...
Depends On : vim>=7.2.368 python libxt desktop-file-utils gtk2
...
Description : the vim text editor with advanced features enabled, such as a gui modeConsistency is not a virtue.
Offline