Debian :: How To Find Out Which Packages Depend On Some Package?

Jan 8, 2011

I have a short question. I want to find out which packages are depending on some package. For example, I want to know which packages are depending on evolution.Is there any possibility how to find it out?

View 11 Replies


ADVERTISEMENT

Ubuntu :: Packages Depend On The Gcc-4.2-base Package?

Dec 13, 2010

I was paring down my installation and did a

Code:
apt-get purge gcc-4.2-base and the command more or less threatened to wipe out everything on the server.

Is that the norm, or is it due to a corrupted package database?

[Code]...

Was that the norm or could it be the result of a corrupted package database?

View 2 Replies View Related

Fedora :: Will Yum Delete Packages Even Though Other Programs Depend On Them?

Sep 12, 2010

I was in Yum Extender and I accidentally hit some things I didnt want to and then it started removing packages I believe; not installing them.will yum delete packages other programs depend on if they're needed by other programs?it was some gstreamer libraries.

View 4 Replies View Related

Fedora :: Determine What Packages Depend On PackageKit Components

Mar 10, 2011

I tried to remove PackageKit from F15 the other day and it removed, amongst other things GDM. Kind of hosed and I re-installed. I want to remove two components in particular, the command-not-found one and the software updater, (the old add/remove programs). How do I determine what packages would be removed? I thought there was an option in yum, but it doesn't seem to be in the manual.

View 2 Replies View Related

Fedora Installation :: Find Packages Needed To Install - Package Gthread-2.0 Not Found

Jan 22, 2011

Fedora 14 I recently went to install some software using the source files.When I ran the command

Code:

./configure

I got a message saying that

Code:

package gthread-2.0 not found

After searching the internet some one had the same problem. I needed to install a package called

Code:

glib2-devel

However, rather that searching the internet.

View 1 Replies View Related

Debian Configuration :: Replacing Packages With Custom Package

Jul 2, 2011

I want to build my own binary package that replaces several from the repositories.But then whenever I install something that depends on libffado2, aptitude wants to uninstall mypkg and install libffado2. Why doesn't Provides work here?

View 3 Replies View Related

Debian :: Can't Find Certain Packages

Jan 24, 2011

I can't find gnome-mount using aptitude, but certainly it is listed in packages.debian. org/squeeze. Maybe I need add a new repository. But how do I know what is that repository?

View 3 Replies View Related

Debian Configuration :: How To Remove 150MB Of Packages Related To Package?

Aug 13, 2011

VirtualBox is awesome tool for experiment and learning Linux.On the Linux guest OS, I installed standard system without Xorg.i expected it remove all the packages that come along with gnome-terminal previously.Only gnome-terminal was removed, 750kB free space. Now the system have 149MB packages as waste data IMHO.It doesn't look right to me.

View 4 Replies View Related

Debian Multimedia :: All The Packages Are Gone - How To Find Them

Feb 13, 2011

and probably aren't going to come back. Seems like a big incentive to upgrade to Squeeze.

View 10 Replies View Related

Debian :: Package Search Site And Stable, Sid, And Experimental All Have Packages For Wine

Aug 21, 2011

At first I thought it might be a free software thing but I went on the debian package search site and stable, sid, and experimental all have packages for wine. Why is there none for wheezy? Is it a temporary dependency thing or...? I've googled this but there has been no kind of answer anywhere. Right now I'm using the frickelplatz apotsid repository as they package the most recent version of wine but if I could use a standard debian repository I would.

View 6 Replies View Related

Debian :: Cannot Find Exim Package ?

Oct 8, 2010

It's been awhile since last dealt with Debian.

I'm setting up mail server on Debian 5.04

So I need exim4-daemon-heavy, I removed exim4-daemon-light and can't find heavy, in fact can't find any exim package.

View 3 Replies View Related

Debian :: How To Find Out Origin Of Package

Apr 11, 2011

Is there any possibility, how to find out, from which repository the package come from?

View 11 Replies View Related

Debian :: Can't Find Package Manager

Apr 5, 2011

I have just installed Debian 6.0 KDE after the install was completed i logged in to my freshly install KDE and started looking for the package manager or Debian software center but it's not there so i went to terminal and had a go at getting it on. Here is my extremley poor terminal work

robert@HP-COMPAQ-DEBIAN:~$ gksu synaptic
bash: gksu: command not found
robert@HP-COMPAQ-DEBIAN:~$ apt-get install synaptic
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
robert@HP-COMPAQ-DEBIAN:~$ dpkg -l synaptic

[Code].....

View 8 Replies View Related

Debian :: Unable To Find A Package

Sep 16, 2010

I need to install build-essential which needs for it g++ package which needs for it gcc package 4.3.2-2 and for this I need gcc-4.3 4.3.2-1 and I can't find this package anywhere. I keep finding gcc-4.3 4.3.2-1.1 but after I install it it doesn't help me and gcc 4.3.2-2 still requests gcc-4.3 4.3.2-1.

View 11 Replies View Related

Debian :: Find Name Of An Package Installed?

Sep 18, 2010

Debian 504 64-bit

I have emacs and ess running on this box code...

View 5 Replies View Related

Debian :: Find A Package That's Not Yet Installed

Feb 15, 2010

I need a particular include file. I know the file name. I don't know which package would install it. apt-cache seems to only search names and descriptions. dpkg -S seems to only search through installed packages. I need to find a package that's not yet installed. I probably just missed the option in the man page... or I don't know which program to man.

View 10 Replies View Related

Debian :: Find The Full Name Of An Installed Package?

Sep 18, 2010

Debian 504 64-bit I have emacs and ess running on this box

[code].....

how to find the full name of "ess" installed? How to find whether there is the latest version available on backports?

View 4 Replies View Related

Debian Configuration :: Find & Download I386 Packages On An Amd64 System?

Oct 30, 2010

I have a computer with internet access with amd64 architecture running Debian stable (Lenny). I have another computer with NO internet access with i386 architecture running Debian stable (Lenny).I want to download some packages for the i386 computer using the amd64 computer. So far, the only way I can see to do this is to use dpkg-architecture to temporarily change to i386 on the internet computer, run aptitude with the download-only option to retrieve the packages I need with all suitable dependencies, then switch the internet computer back over to amd64.

I can't imagine I'm the only person who ever needed to do this, and yet I've had no luck finding any advice. The method I described seems rather awkward - is there a more elegant solution?

I apologize to the membership, I realize now the absurdity of this subject. Having now studied the online repository search functions closer, I see it appears packages are automatically retrieved with all necessary dependencies. As such, it is not necessary to use apt and its various functions to do the job.

View 3 Replies View Related

Debian :: Upstream Firefox4 Package In /home/ Can't Find Plugins

May 5, 2011

I'm trying to use Debian Stable with some newer upstream packages. I've got the upstream Firefox tarball unbacked in /home/firefox/. The problem is that it can't find any plugins, flash or anything else. It's the 64 bit binary but still needed some 32 bit libraries to run. Does it need 32 bit plugins?

Iceweasel is uninstalled and and I deleted it's ./mozilla/ directory. I tried creating a /home/.mozilla/plugins/ directory and symlinking plugins into that and pretty much any other conceivable path where it could be looking for them.

I run upstream firefox from /home/ in the past and had no problems.

View 3 Replies View Related

Debian :: Cannot Find Java Package - Fake Root Does Not Work

Mar 19, 2011

I'm am very new at debian. I have tried to use the apt install to install java-package an fake root after it says cannot find java-package also fake root doesn't work?

View 5 Replies View Related

Debian Multimedia :: Source Install Can't Find Package Keybinder

Dec 12, 2015

I'm installing xfce4-volumed-pulse 0.2.0-4. [URL] .....

Getting the error:
Code: Select allThe required package keybinder was not found on your system.
*** Please install keybinder (atleast version 0.2.2) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.

I have installed everything available in the jessie repo with "keybinder" in the name. It seems like my path variable is configured correctly:

Code: Select allpkg-config --variable pc_path pkg-config gives me:
Code: Select all/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig

and (leaving out doc files and such) locate libkeybinder gives me

Code: Select all/usr/lib/libkeybinder.so.0
/usr/lib/libkeybinder.so.0.1.0
/usr/lib/x86_64-linux-gnu/libkeybinder-3.0.so.0
/usr/lib/x86_64-linux-gnu/libkeybinder-3.0.so.0.0.0

So I can't figure out how to get keybinder recognized.

View 2 Replies View Related

Debian Multimedia :: Try And Install Firefox But Cant Seem To Find It Anywhere In The Package Manager?

Mar 12, 2010

i just got debian lenny installed on my machine, i cant get flash to work with iceweasell so i thought id try and install firefox but i cant seem to find it anywhere in the debian package manager, ive tried usign the following guides;[URL]i still havent been able to achive my goal

View 8 Replies View Related

Debian :: Unable To Find Source Package For Xserver-xorg-video-ati

Jan 18, 2011

I'm trying to get the source package xserver-xorg-video-ati. My sources.list looks like this:

[Code]...

View 8 Replies View Related

Debian :: Automatic Removal Of Kernel Headers Package When Kernel Packages Are Removed

Dec 28, 2008

As a follow-on to something Telemachos said in another post:

Quote:

Originally Posted by Telemachos

You can see what kernels you have installed - to check if you have a virtual kernel and to clean up - by running this command:

Code:

If you've been installing kernel-headers along with the kernels (say to build modules for graphics or wireless), you should remove those when you remove the corresponding kernel. The command to search for those is parallel:

Code:

I would have thought that removing a given kernel package would trigger the removal of the older kernel headers. Can someone confirm that is, or is not, the behavior? I ask this because it seemed to me that the older kernel header packages were indeed removed when I removed some older kernel packages.

For example, the linux kernels I have installed are:

Code:

Also, the linux-headers packages I have installed are:

Code:

So, when I get around to removing the linux-image-2.6.25-2-amd64 package like this:

Code:

I would expect apt-get to automatically also remove linux-headers-2.6.25-2-amd64 and linux-headers-2.6.25-2-common. Is that what will happen, or do I need to explicitly state all three packages on the apt-get remove command?

View 3 Replies View Related

General :: Apt-get Remove Ssh And Debian Returned "package Ssh Is Not Installed - 0 Packages Removed"

Jan 29, 2010

I've been reading up on ssh and I don't want anyone to connect to my computer. I am not interested in remote connectivity at all. Should I uninstall ssh? I ran Code: apt-get remove ssh and debian returned "package ssh is not installed. 0 packages removed."

I also looked online and found out about /etc/ssh/ssh_conf but all of the lines on my computer were #'d out. I also added "PermitRootLogin no" at the end. Am I safe from ssh attacks if I don't have ssh? Might be a stupid question but I don't want to fall victim. edit: it seems as though I -do- have openssh-client and openssh-server installed. Should I just leave my ssh config with PermitRootLogin no or apt-get remove openssh-client openssh-server.

View 9 Replies View Related

Debian Installation :: All Packages Downloaded Gone - Use Package Downloaded?

Mar 1, 2010

after the netinst finished to download the last package, one hour later the process never continues, I checked the log file and I didn't find anything suspecious, also dmesg and nothing, in fact, in the log file before checked I found that the last line was registered just a minute ago - DHCP renew IP-, so my questions are:

1. all the packages downloaded are gone?, can I restart the installation using all those packages downloaded?

2. where I can find the error or problem that cause that the installation was freezed?

3. in the case that installation needs to start from the beginning, can I use the package downloaded?

View 3 Replies View Related

Debian :: Find Some "last Updated" Info For Packages, Changlelogs

Feb 4, 2010

I'm wondering if there's a way to verify the integrity of installed packages/programs against official repos. I did an update via synaptic about a week ago and it asked me to upgrade several packages such as login, su, passwd, groupadd, useradd, lastlog, and several others. Right away I was concerned about this, but I figured it's via synaptic, must be safe. Well now it's a week later and I'm trying to find some "last updated" info for these packages, changlelogs, whatever, to verify that they were indeed official releases/updates, and I'm coming up empty.

Is there something I can do to verify that these files and my system are still intact?

View 4 Replies View Related

Debian Configuration :: Upgrade The Installed Packages From The Packages.debian.org Site?

Jul 22, 2010

I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.

[Code]...

View 6 Replies View Related

Ubuntu Installation :: LUCID: Downloading Repositories/Packages - Get This Message " Unable To Find Expected Entry Deb-src/binary-i386/Packages In Meta-index File "?

Jun 24, 2010

I did the UPGRADE from Karmic Koala to Lucid, and everything was going well. But now I've been having problems with the UBUNTU UPDATE tool for the last 2 weeks. Every time I try to do an update check on the packages, I get the following message:Failed to fetch http:[url]....Release Unable to find expected entry deb-src/binary-i386/Packages in Meta-index file (malformed Release file?)

Some index files failed to download, they have been ignored, or old ones used instead.I've tried changing the servers to MAIN and others, and still no way to solve it. I've also checked for other posts, but haven't found a solution yet. Here's my SOURCES LIST (gksudo gedit /etc/apt/sources.list)# See http:[url].... for how to upgrade to # newer versions of the distribution.

View 3 Replies View Related

Debian :: Only Installed Base System, Doesn't Find Package "gnome"?

Jun 28, 2010

Well the topic name says it all. I only installed the base system and when I try "apt-get install gnome" it tells me it can't find package "gnome".Now, I'm actually to much of a noob to try to build my own Debian from the base system and up. But it still seems to be the easiest option.When I try "Debian GNU/Linux on CDs" I can't get online. I start Iceweasl but it just gives me that message telling me that it can't find the website I tried to enter (e.g www.google.com).When I try the net install I get "Bad Archive Mirror" at the configure apt part. I've tried searching your forums for this and it seems to happen to a lot of people but I still can't find a solution in any of those threads

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved