General :: Apt-cache Search <package> Show Package Size?

Apr 5, 2011

Is there anyway to show package size that comes up in the search so you don't have to apt-get install package individually and wait for the installation initiation and then reject to install after it gives u the [y/N] confirmation thing?

View 2 Replies


ADVERTISEMENT

General :: Apt-cache - Wouldn't Show That A Package In Repository That Apt Has Never Heard Of Depends On It?

Dec 4, 2009

When using apt-cache to find the reverse depends of a package, it would only show dependencies for packages in repositories that you have added wouldn't it? It wouldn't show that a package in a repository that your apt has never heard of depends on it?

I'm a slackware guy and don't use apt but am helping someone else and I almost told them that before I realized that I just made it up out of the blue.

View 2 Replies View Related

General :: Remove A Package In A Local Cache?

Oct 7, 2010

how should i remove a package in a local cache? i tried removepkg packagename.txz and itdeleted its files. but then i tried to install it back, it says its in the local cache so it didn't download the package but instead it installs it right directly. i want it to downloadit once again because the package isn't working.

View 3 Replies View Related

General :: Getting Package Size Including Dependencies?

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

General :: Make ZIP Or RAR Package Of Directory With Increased Size?

Nov 30, 2010

I have this directory with multiple images 'pics' and the size is 20mb and I want to make a .zip or .rar package of this directory but with an increased size so the .zip/.rar file will be 100mb, and then when you extract it the file size is the original 20mb. I want to make the result file bigger, no compress it. I need to put all the directory in one single file .zip or .rar but it has to weight more (100mb), maybe it can be done with another application. By the way, I have a centos 5 from command line.

View 2 Replies View Related

Fedora :: No Package Cache Is Available

Oct 1, 2009

I am using Fedora 11 64-bit. The problem is, when I start to install any updates or new packages, the system return the following error:No package cache is available.The package list needs to be rebuilt.This should have been done by the backend automatically.

Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again.I am completely new to linux, meaning I have never, ever, used a linux based system. I have recently accustomed to myself with only the basic commands (ls, yum, help, g++ etc.)

View 2 Replies View Related

General :: 'Package Collections' On Linux Add / Remove Software 'DID'NT SHOW'

Dec 29, 2010

WHY?? if i click tab package collections / all packages in add/remove software there's no acts after i click that.. but, i've install sme software or program on my linux server...package.png

what the problem with my linux ? i've reinstalled linux fedora 11 more than 4times, also the software program... but there's still like that ..

View 1 Replies View Related

Fedora Installation :: Add / Remove Software / No Package Cache Is Available

Jan 28, 2009

I now want to review and possibly remove some software with the Add/ Remove Software Tool. When I try to locate installed packages I get an error that reports 'No Package Cache Is Available'. It also says 'the package list needs to be rebuilt', 'this should have been done by the backend automatically'. When I click on 'More Details' it says 'Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify it's path and try again'.Can anyone please explain what's going on, and what I need to do to get the package list rebuilt?

View 14 Replies View Related

Software :: Copy /var/cache/apt To Speed Up Package Install ?

Sep 6, 2009

I frequent update and install packages on a lots of machines using apt-get update and install.

I was wondering if I can just update and install on one machine and then copy those cached file

undar /var/cache/apt to other machine, so I can save downloading time while do apt-get install.

I tried, but seems apt-get ignored those files and downloading from source anyway. Any idea?

View 1 Replies View Related

General :: Package Kernel-package Has No Installation Candidate?

May 26, 2010

I want to install kernel package by this command sudo apt-get install kernel-packagebut it gives me the error :Package kernel-package has no installation candidate

View 1 Replies View Related

Debian :: Search Through Package Categories By Popularity?

Mar 30, 2011

I want to find some interesting games but the complete list looks a bit daunting. I can search the web for this information but what would be even better is if I could search a category in order of popularity. Is there a way to do this? Categories can be found here: [URL]

If not, is there a way I can find a list of packages in textlist format (like here: [URL]) for each category (rather than a complete list)?

View 6 Replies View Related

Ubuntu Servers :: Open Synaptic Package Manager - Internal Error Opening Cache (1)

Jul 22, 2011

while trying to open synaptic package manager i get the following errer "E: The package clamav-daemon needs to be reinstalled, but I can't find an archive for it. E: Internal error opening cache (1). Please report."

View 5 Replies View Related

Debian :: Package Search Site And Stable, Sid, And Experimental All Have Packages For Wine

Aug 21, 2011

At first I thought it might be a free software thing but I went on the debian package search site and stable, sid, and experimental all have packages for wine. Why is there none for wheezy? Is it a temporary dependency thing or...? I've googled this but there has been no kind of answer anywhere. Right now I'm using the frickelplatz apotsid repository as they package the most recent version of wine but if I could use a standard debian repository I would.

View 6 Replies View Related

OpenSUSE :: How To Know The Size Of A Package In YaST2

Apr 26, 2011

Is there a way to know the size of a package in YaST2?I only have 50MB left in my root partition / (Btw, my /home is in a separate partition.) and I'm looking for a way to selectively delete package depending on it's size. Also, when we "remove" a package in YaST2, is it "completely" removed? or is there some residual rpm left? (of course /home/configs would be kept as it is an expected behavior).

View 5 Replies View Related

Slackware :: Error In Package Size With PKGtool

Apr 10, 2011

A slacky.eu user Spina, I did notice a bug in calculating the size of the package when the directory contains a space in the name. Example:

Code:
/tmp/prova dir# LANG=en installpkg abook-0.6.0pre2-i686-4cf.txz
/bin/du: cannot access `/tmp/prova': No such file or directory
/bin/du: cannot access `dir/abook-0.6.0pre2-i686-4cf.txz': No such file or directory
Verifying package abook-0.6.0pre2-i686-4cf.txz.
Installing package abook-0.6.0pre2-i686-4cf.txz:

PACKAGE DESCRIPTION:
# abook
# Abook is a text-based addressbook program designed to use with mutt
# mail client. Abook runs on Linux, FreeBSD and some other UNIXes.
# Home: [URL]
# Package abook-0.6.0pre2-i686-4cf.txz installed.

This error is caused by 'readlink -f'
COMPRESSED="$(/bin/du -sh $(readlink -f $package) | cut -f 1)"
instead with
Code:
COMPRESSED="$(/bin/du -sh "$(readlink -f $package)" | cut -f 1)"
it's ok

View 1 Replies View Related

Ubuntu :: Uninstalling Package That Does Not Show In Synaptic

Jun 17, 2011

The problem below is probably related to the fact that I tried to install a 32-bit version of Teamviewer on a 64 bit system. I have now downloaded the right version, but when I try to install it I get: teamviewer6: 6.0.9224 (Multi-Arch: no) is not co-installable with teamviewer6:i386 6.0.9224 (Multi-Arch: no) which is currently installed But the Synaptic Package Manager does not indicate that Teamviewer is installed, nor does it appear under installed apps in the panel. So how do I get rid of the teamviewer6:i386?

View 6 Replies View Related

General :: Getting The Package Name That Contains A Library - Error "No Package Gthread-2.0 Not Found"

Jan 22, 2011

Fedora 14 I recently went to install some software using the source files. When I ran the command ./configure I got a message saying that No package gthread-2.0 not found After searching the internet some one had the same problem. I needed to install a package called glib2-devel However, rather that searching the internet. Is there any yum command that can give me that information?

View 2 Replies View Related

Ubuntu :: How To Make Manually Installed Software Show Up As Package In Synaptic

Oct 19, 2010

When I install something manually it won't show up in synaptic package manager, so how do I fix this?

View 3 Replies View Related

Ubuntu Servers :: Libnetpacket-perl Package For 9.10 Karmic - Functionality Present In Another 9.10 Package With A Different Name?

Jan 8, 2010

I need to install the following dependencies for synspam on Ubuntu 9.10 karmic server:

Code:
sudo aptitude install nfqueue-bindings-perl libsys-syslog-perl libappconfig-perl libnetpacket-perl libnetaddr-ip-perl
dpkg -i synspam_version_all.deb
Of these, only libnetpacket-perl is not packaged for Ubuntu 9.10 karmic.

Is this functionality present in another 9.10 package with a different name? 10.04 Lucid does have the package: [URL]

View 1 Replies View Related

SUSE :: Package A War File As An RPM Package - Always Giving Errors In %build Stage

Feb 14, 2011

Still I am asked to package a war file as an RPM package. That is an unusual RPM packaging(To me). If you guys could guide me I have a war file inside a folder, that folder is inside a tar file as a SOURCE for RPM package. The structure is like below.

[Code]...

I simply want that the war file from sources is transferred to the web app of my tomcat server through RPM. I try to package it as an RPM, but its always giving me errors in %build stage. When I try to remove %build from stage from the spec file, then it says command missing.

My system details are:
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 1
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"

View 5 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 :: Package Installation Error / 'E: Unable To Locate Package Xxx'

Feb 3, 2011

I am following this guide to installing eclipse via terminal command-line on Linux. However, this seems to be happening lately with all the packages I try to install..I checked the Synaptic Package Manager and reloaded and rebooted the computer, but to no avail.

View 5 Replies View Related

Ubuntu Installation :: Installing Package Through Synaptic Package Manager?

Aug 3, 2011

I have a problem when installing this package through synaptic package manager. this is :

libpng12-dev
the error is:
W: Failed to fetch http://security.ubuntu.com/ubuntu/po...tu2.1_i386.deb
404 Not Found [IP: 91.189.92.167 80]
my distribution is ubuntu 10.4.

View 1 Replies View Related

General :: Bash Command For Getting L2 And L3 Cache Size?

Sep 4, 2010

How do I get the L2 and L3 cache size?

View 4 Replies View Related

OpenSUSE :: Start Up Package Manager Or Package Finder In 11.3?

Sep 3, 2010

Am I the only one who gets this on gnome everytime I start up package manager or package finder in 11.3?

System management is locked by the application with pid 6890 (/usr/sbin/packagekitd)

I literally have to kill -9 pid everytime I run it. What is going on here?

View 3 Replies View Related

Ubuntu :: Way To Determine Which Libraries Package Needs Before Installing Package Itself?

Feb 24, 2010

Is there a way to determine which libraries a package needs before installing the package itself?

View 2 Replies View Related

Ubuntu Installation :: E: Encountered A Package With No Package: Header

Jun 20, 2010

I just finished installing a dual boot XP/Ubuntu 10.04 LTS for desktop about half an hour ago, and it's my first experience with a Linux OS. Now that my *complete idiot noob* flag is flying, I have an error I think I need to report:An error occurs with the Package Manager, I get this message when I try to run it, and when Ubuntu boots:

E: Encountered a Package with no Package: header
E: Problem with MergeList /var/lib/apt/lists/
us.archive.ubuntu.com_ubuntu_dists_lucid_restricte d_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.

This usually means that your installed packages have unmet dependencies I tried to download and install Chrome, and it came up with a similar error.

Is my install corrupt/incomplete or something? My setup is a P4 2.4Ghz, 512Mb RAM, onboard graphics, wireless internet and the HDD is 40GB, split into 2 partitions, and my Ubuntu Partition is 10 GB. I'm running Ubuntu 10.04 LTS distribution, and the other OS is Windows XP Professional SP3.I installed Ubuntu by using the Wubi installer.

View 1 Replies View Related

Ubuntu :: Install A .bin Package With Synaptic Package Manager?

Oct 2, 2010

I want to install CmapTools in my desktop, which runs v.10.04. I have downloaded the .bin file from their site.Is there a way to install it using Synaptic Package Manager?

View 2 Replies View Related

Software :: Compile And Install Xmonad Package By Package?

Jul 28, 2011

I originally attempted to compile and install xmonad package by package, and the end result was this:

Code:
$ xmonad /home/adx/.xmonad/xmonad-x86_64-linux: executeFile: does not exist (No such file or directory)
X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Serial number of failed request: 7 Current serial number in output stream: 8 I figured I left out a flag on the make file or something, so I tried the slackbuild packages next; however, the same error was present at launch.

View 1 Replies View Related

CentOS 5 :: Building RPM Package With Specific Noarch Sub-package

Feb 3, 2011

I was building yesterday the boost-1.45.0 RPM package for CentOS 5.5.

View 3 Replies View Related







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