Software :: Error - Install Package Using Yum ?
Jul 26, 2011I am try to install a package using yum,i got the following error:
I am using centos 5.5
I am try to install a package using yum,i got the following error:
I am using centos 5.5
System os: CentOS 5.2 32 bitI installed squid and it is proxy server.Later, i install sarg to monitor web log of client...But when i install from rpm package, it show errorQuote: #rpm -ivh sarg-2.2.3-1.el5.rf.i386.rpm error: sarg-2.2.3-1.el5.rf.i386.rpm:pmReadSignature failed: region trailer: BAD, tag 15872 type 2047 offset 28672 count 4238 error: sarg-2.2.3-1.el5.rf.i386.rpm cannot be installed
View 7 Replies View RelatedI have Debian 8.2 stable with kde, when I try install a new package *.deb with APPER, i have this error:
"MIME type 'application/vnd.debian.binary-package' not supported"
And i can't install any package; however if i use terminal with command dpkg -i, I can install packages.
I have a problem with yum installer every time i want to install a new package it gets error:
View 2 Replies View RelatedI have installed Ubuntu 10.04 LTS server 32 Bit. Now have to install FTP package in my sever i dont have internet connection but i have downloaded the vsftpd_2.0.4-0ubuntu4.1_i386.deb file but while installing i get the following error.
# dpkg -i vsftpd_2.0.4-0ubuntu4.1_i386.deb
(Reading database ... 42228 files and directories currently installed.)
Unpacking vsftpd (from vsftpd_2.0.4-0ubuntu4.1_i386.deb) ...
dpkg: error processing vsftpd_2.0.4-0ubuntu4.1_i386.deb (--install):
[Code]....
I've used yum (and rpm) for some time now, and have finally run into one of those dependency problem. I am trying to install git (among other programs), and I have reach an empass. Nothing I've tried has worked, and I just know there is a simple solution to this that I just don't know. It all started by skipping a dependency in the past (don't remember the package). I figured there would be something to clean that up, so I just continued.
Here is my output:
Code: # yum install git
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, security
Adding en_US to language list
Loading mirror speeds from cached hostfile
Excluding mirror: ftp-stud.fht-esslingen.de
Excluding mirror: wftp.tu-chemnitz.de
* livna: rpm.livna.org
* rpmfusion-free: mirror.hiwaay.net .....
--> Processing Dependency: perl(Error) for package: perl-Git-1.7.3.3-1.fc14.noarch
--> Finished Dependency Resolution
Error: Package: perl-Git-1.7.3.3-1.fc14.noarch (updates)
Requires: perl(Error)
Error: Package: git-1.7.3.3-1.fc14.i686 (updates)
Requires: perl(Error)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
If I need to, I could go and download the RPM package and install it that way, but I'd like to get YUM back working properly.
rosy84@rosy84:~$ apt-get install packagename aptitude
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?
Whenever I try to run the software centre or synaptic package manager, all the other programs that are currently running hang(reminiscent of the Vista days) and even if I try to install a package using terminal an error message "Bus dependency error" is displayed.
View 2 Replies View RelatedI always get these:
-Reading package lists... Error!
- when trying to install through Terminal.
And my Software Center doesnt work.
Just did a clean install on my desktop of 10.04. Net was working fine, until I installed GIMP and restarted. A little "NO" symbol pops up next to my wireless indicator, and it tells me to either do an apt-get check from terminal or start the package manager to find out what the problem is...so, I do the apt-get check.
Here's what I get returned from the terminal:
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.
Every time I selected addons and Mysql i got a notice of a bug report. So i gave in and only selected server and it is installing. I hope i can read enough to get it installed..
View 1 Replies View Relatedi first noticed when i tried to get mono via sudo apt-get install mono i got the error
[Code]...
E: Package 'mono' has no installation candidate then i tried to get it through the software center and i noticed the software center wasn't opening.... so i tried searching to find if someone else had the proroblem, they did, one solution was to reinstall python but if i open syapitic software i get the error
[Code]...
Is the ubuntu keyserver broken? I am trying to install a package and every time I try to install the key I get a time out error.
apt-update give me
Code:
W: GPG error: [URL karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 932062C9CD30EE56
Then if I try to install the key I get this?
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CD30EE56
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys CD30EE56
gpg: requesting key CD30EE56 from hkp server keyserver.ubuntu.com
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
Can I tell ubuntu not to bother with the key. I know the package is good and safe to install. I should be the one to judge if its ok to install not ubuntu.
tl;dr - sudo make -> operation not permitted, sudo chown -R 777
* -> operation not permitted on some of the files
I am trying to install a library. Sudo make is getting permission denied on file 1, while using regular make I am getting permission denied on file 2. I have noticed some of the directories in the library are under nobody:nogroup. I tried chown and sudo chown, both didn't work. Sudo chown got permission errors, while chown didn't change ALL the files. (operation not permitted once again) Tried sudo su, and working from there, that also did not work. (permission once again). Using lsattr returned "lsattr: Inappropriate ioctl for device While reading flags on".
Code:
sudo chmod -R 777 *
chmod: changing permissions of `Makefile': Operation not permitted
chmod: changing permissions of `Makefile.am': Operation not permitted
chmod: changing permissions of `Makefile.in': Operation not permitted
chmod: changing permissions of `queue.c': Operation not permitted
chmod: changing permissions of `queue.h': Operation not permitted
chmod: changing permissions of `ucutil.h': Operation not permitted
Note the .libs folder not having write permission....
Code:
chmod -R 777 *
constantin@Nadfadfo:~/network_home/constantin/libraries/unicap/libunicap-0.9.8/common$ ls -la
total 68
drwxrwxrwx 4 constantin constantin 4096 2010-03-17 11:31 .
drwxrwxrwx 8 constantin constantin 4096 2010-03-17 11:31 ..
drwxrwxrwx 2 constantin constantin 4096 2010-03-17 11:31 .deps
drwxr-xr-x 2 nobody nogroup 4096 2010-03-17 11:31 .libs
-rwxrwxrwx 1 constantin constantin 15295 2010-03-17 11:31 Makefile
-rwxrwxrwx 1 constantin constantin 130 2010-01-17 08:17 Makefile.am
-rwxrwxrwx 1 constantin constantin 15262 2010-01-17 08:17 Makefile.in
-rwxrwxrwx 1 constantin constantin 6101 2010-01-17 02:49 queue.c
-rwxrwxrwx 1 constantin constantin 1667 2010-01-17 02:49 queue.h
-rwxrwxrwx 1 constantin constantin 125 2010-01-17 02:49 ucutil.h
System: Karmic Koala 64-bit
I downloaded the 6.06 version of xubuntu because i have a laptop that doesnt support high graphics mode, and i wasnt able to figure out how to get it to run in low graphics mode. i figured that i would get a version from a while back, and then update it up to the current version. now, to the problem. I was able to upgrade 6.10, but now it says Ubuntu version 8.04 available, so i tried to update it. it gets most of the way through the part where it says calculating or something like that, and then it says: "Can't install 'xubuntu-desktop' It was impossible to install a required package. Please report this as a bug." with an option that says close at the bottom. when i click close another window pops up that says: Could not calculate the upgrade A unresolvable problem occurred while calculating the upgrade. This can be caused by:
* Upgrading to a pre-release version of Ubuntu
* Running the current pre-release version of Ubuntu
* Unofficial software packages not provided by Ubuntu
If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bugreport. Then the window just closes... anything that i could do to get rid of this problem? EDIT: Is there any way to update directly from an .iso file on the desktop?
I'm trying to run Processing with this instructions but when I try to install Jikes I get a dependencies error: HTML Code: Error: Dependency is not satisfiable: j2re1.3|j2sdk1.3|j2re1.4|sun-j2re1.4|sun-j2re1.5|sun-j2sdk1.5 I have Java6 jdk and Java6 jdr installed, what should I do????
View 2 Replies View RelatedI installed ubuntu server and got it set up, and im trying to install shorewall as a firewall, but whenever i do sudo apt-get install shorewall i get a package not found error.
View 5 Replies View RelatedI was trying to install ubuntu 9.10 as a dual boot system with windows and I recieved this error message: The Grub package failed to install into /target/. Without the Grub boot loader, the installed system will not boot
This Error comes up after 94% of the install. I also cannot seem to get the side by side install option to work (sometimes this option appears sometimes it does not) I am not sure but I beleive seome of the install files have been placed on the hard drive because I only get the option now to install on the hard drive and totally wipe clean or the emptiest hard drive. So how would I get the possible Ubuntu install off the Hard drive. I have used this CD to Install before it has no scratches therefore should work. Also If I have Win Xp on a Raid 0 will the Ubuntu 9.10 install ?
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 RelatedI am trying to install wine in ubuntu 8.04. While installation getting the error 'No suitable package flex found'. I tried to find out flex package in adobe as well as other sites. unable to find out.
View 3 Replies View Relatedwhen I am trying to install a RPM package I get the following error: failed to install file: [PK_TMP_DIR|dir:///var/tmp/TmpDir.w29lVZ] Repository already exists It tried to install DBVisualizer and Adobe Reader 9 and get the same error. Just the directory is different. How do I solve this? I tried to delete the mentioned directories but I can't find them on the file system.
View 4 Replies View Relatedi accidentally pulled the power while an upgrade was going on. I felt bad, so went to do "yum-complete-transaction" only it was going to remove my entire system. Bad idea. So, instead, I tried to do yum update on my own. Well, it says that i need a package (glib2-some version-already-installed) to upgrade the glib2-devel package. The problem is that the version needed is already installed. I tried getting yum to reinstall it, but that didn't fix anything. Mainly because it says that is installed and not available. So the final error is "no package matched to install." I know that this probably looks weird and disjointed, so I am happy to provide info to try and get this fixed.
View 6 Replies View Relatedg++4.4.3 has already been installed in Ubuntu 10.04. However, g++-3.3 is needed to compile a stupid source code (g++-4.4.3 does not work out).
[Code]....
Other g++ versions, including g++-4.1, g++-4.2, g++-4.3, and g++-4.4, are available. Why g++-3.3 is not on the list.....
Subprocess failed. Error: RPM failed: installing package xen-4.0.0_21091_06-0.1.1.x86_64 needs 27MB on the /boot filesystemI seem not to be able to change the size of the /boot, but 11.2 loads okay but not 11.3There only 19MB left from 66 and I can't make it bigger, I hope there is someone thathas seen this. I would like to see some of the update with XEN.
View 1 Replies View RelatedWhen 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]....
my error when trying to run a VB (Virtualbox). Error as copied from error box. install the virtualbox-ose-modules package for your kernel and execute 'modprobe vboxdrv' as root. VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
[code]...
I get this when trying to launch a VB after making one with wizzard.
I try to use Ubuntu Software Center, Synaptic or apt-get to install a package, it seems to give an error(okay, USC stops the install and Synaptic crashes), apt-get gives the traceback
[Code]....
Whenever I install something from the software center, I get this error:
installArchives() failed: Selecting previously deselected package lsdvd.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
[Code]...
However, the package itself succeeds with installation. Looks to me like it's a problem with a kernel I installed.
when i was about to install turbo c using dosbox in ubuntu on the console i typed the commandas sudo apt-get install dosbox the error occured as E:couldnt find the package dosbox
View 5 Replies View RelatedI 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