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.
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
I'm dual booting - windows7 and Ubuntu 11.04. I've found that I'm doing a lot less "dual'n" lately though. Compaq Presario Notebook. I've been installing new software and I've noticed that some of them are not showing up in the App list. I'm showing 92 when I've actually downloaded more. They aren't showing in the Installed Software either, but when I go into the center to make sure I did install it, it says installed. So, I'm guessing there is something simple I'm not familiar with yet to make these programs show up. I installed 7zip and couldn't find it either, however when I click on a zip file to unzip it, it does use this to unzip. I cannot find Ruby-full install or Docky. Plus several others.
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?
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?
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.
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?
I have an HP ProLiant DL560 server with Debian 6.0 installed and cannot figure out how to get the fans to run at anything except high. I have searched google and this site, but cannot find anything that works on Debian 6; the SLES packages will install, but don't do anything.
Server Specs: HP ProLiant DL560 4x Intel Xeon 2.20GHz processors 6GB RAM 2x 72.8GB 15k rpm SCSI HDDs (Raid 1) 2x power supply
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.
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!
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?
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?
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?
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?
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.
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?
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
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.
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?
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?
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.
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?
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:
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