Results 1 to 5 of 5
Hi folks,
Debian 5.0 minimal
What option shall be up to run either "apt-get install" or "aptitude install" installing X packages collectively. Thanks.
Further more;
# cat /etc/apt/sources.list
Code:
deb ...
- 04-28-2009 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
A question on installing X packages
Hi folks,
Debian 5.0 minimal
What option shall be up to run either "apt-get install" or "aptitude install" installing X packages collectively. Thanks.
Further more;
# cat /etc/apt/sources.listAny additional repo I have to add? TIACode:deb http://ftp.us.debian.org/debian/ lenny main deb-src http://ftp.us.debian.org/debian/ lenny main deb http://security.debian.org/ lenny/updates main contrib deb-src http://security.debian.org/ lenny/updates main contrib deb http://ftp.us.debian.org/debian/ lenny non-free deb http://ftp.us.debian.org/debian/ lenny contrib
B.R.
satimis
- 04-28-2009 #2
Do you want to install X only or any DE/WM too?
Code:apt-get install xserver-xorg-core xorg
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-28-2009 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi devils casper,
Thanks for your advice.
I suppose I only need X on which to run PSPP GUI, the statistics software. If it also needs DE (Desktop Environment)/WM (Window Manager) I'll install them later.
What additional packages being necessary for DE and WM. TIA
B.R.
satimis
- 04-28-2009 #4
You can install any Login Manager ( xdm/kdm/gdm ) and a few core libraries.
I have a list of all necessary packages/libraries required to run X Server but I have to search that list.
I will post back soon.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-28-2009 #5Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi devils casper,
After having installed;
xserver-xorg-core
xorg
I can't start xterm locally. But I can ssh forwarding X on a remote workstation and start xterm there.
On local machine (VE - guest of OpenVZ)
$ xtermCode:xterm Xt error: Can't open display: localhost:1
# xhost + localhostCode:xhost: unable to open display "localhost:1"
$ echo $DISPLAY$ exec xterm -e /usr/bin/bash -lCode:localhost:1
Code:xterm Xt error: Can't open display: localhost:1
Advice would be appreciated. TIA
B.R.
satimis


Reply With Quote

