LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-14-2005, 09:42 AM   #1
Mathsniper
Member
 
Registered: Aug 2004
Posts: 135

Rep: Reputation: 15
should I install x-window-system-core


Code:
The following packages have been kept back:
  nvidia-glx x-window-system-core
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
mathsniper:~# apt-get install x-window-system-core
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  libglu1-xorg xserver-xorg
Suggested packages:
  libglide2
Recommended packages:
  discover1 xresprobe
The following packages will be REMOVED:
  libsdl-gfx1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev xlibmesa-glu xlibmesa-glu-dev
  xserver-xfree86
The following NEW packages will be installed:
  libglu1-xorg xserver-xorg
The following packages will be upgraded:
  x-window-system-core
1 upgraded, 2 newly installed, 7 to remove and 1 not upgraded.
Need to get 6253kB of archives.
After unpacking 5419kB disk space will be freed.
Do you want to continue [Y/n]? n
I have being confused that should i install x-window-system-core package?
 
Old 09-14-2005, 11:28 AM   #2
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
x-window-system-core is a "meta-package" that provides as dependencies the core packages that are needed for running the X Window System (X11). Debian testing has recently upgraded the X Window System from XFree86 to X.Org, so it's OK to let APT remove the old packages and replace them with newer versions. Normally you'd want to upgade packages with the "aptitude dist-upgrade" command.
 
Old 09-14-2005, 01:28 PM   #3
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
Quote:
Normally you'd want to upgade packages with the "aptitude dist-upgrade" command.
I would not recommend the use of aptitude. There are several advantages of using aptitude over apt-get, but the same advantages can be very annoying.

The most annoying of them would be aptitude also wants to install Recommended packages. Recommended packages aren't necessary packages for an app to work, but can add features or support for xyz...

I really didn't like my experience with aptitude, I ende up with a lot of packages I didn't use that were recommended by some maintainers...

Anyway, the choice is there
 
Old 09-14-2005, 03:24 PM   #4
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
If you don't want aptitude to install recommended packages, add this to /etc/apt/apt.conf (if this file doesn't exist, you can create it):
Code:
Aptitude::Recommends-Important "false";
(Notice: don't hit the space key between the two ":" marks.)

But if you want aptitude to install both recommended and suggested packages, add this to /etc/apt/apt.conf instead:
Code:
Aptitude::Recommends-Important "true";
Aptitude::Suggests-Important "true";
And again there's no extra space between the two ":" marks (although it may look like there is).
 
Old 09-14-2005, 03:59 PM   #5
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
great
 
Old 09-14-2005, 05:17 PM   #6
ironwalker
Member
 
Registered: Feb 2003
Location: 1st hop-NYC/NewJersey shore,north....2nd hop-upstate....3rd hop-texas...4th hop-southdakota(sturgis)...5th hop-san diego.....6th hop-atlantic ocean! Final hop-resting in dreamland dreamwalking and meeting new people from past lives...gd' night.
Distribution: Siduction, the only way to do Debian Unstable
Posts: 506

Rep: Reputation: Disabled
Or just do
sudo aptitude
hit F10
use arrow to head to options
scroll down to dependancey handling
Install reccommended pakages automatically
I also untick;
remove unused pakages automatically
 
Old 09-14-2005, 05:58 PM   #7
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Quote:
Or just do
sudo aptitude
For this to work, you need to have the sudo package installed and configured. On the other hand, you can just start aptitude as a normal user and it will ask for the root user's password when it's time to do some system-wide changes. This is pretty cool.

Quote:
hit F10
use arrow to head to options
scroll down to dependancey handling
Install reccommended pakages automatically
Heh, that's the easy way.
If you start aptitude as root, the changes will be written to /root/.aptitude/config but if you start it as a normal user, then the changes will go to ~/.aptitude/config . Person'lly, I like to keep all APT related configurations in just one place: /etc/apt/apt.conf .

Aptitude has an extensive documentation in /usr/share/aptitude/README .
 
Old 09-14-2005, 10:13 PM   #8
ironwalker
Member
 
Registered: Feb 2003
Location: 1st hop-NYC/NewJersey shore,north....2nd hop-upstate....3rd hop-texas...4th hop-southdakota(sturgis)...5th hop-san diego.....6th hop-atlantic ocean! Final hop-resting in dreamland dreamwalking and meeting new people from past lives...gd' night.
Distribution: Siduction, the only way to do Debian Unstable
Posts: 506

Rep: Reputation: Disabled
Good point
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What's the best X-Window System window manager in your opinion? t3gah Linux - Software 9 12-16-2006 10:10 PM
How is build and install X window system on ARM sateeshgalla Programming 1 09-17-2005 05:42 PM
why mandriva 10.2 gnome2.8 system freezes upon resizing/opening window/new window skaramanger Mandriva 8 08-30-2005 10:22 AM
How to install Window XP on a FC4 system jbsarma Linux - Software 9 08-21-2005 03:31 AM
why mandriva 10.2 gnome2.8 system freezes upon resizing/opening window/new window skaramanger Mandriva 2 08-15-2005 04:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 02:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration