Fedora :: Gpk Doesn't List Package Dependencies?
Jun 18, 2011
While trying to install a package using gpk-application ("Add/Remove Software" under System Tools), I accidentally checked the "Do not show this message again" checkbox, and now gpk-application does not list the package dependencies anymore.
I tried to go back to listing the dependencies, however, I could not find a way to do it. How do I revert to the default behavior, i.e., having gpk-application listing the dependencies again?
View 2 Replies
ADVERTISEMENT
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
Aug 24, 2010
I get the following error message when I try to access all of the sections in Add/Remove Sofware;
"No package cache is available. The package list needs to be rebuilt. This should have been done by the backend automatically
failed to search names: failure: repodata/5374141db0e227497be1e7ced5f1c45dafbe2f1899874f961f 7c54478b112bb9-primary.sqlite.bz2 from updates: [Errno 256] No more mirrors to try[
View 4 Replies
View Related
May 9, 2010
How do most experienced Fedora users remove packages with large number of dependencies?
I know that the question is as old as yum, but still I can't find solution. There is package-cleanup tool, which supposed to do the job with "--leaves" key, but it doesn't seem to work. Right now I have F12 installed. I installed rosegarden with `yum install rosegarden`. Then I removed it with `yum remove rosegarden`. If I understand right, `package-cleanup --leaves` must show all of 12 dependencies that was installed with rosegarden, but it shows none of them (although it shows few packages). Is this a bug? For years I used Ubuntu and Debian and I was completely satisfied with apt.
View 7 Replies
View Related
Jan 17, 2010
I'm trying to get skype to work on my new system. It seems to install, but trying to run it I get an error message naming a missing dependency. Searching for this with yum whatprovides and installing the result worked in one case, but for the next one, yum install <package containing missing item> returns a few errors of the form:
package <name-version>.fc12.x86_64 (which is newer than <package-version>.fc12.i686) is already installed Is there any way around this? I'd like to get skype working, but am having no luck at the moment. I'd prefer not to remove the .x86_64 packages if I can avoid it in case that breaks something else.
View 14 Replies
View Related
Jan 3, 2010
I have spent hours installing different packages and have everything pretty much how I want them. Is there a way to get a list of all the packages and/or save it in a way that should I need to reinstall, I do not miss anything
View 1 Replies
View Related
Mar 31, 2010
i hav used ubuntu bfor i jus want to know how to see n change my source list or add a new source list
i am using a proxy in my campus in gettin my yum work it never refreshes package list
View 1 Replies
View Related
Aug 28, 2009
list down all the dependencies(not just libraries but everything that is required by an executable) of an executable in detail
View 9 Replies
View Related
May 7, 2010
I don't know why I can't get listed the installed and not installed packages in the "Add and Remove Software" utility in Fedora 11 with KDE Desktop. I have already used it with no problems, but for some reasons I had to reinstall the system, and I got this problem since then. So, I can't remove packages because the list is empty (picture attached), and for the same reason I can't add new sofware from the Installation DVD.
View 7 Replies
View Related
Nov 9, 2010
I have downloaded d4x download manager program but I do not know its dpendencies. I tried to install the single deb file with "Gdebi Package installer" but it showed an error of dependency. I downloaded that file too which itself could not be installed due to the same problem. The method of one by one file downloading was exhausting. Is there any program that accepts "d4x_2.5.7.1-5_amd64.deb" as input and givres me a full list of dependencies that must be saitisfied proior to installing the program with a single click? I want to give that list to a download manager.
View 14 Replies
View Related
Jan 26, 2011
The question is how can I get full list of dependencies? I mean full list, not only 1lvl from yum deplist "package name" Full list you can see when you do yum install "packages name"
I need this list to my script. So using "yum install" is a little dirty ;/
System centos5
View 2 Replies
View Related
Jan 25, 2011
The question is how can I get full list of dependencies? I mean full list, not only 1lvl from yum deplist "package name"Full list you can see when you do yum install "packages name"
View 3 Replies
View Related
Sep 13, 2009
I m using pidgin2.5.5-1 that is old version of pidgin because of some proxy issue, I dont want to update it anymore but it keeps on showing its update in package updater its very annoying...How could i get rid of it ?I want package updater show all updates except this...that is permanently remove it from update check list.
View 2 Replies
View Related
Aug 31, 2011
i want to knw where can i find the list of all the repositories from where rpm and yum fetches the package and also the location where all the packages are installed by rpm and yum
View 2 Replies
View Related
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
Aug 16, 2010
I need to download lame package to my offline ubuntu [URL] but its involved so many dependencies to download. Is there anyway to ease the pain of downloading each dependencies separately?
View 1 Replies
View Related
Apr 7, 2011
Anyway, as I was installing Java, my computer got shut off and now I have the following problem as I try to install anything from the software center:
Package dependencies cannot be resolved.
I cannot download any of the software required and re-installing is a last resort.
View 2 Replies
View Related
Mar 22, 2011
So to give a little background, I'm trying to pass wireshark(with a custom plugin) through my company's build system.The build system functions inside a change root thus all the dependencies need to located somewhere inside the chroot. Wireshark has a massive dependency tree that I couldn't possibly import manually one by one.So my question is, is there a way to conveniently import all the dependency packages somewhere on your local machine. This would mean I would just import the one folder into my change root.PS: the build-system's change-root has SMART package manager installed. But the channels it comes with are local ones(very little to choose from). So an alternative solution would be import therepositories that apt-get uses into smart and then use smarto install the packages which is monumentally easier.
View 9 Replies
View Related
Sep 1, 2010
I am in fc13, have installed a package, realise lately that its not really useful. that package install a lot of package for dependency.How can i erase all the package together that was downloaded and installed together with the target package as dependency via yum? actually i have done it using #yum erase `cat /var/log/yum.log |grep "Aug 31 22" |awk '{print $5}'|`as I know when I have installed them.....but is there ant safer and better way?
View 1 Replies
View Related
Aug 11, 2010
I have installed a package having almost 145 dependencies. Now when I want to remove the package (yum remove packagename) only the single package is removed.. Is there a way to remove the package including all its dependencies?
View 4 Replies
View Related
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
Aug 4, 2015
I'm trying to install debian in my surface pro but I can't get the network card configured. I installed Arch before and it's wpa_supplicant package was working just fine until the last update. I was wondering if I could download the wpa_supplicant for debian and all it's dependencies from my windows OS to be able to configure my wireless card properly in Debian.
View 4 Replies
View Related
Jun 11, 2010
So short-term needing a replacement for the various tools MS traps you into to make it easy to work with SQL Server.
I'm going to be using postgreSQL, and I'm wondering what's a good strategy as far as a GUI front-end.
1. No building from source. Don't have the time.
2. Keeps package dependencies to a minimum.
3. Won't require me to use KDE. My dev machine is too old to use KDE productively.
View 1 Replies
View Related
Apr 2, 2011
Is there a command that I can use to find out what are the dependencies of a given package.
View 4 Replies
View Related
Aug 14, 2011
dpkg -i package.deb
Doesn't install package if it has not-installed dependencies.
What parameters do I miss to install that package with its dependencies from repository?
View 2 Replies
View Related
Jun 20, 2010
I need to remove libgl1-mesa-swx11, as after I installed it, it has slowed down all my graphics. However, in SPM, it says in order to remove it, I have to remove most of my system, it seems as though it's "dependencies" involve everything to do with graphics, which I was running fine and much better before. So, how do I remove this package without removing dependencies?
View 3 Replies
View Related
Aug 12, 2010
cant update give me this error Package dependencies cannot be resolved
This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
and when i press in details i have this libgirepository1.0-1
View 4 Replies
View Related
Feb 8, 2011
I'm trying to install a package which is failing these dependencies:
[code]...
I downloaded Gnome2-GConf-1.044.tar.gz and I installed it, but I still the package fails the dependencies, even Gnome2::Gconf. What I can do?
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
Feb 10, 2010
I want to find out what is the size of a package including its' dependencies.
PACKAGE_SIZE + ALL_DEPENDENCIES_SIZE = WHAT_I_WANT
View 3 Replies
View Related