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
ADVERTISEMENT
Sep 18, 2010
Debian 504 64-bit
I have emacs and ess running on this box code...
View 5 Replies
View Related
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
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
Feb 27, 2011
Fedora 14 xfceI have installed a package using yum install package-name.However, I can't seen to find out where it has been installed to.Is there any command that will tell me what directory the files have been installed to?
View 2 Replies
View Related
Mar 26, 2010
Using rpm -qa | grep -i <pkgname> gives if a package is installed or not.
But, I would like to find out where a package is already installed i.e the location where a particular package is installed say /opt/<pkg>
View 2 Replies
View Related
Feb 18, 2010
I am trying to think of the best way to find packages that have been installed by NOT using a package manager.
To find installed packages one would search rpm or pkg DB, but what if the software was installed by a tarball or bin or even compiled.
Anyone got any suggestions on how to script for these, I was hoping to write a script to find all the third party stuff, I know there will be a lot of stuff that gets picked up so what is the best way to get minimize false positives?
View 8 Replies
View Related
Jan 18, 2011
How do I find which "software source" provided a package that I installed? Some weeks ago, I installed linux-realtime. A collaborator is trying to mirror my setup and looked for that package, but it isn't in the default software sources. So, I need to tell him where I got it.
View 4 Replies
View Related
Dec 20, 2010
Are there any quick and easy ways to find all of the dependencies required for a package to be installed, so that we dont have to spent a lot of time searching for each package or downloading them individually?
View 5 Replies
View Related
Aug 25, 2009
Is there a flag or option to discard case sensitivity to find whether package is installed or not?
from http://www.rpm.org/max-rpm/s1-rpm-query-parts.html
Quote:
Note, however, that RPM is a bit picky about specifying package names. Here are some queries for the C library that won't work:
Code:
rpm -q libc-5.2.1
Let say I want to find out whether PyQt is installed or not but not sure the exact case, i.e. pyqt or Pyqt or ....
is there a way to find whether a package is installed or not without knowing its case exactly?
View 1 Replies
View Related
Jan 24, 2016
Is this method the correct one if I want to forbid a foo package from being installed, even if this foo package is a dependency of another package? For example, geoclue is a dependency of Steam. However, I still want to install Steam, but not geoclue.
The method:
nano /etc/apt/preferences
Package: geoclue
Pin: origin ""
Pin-Priority: -1
View 3 Replies
View Related
Oct 17, 2010
I know I've got inotify-tools installed; I've got a daemon that runs and it's using inotifywait to move some files around.
This thing is:
12:20:16 /home/barrie $ >> dpkg --get-selections | grep inotify*
12:20:29 /home/barrie $ >> aptitude show inotify-tools
Package: inotify-tools
New: yes
State: not installed
Version: 3.12-1
Priority: optional
Section: misc
Maintainer: Peter Makholm <peter@makholm.net>
Uncompressed Size: 115k
Depends: libc6 (>= 2.6-1), libinotifytools0
Description: command-line programs providing a simple interface to inotify
inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. inotify-tools consists of two utilities:
inotifywait simply blocks for inotify events, making it appropriate for use in shell scripts.
inotifywatch collects filesystem usage statistics and outputs counts of each inotify event.
12:20:40 /home/barrie $ >>
It's not showing up as installed! If not how to get the list of installed packages 'reloaded'. I've googled for hours and reloading the installed packages doesn't look promising!
View 3 Replies
View Related
Aug 1, 2010
I did a compile and checkinstall of a Debian package (and then deleted the temporary directory tree I compiled in), and had to redo the compile and checkinstall since I screwed up on the dependencies (I think it's item #10) on the checkinstall "menu".
Looking for a quick and dirty shortcut, I was wondering where the post-install dependencies for the packages are stored. Is it in /var/lib/dpkg/status ?
If not, where is the dependency information for installed packages stored?
View 1 Replies
View Related
May 7, 2010
Recently I did a Debian Squeeze fresh install.I want to make an ISO of a CD but if I right-click the CD icon and choose copy disk only cue and toc options are available.Which package needs to be installed in order to support ISO image?
View 4 Replies
View Related
Jun 30, 2010
Recently tried to install a new Wine package, but the install failed, so I removed it and reinstalled the old one. That installation also failed, and now the package is in a half-installed state and can neither be installed nor removed. I'd be most grateful for some help - I miss my Wine!
# apt-get install 0.9.47~winehq0~debian~4.0-1
Reading package lists... Done
Building dependency tree... Done
E: The package wine needs to be reinstalled, but I can't find an archive for it.
# apt-get remove 0.9.47~winehq0~debian~4.0-1
Reading package lists... Done
Building dependency tree... Done
E: The package wine needs to be reinstalled, but I can't find an archive for it.
What does it mean by "an archive", and where can I find one?
View 3 Replies
View Related
Jul 7, 2011
I am running a vps with nginx as webserver. For some odd reason (I don't know if it was installed already) apache2 was running before nginx could start. After stopping apache2 nginx starts fine again. But, I want to completely remove apche2, but:
root@vps2:~# apt-get --purge remove apache2*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package apache2 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@vps2:~#
but:root@vps2:~# ls -la /usr/sbin/apache*
lrwxrwxrwx 1 root root 34 Jul 5 01:46 /usr/sbin/apache2 -> ../lib/apache2/mpm-prefork/apache2
-rwxr-xr-x 1 root root 5326 Mar 22 23:56 /usr/sbin/apache2ctl
lrwxrwxrwx 1 root root 10 Jul 5 01:46 /usr/sbin/apachectl -> apache2ctl
root@vps2:~# ls -la /etc/ap
apache2/ apm/apt/
root@vps2:~# ls -la /etc/apache2/
total 76
drwxr-xr-x 7 root root 4096 May 27 17:32 .
drwxr-xr-x 88 root root 4096 Jul 5 20:46 ..
-rw-r--r-- 1 root root 7908 May 27 17:32 apache2.conf
drwxr-xr-x 2 root root 4096 May 27 17:32 conf.d
-rw-r--r-- 1 root root 1169 May 27 17:32 envvars
-rw-r--r-- 1 root root 0 May 27 17:32 httpd.conf
-rw-r--r-- 1 root root 31063 May 27 17:32 magic
drwxr-xr-x 2 root root 4096 May 27 17:32 mods-available
drwxr-xr-x 2 root root 4096 May 27 17:32 mods-enabled
-rw-r--r-- 1 root root 750 May 27 17:32 ports.conf
drwxr-xr-x 2 root root 4096 May 27 17:32 sites-available
drwxr-xr-x 2 root root 4096 May 27 17:32 sites-enabled
root@vps2:~#
Apache2 is there and I can start it normally with /etc/init.d/apache2 start but I want it removed, how do I do that?
View 2 Replies
View Related
May 8, 2011
I have just switched from Ubuntu to Debian, so on the whole I can easily figure out how to use Debian. Scim however, is giving me a problem. I have installed scim with the package manager, but cannot start it.With Ubuntu is was ctrl+space bar, but so far I have not found any key combinations that work. In the preferences menu there is an entry for scim set-up, but it is only an information page.AlthoughI have been using Linux for a few years, I am not much of a terminal user, so I have not even thought of going that route for fear of wrecking my new system.Considering how easy it was to use scim on Ubuntu, which is a Debian derivative, it should not be difficult to get it working. (I am not a computer wizard. In fact, before switching to Linux I hated the machines.
View 2 Replies
View Related
Jan 15, 2011
I regularly compile something from a source repository that has a certain set of dependencies. Some of these dependencies are dev libraries that are provided via other libraries but are not considered installed packages in themselves, so I cannot test for some dependencies directly.
I am currently parsing an "apt-cache showpkg" output to check for some of these provided dependencies. This is somewhat kludge-y and messy, and I was looking for a more elegant solution.
Is there an APTITUDE option that will directly test for the presence of a library that is part of some other package without having to know the name of the package that the library is part of?
View 2 Replies
View Related
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
Apr 11, 2011
Is there any possibility, how to find out, from which repository the package come from?
View 11 Replies
View Related
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
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
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
View Related
Jul 19, 2011
I'm very new to Linux and have recently installed Debian Squeeze on my pc. I'm trying to install the Nvidia package as the system has a XFX 9 series card installed. I'm unable to get stop X to complete package installation. I keep getting permission denied when I run the command /etc/init.d/gdm stop. After reviewing a few forums I also log in as root to the console and tried the command there as well. I'm still getting the permission denied response. Can anyone advise on how to get around this?
View 2 Replies
View Related
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
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
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
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
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
Jan 10, 2010
I installed "Gphoto" through "Synaptic Package Manager" twice and I can't find it anywhere under "Applications" drop down menu..
View 7 Replies
View Related