Difference between revisions of "Debian"

From Hackepedia
Jump to navigationJump to search
 
m (added dkpg -L)
Line 18: Line 18:
  
 
  # apt-get install gnumeric/unstable gnumeric-common/unstable
 
  # apt-get install gnumeric/unstable gnumeric-common/unstable
 +
 +
Now I want to see what got installed, and where:
 +
 +
# dpkg -L gnumeric

Revision as of 20:58, 5 April 2006

After patching I noticed that there were several packages "Kept back", in my case gnumeric. This could be because the base system needs to be upgraded:

# apt-get dist-upgrade

or it's just missing dependancies

# apt-get install gnumeric

and to ignore the hold:

# apt-get --ignore-hold install gnumeric

I was also told I could specify a version different than that in my version

$ /cat /etc/debian_version

to determine my version. Say I was using stable and wanted to try unstable:

# apt-get install gnumeric/unstable gnumeric-common/unstable

Now I want to see what got installed, and where:

# dpkg -L gnumeric