Ubuntu Installation :: Check The Configuration Of A Self-installed Package?

Jan 22, 2011

I'd love to know how to check the original configuration of a self-installed package? For example, I would like to install the package XXXXX. I did:

./configure
make
make install

After the installation, I would like to know what the configuration I used for XXXXX's installation. Maybe some dependencies (for example, A,B,C...) were not found so that XXXXX was installed without depending on A,B,C.... However, now, I would like XXXXX depend on A,B,C... How to check whether the current installed XXXXX's original configuration?

View 1 Replies


ADVERTISEMENT

Ubuntu :: Check If A Package Is Installed Via Command Line?

Aug 20, 2010

After sifting through numerous apt-get apt-cache apt-file tutorials I still can't find a command to check if a package is installed via the terminal command/line.

I know there must be some way to do it.

Say I want to check if any package from the libavcodec*.deb family is installed how could I do this without a gui eg synaptic?

View 5 Replies View Related

Debian :: Use Aptitude To Check For An Installed Provided Package?

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

Ubuntu Installation :: Error - Dpkg: Warning: Files List File For Package `libsdl-image1.2' Missing, Assuming Package Has No Files Currently Installed

Sep 23, 2010

When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.

Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.

[Code]....

View 4 Replies View Related

Fedora Installation :: Check Whether Php Is Installed?

Jan 15, 2011

i have installed "php" by su - "yum install php"..When i try to test my installation,by creating a php script using the line <?php phpinfo(); ?> and asving it in the .php way.But when i try to open it via my Firefox browser .. it is not showing as intended.!! what went wrong i don't know!Please guide me!Hi i have installed LAMP on my Pc by following the instruction in this link "http://www.unixmen.com/linux-distributions/7-fedora/1284-how-to-install-lamp-in-fedora14-". But after installing php ad when i try to test, it just showing phpinfo();, what will be the problem ?

View 6 Replies View Related

Ubuntu Installation :: 9.04 - How To Check That Latest Drivers Installed

Mar 22, 2010

I've just installed ubuntu 9.04 (had the disc from before) and I'm upgrading to 9.10 of course but I have a question. How do I check that I have the latest drivers installed for everything in my laptop? I'm the kind of person that has that nagging feeling in the back of my head telling me that everything isn't installed perfectly and I need to install my drivers properly (or at least ask).

View 6 Replies View Related

Fedora Installation :: Check Where An Application Gets Installed On System

Oct 2, 2010

how to check where an application gets installed on my system!!!

View 14 Replies View Related

Ubuntu Installation :: Error - Failed To Download Package Files Check Your Internet Connection

Jul 31, 2011

I just installed Ubuntu 11.04 but "whenever i try to download or install any software from 'Ubuntu software Center'it gives error: "Failed to download Package Files Check your internet Connection" Internet is working fine!I've also tried the command: "sudo apt-get update"

View 2 Replies View Related

Fedora Installation :: How To Check Video Card Drivers Installed In Terminal

Feb 16, 2010

How do I check what video driver I have installed in the terminal? Then how do I install or yum install it? I wanna do everything through command line soz.. I have an ATI 4850 I believe.

View 2 Replies View Related

Fedora Installation :: Transaction Check Error: Package Kernel-PAEdebug Needs 9MB On The /boot Filesystem

Jan 21, 2010

I did the "yum update" today, the process was doing well but, the follow error appears:

Transaction Check Error:

installing package kernel-PAEdebug-2.6.31.12-174.2.3.fc12.i686 needs 9MB on the /boot filesystem

Look:

Code:

Transaction Summary
==================================
Install 10 Package(s)
Upgrade 33 Package(s)
Remove 1 Package(s)

[code]....

View 6 Replies View Related

Ubuntu Installation :: Package Downloaded & Installed Via Synaptic - How To Start

Apr 30, 2010

Interested in trialing Varkon and used Synaptic Package Manager to download and install. According to the [url]...nstalling.html it should be there under 'Applications'. I've looked through them all and no sign of Varkon. I've also tried to see if Varkon was installed so I looked via Ubuntu Software Center under installed software. No sign. Did a file search for Varkon.

View 4 Replies View Related

Ubuntu Installation :: Iptables Is Not Installed Nor As Package Nor Included As Kernel Module

May 26, 2011

installing and setting the iptables on U 8.04 LTS? currently iptables is not installed nor as package nor included as kernel module.

View 4 Replies View Related

Debian Installation :: How To Remove Half-installed Package

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

Debian Installation :: Package Apache Not Installed So Cannot Removed

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

Fedora Installation :: Finding Information About Installed Package?

Mar 26, 2009

I just installed a package using the System -> Administration -> Add/Remove s/w tool.

How can I find information about what files it has installed and where? I was expecting to get some header files from this package but cannot find them in the normal places like /usr/include etc.

View 5 Replies View Related

Ubuntu :: Repo Configuration For Package Installation?

Oct 5, 2010

How to configure repositories in Ubuntu for package installation?

View 4 Replies View Related

Ubuntu Installation :: Erro: Conflicts Qith The Installed Package 'libsound2-plugins'

Dec 8, 2010

i want to install Skype, there is a dependency problem with libsound2. When i tried to install it, this eroor had appeared to me:

Code:

Erro: Conflicts qith the installed package 'libsound2-plugins'

when i tried to install that package (libsound2-plugins), this error appeared (the same dependency problem as with skype ==> so, i am in cycle

View 9 Replies View Related

Ubuntu Installation :: Stuck At The Package Configuration TERMINAL?

Feb 5, 2011

OK I installed WINE but right now the installation is stuck at the package configuration TERMINAL. This is what the terminal says. TrueType core fonts for the Web EULA

[Code]...

View 4 Replies View Related

OpenSUSE :: VNC Client / Real VNC Installation [/B] - Package /temp/vnc-4_1_3-x86_linux.rpm Could Not Be Installed

Aug 20, 2009

I'm looking to use a vnc client so I can connect to my other windows machine. I thought i'd use realVNC as I've used it before from windows and it seems to do the job... the problem is that when I try and install it I get the following message: Package /temp/vnc-4_1_3-x86_linux.rpm could not be installed.

Details: Subprocess failed. Error RPM failed:error: Failed dependencies: libstdc++-libc6.2-2.so.3 is needed by vnc-4.1.3-1.i386

Is it a problem that I'm trying to install this on a 64 bit Suse 11.1 installation? Can anyone recommend a solution (I can't find the package to install), or any other good vnc clients I can easily use?

View 4 Replies View Related

Debian Configuration :: Package-xy: Depends: Lib-something (>= Version_number) Which Is A Virtual Package

Nov 4, 2010

when I try to install a package, I've the message The following packages have unmet dependencies:package-xy: Depends:lib-something (>= version_number) which is a virtual package.

View 14 Replies View Related

Ubuntu :: Check What Version Of GRUB Installed - The Program 'grub' Is Currently Not Installed

Dec 18, 2010

I wanted to check what version of GRUB I have installed. I went to terminal and typed grub --versionI got this message back: The program 'grub' is currently not installed. You can install it by typing: sudo apt-get install grub

I am running Ubuntu 10.10 alongside windows xp pro. When I turn my pc on I have the option to boot to ubuntu or xp and at the top of the window it says that the version of grub running is "GNU GRUB Version 1.98+20100804-5Ubuntu-3" how I shold go about installing GRUB 2 or just leave it as is.

View 2 Replies View Related

Ubuntu :: Package Seems Not Installed While It Actually Is Installed

Mar 24, 2011

i have to use lh command. I have installed all updates for ubuntu, live-build (the package for lh) and its updates. So my system is fully updated.When i hit "lh" command i get the following message: The program 'lh' is currently not installed. You can install it by typing:

sudo apt-get install live-build

When i do type: "sudo apt-get install live-build" i get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
live-build is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

View 5 Replies View Related

Ubuntu :: How To Check Whether Libcurl Has Been Installed

Feb 6, 2011

I am very new to ubuntu, I would like to ask whether it is possible to check whether libcurl has been installed?

View 2 Replies View Related

Ubuntu :: LibUSB - How To Check If It Is Installed

Jun 1, 2011

I'm trying to install libusb. I've downloaded a file from [URL]. I've unzipped the file; the folder's on my desktop. I've tried to install this, but I'm not sure how. Under installation it says: See the file 'INSTALL'. There are a few files that start with this term: INSTALL.libusb, INSTALL.libusb.in and install-sh. The first two appear to be the same, while the latter appears to be some sort of program.

When I double click it, I get a few options, including "run". I assumed this was the correct way to install the program, but when I hit run, nothing happens. I've displayed this file, but this gives me no additional information. I've tried running it in terminal: nothing. Maybe it has installed, and I just don't know it. How would I even check if it's installed? (I'm only installing libusb because I need it for something else).

View 5 Replies View Related

CentOS 5 :: Package Installed But Not Installed?

Apr 3, 2009

I am trying to put up my own Quake2 server to play with my friends. During this installation process I have encountered rather confusing issue. First I downloaded the Q2 server binaries in RPM package and tried installing it:

[Code]...

View 5 Replies View Related

Ubuntu :: Check What Type Of Memory Installed?

Jan 29, 2010

there a way to check what type of memory is in a laptop & how much it can have,

View 7 Replies View Related

Ubuntu :: How To Check Which Version Installed On My Computer

Jun 1, 2010

This has probably been answered elsewhere, but I could not see it - how can I check which version of Ubunbtu I have installed and whether it is 32 or 64 bit?

View 9 Replies View Related

Ubuntu :: Check User Installed Programs?

Jul 8, 2010

How do check the programs that the actual user of the computer installed. I do not care at all about the default programs that came with your distro of Linux, I only want the user installed programs.

View 3 Replies View Related

Ubuntu :: Check All Installed Modules In System?

Mar 31, 2011

1) How to check all installed modules in Ubuntu?
2) How to check whether I installed a specific module or not? For example, uhci_hcd ?
3) How to install a specific module?

View 1 Replies View Related

Ubuntu :: Check Which Versions Of An Application Are Installed?

Apr 22, 2011

Let's say that I've installed the following versions of R on my computer.

R 2.10
R 2.11
R 2.12

Is there a bash command which can be used to getst of all versions which are installed.I've used dpkg --get-selections | grep r-base but that just return 'r-base' and i'd have no info on the version.

View 2 Replies View Related







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