Slackware :: Easy Ways To Find All Of Dependencies Required For Package To Be Installed

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


ADVERTISEMENT

Ubuntu :: Missing Dependencies - Make Sure All Required Libraries Installed

Apr 2, 2011

I am trying to run algodoo from terminal after I install it, but it doesn't run. It gives this error. I have been having troubles with permissions in the /usr folder recently, so I think that is what might have caused this. Please read through it thoroughly, as algodoo is actually located in the /opt folder.

Code: jon-Tuxbox:~$ sudo '/opt/Algodoo/algodoo/algodoo'
There are missing dependencies.
Please make sure that all the required libraries are installed.
Missing:
libcxcore.so.2.1 => not found
libcv.so.2.1 => not found
libhighgui.so.2.1 => not found
jon-Tuxbox:~$

View 1 Replies View Related

General :: Get List Of Dependencies Of Non-installed RPM Package?

Jun 8, 2011

apt-cache show <package> shows also it's dependencies.yum info <package> does not show dependencies, but it obviously know them.How to ask yum for dependencies of specified package?

View 1 Replies View Related

Debian :: Changing A Package's Dependencies After It's Installed

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

Slackware :: 32 Bit Package Use 64 Bit Dependencies?

Jun 4, 2011

Theres a package I'm going to install that is available only in 32-bit, but I have its dependencies installed as regular 64-bit. Since I'm multilib, will the 32-bit package be able to work with the 64-bit deps?
If not, can 32-bit versions of the deps be installed side by side with the 64 bit?

View 1 Replies View Related

Slackware :: Package Manager And Dependencies ?

Aug 12, 2010

I am a long-time Debian user (I use it since Woody) and yesterday, due to an unexpected problem on my hard drive and an inexplicable lack of a current Debian cd or a possibility to perform a net install, I had to choose between either stay without computer at home or install one of the two other operating systems I happened to have on cds: Free-BDS or Slackware 13.0. Since I do not have time to learn something that I consider to be more radically different from Debian, I went for Slack.

So, first impressions:

1. Quick and smooth installation, though I got a bit over-enthusiastic when it came to select packages to install and unselected many libraries that I later realised that were necessary for various packages and I had to install them anyway.

2. Configure my wifi was surprisingly easy. I had braced myself for overly-complicated configurations to be done while I'd not have access to google, however rc.inet1.conf was very straight-forward and it provided plenty of examples to illustrate basically every possible configuration. All I had to do was to copy my wpa_supplicant.conf from my Debian backup and it worked.

3.X: For some reason I expected I'd have trouble to properly install and configure X, however my window manager was up and running in a few minutes. I copied my ~/GNUstep folder from my backup gave me the exact same X environment I had in Debian.

4. Package managing and dependencies: (I think I am correct to presume that that has to be the main complaint of most Debian users). pkgtool is very easy to use but, yeah, it does not resolve dependencies.

However, and while I installed a system way more minimalistic than any Debian system I had, I was surprised to find out that:

-Firefox had only ONE dependency

-vlc had none

-xfe, on the other hand, has some obscure dependency that I cannot figure out where to get it (libGLU).

So, a question for more experienced Slackware users: How do you get around the dependencies? Is there a quick way to find out what additional packages you will need on beforehand, or you install the package and try to run it, so to see what libs you need when it fails to start?

View 14 Replies View Related

Slackware :: Proposal Regarding The _registration_ Of Package Dependencies By Pkgtools?

Jul 12, 2011

A topic that was discussed here quite bright, was recording dependencies by Pkgtools without these dependencies to be managed automatically, of course. Here comes my proposal, which is a very small change of installpkg.As you can see, installpkg records in the packages database these dependencies, if they are present in the slapt-get style, but does not imply any automatic management.

You'll wonder, why is it useful to record dependencies if they are completely ignored? Well, the best example is even consulting them directly by user, but even allows you to write/modify an 3rd-party application to manage them efficiently, why not?

[Code]...

View 13 Replies View Related

Slackware :: Gnome-sharp Not Compiling Despite All Dependencies Being Installed?

Nov 16, 2010

Gnome-sharp is a dependency of Tomboy. It has many dependencies itself, but all are satify-able from SBO. So I installed them all (yes including mono!) from SBO, then tried to install gnome-sharp. Problem is when running the slackbuild I get this error -

Code:
pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll /r:../../gnomevfs/gnome-vfs-sharp.dll -r:Mono.GetOptions.dll ./TestXfer.cs

[code]...

View 1 Replies View Related

General :: Where To Find Out Where A Package Has Been Installed To

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

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

General :: Find Installed Location Of RPM Package In Unix?

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

Software :: Best Way To Find Programs Not Installed By A Package Manager?

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

Software :: (Ubuntu 10.04) How To Find Source Of Installed Apt Package

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

General :: Yum Global Repository Required - Dependencies Missing

Apr 7, 2010

I am tech support engg. Provide support for its software which runs on Linux and Windows. Actually I got stuck in installing PHP in my RHEL server. I redirected to this forum, so I registered here. Looking for some URL to global repository which I can use. Lots of dependencies are missing in my repo.

View 2 Replies View Related

Slackware :: Remove Package That Are Not Installed By Installpkg?

Mar 2, 2010

i have some package that are installed using ./configure then make & make install & make clean how can i remove those? i cant see them in the pkgtool.

View 7 Replies View Related

Slackware :: Way To Command Slackpkg To Reinstall All Installed Package

Aug 10, 2010

I need to know if there is a way to command slackpkg to reinstall all installed packages...?I dont think there is but also wanted to know if I could somehow edit scripts, etc to enable this.I need this because as many know here I make variations of livecd's and I have injured one of my installs when I ran a script that I shouldn't have and it deleted several directories under /etc usr/lib and /usr/bin.I have no idea exactly what was deleted and thus I wish to reinstall all installed packages.There must be a way to do this without the borish method of manually reinstalling hundreds of pkgs.Is there a way to grep/ var /log/packages and say reinstall all?

View 11 Replies View Related

General :: Flag - Option To Discard Case Sensitivity To Find Package Installed Or Not?

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

Debian Configuration :: Ways To Get Drivers Installed For Graphics Card

Jul 4, 2010

I'm going about my ways to get my drivers installed for my graphics card, but the page I'm using, URL>..has me apt-get install "nvidia-kernel-common".Synaptic says it doesn't exist, and it appears to be a pretty important package to have. So is there a way for somebody to get that online for me to install?

View 5 Replies View Related

Slackware :: Find Libgd Perl Package?

May 26, 2010

Where I can find libgd perl package for slackware?

View 1 Replies View Related

Slackware :: Good / Easy-to-use Ebook Cataloging - Indexing App To Use In Slackware?

Jun 27, 2010

Which cataloging app would you recommend? I have ebooks in pdf, chm, epub etc. Currently testing tellico. Tags fetching and auto opening the book would be a bonus.

View 2 Replies View Related

Ubuntu Installation :: Any Easy Way To Do Offline Package Upgrades

Mar 13, 2011

Is there any easy way to do offline package upgrades in Ubuntu? I was using debian's repository for the longest time to get individual packages, then found launchpad. Is there a script or something that will tell you what the dependencies are then let you copy them to a thumbdrive or something?

I know online upgrades are great but there are some cases where online isn't an option. Here's an example. Getting wine. There used to be this repository of .debs from the wine website, but now I can't find it. Launchpad has it, but it's all individual files.

View 1 Replies View Related

Red Hat / Fedora :: Easy And Reliable Way To Install *.tar.gz Package After Extraction?

Feb 6, 2010

Fedora 12 64bit

Is there an easy and reliable way to install *.tar.gz package after extraction? Instead of going through ./configure etc.

View 2 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

Slackware :: Can't Reach Main Slackware Directory - Login Required

May 20, 2011

The Slackbook reads:

Quote: The precompiled Slackware kernels are available in the /kernels directory on the Slackware CD-ROM or on the FTP site in the main Slackware directory. I am unable to reach it, what's the proper login?

[Code]....

View 3 Replies View Related

Slackware :: Easy Way To Update 12 To 12.2?

Jan 26, 2010

I currently have a VPS(virtual private server) that runs Slackware 12. The image was made way back in 2007, and obviously it hasn't been updated.The version is VERY minimal, it doesn't even have all the packages from A, but I can get any I want and install as I wish.Is there an easy way to update 12 to 12.2? Going to 13 is probably out of the question without a clean install over a network and doing it remotely, which is probably beyond my capabilities.I can't mess with the kernel unfortunately, but I can install practically any packages.

View 1 Replies View Related

General :: Can't Seem To Find Any Easy To Use Cyber Cafe Timer

May 19, 2010

I have been trying to configure a cyber cafe timer and I have so far tried Mkahawa and CCL. However the problem is following the instructions since most of them require you to be conversant with the Gnome commands..

View 1 Replies View Related

Networking :: Make NFS Mounts Easy To Find For OpenSuSE 11.2 Users?

Oct 29, 2010

Our organization uses OpenSuSE servers (NFS/LDAP/SAMBA/more...) and are in the works migrating all the workstations for users to SuSE from Windows as well.

I like how in windows the mapped network drives are all listed in My Computer. OpenSuSE has a similar "My Computer" that lists current drives, and general PC info (in KDE, which is what we use in the office). Is there a way to list mounted drives in here, so that users can easily find the network drives? I'm open to alternatives to listing it in SuSE's sysinfo page, as long as it doesn't mean telling my old school windows users, "oh yeah, all your network drives are in /mnt/shares/...they wont have a CLUE what that means. It HAS to be easy for them to navigate to.

My attached image is just a screen shot of SuSE's "My Computer" so you can see where I would ideally like to put the shares.

View 1 Replies View Related

General :: Easy Way To Find Out Like Which Items Don't Match Between 2 Files Regardless Of Order

Mar 15, 2011

I have following 2 files

File1
10.1.1.1
10.1.2.1
10.1.3.1

File2
10.1.3.1
10.1.2.1
10.1.1.1

Both are reverse of each other. Now, basically if you see, the contents are same, but in different order. Is there any easy way in which i can find out like which items dont match between 2 files, regardless of order. Lets say i add 10.1.4.1 to File1. Now the result of such comparison should be only '10.1.4.1'. Currently if i am comparing both files using diff, it gives me all the lines.

View 2 Replies View Related







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