Ubuntu Servers :: Package Install Error In 10.04
Apr 26, 2011
I 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]....
View 9 Replies
ADVERTISEMENT
Jun 10, 2011
I 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 Related
Mar 3, 2011
I have installed the latest server (Ubuntu 10.04). When I tried (including sudo apt-get update first followed by sudo apt-get install virtinst) I get Unable to locate the package virtinst. It also did it for a few others as well. The apt-get update command is successful (on the console it says it is Done). I have network connection (no proxy) and I am able to ping other systems at home and outside world. So I don't believe it is network issue.
View 1 Replies
View Related
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
Jul 29, 2010
I'm having some problems getting the GUI installed in my Server 10.04 installation.
I've installed the Ubuntu server 10.04 32bit with a VMWare player on a Windows XP Pro host. Everything seems to have gone ok but at the end of the install it said that VMWare items are being installed and while that happens I can only use the terminal mode or I could wait for the GUI to load. Well the GUI never loaded so I logged in through the terminal.
I realized immediately that I'm over my head as I'm more familiar with DOS rather than bash or the terminal commands of Ubuntu. So I tried to look up on the internet (from my host machine) on how to start or install the GUI interface for the server. I've found lots of things that show commands like:
sudo apt-get install gnome gdm
or
sudo aptitude install gnome-core
but in all cases I get a message that the package is not found. So I'm wondering how do I find the package so that I can install this?
View 2 Replies
View Related
Nov 28, 2010
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 Related
Aug 6, 2011
I always get these:
-Reading package lists... Error!
- when trying to install through Terminal.
And my Software Center doesnt work.
View 1 Replies
View Related
Sep 4, 2010
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.
View 9 Replies
View Related
Jul 26, 2011
I am try to install a package using yum,i got the following error:
I am using centos 5.5
View 7 Replies
View Related
Jul 9, 2010
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 Related
Mar 18, 2011
i 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]...
View 6 Replies
View Related
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
Mar 16, 2011
I installed ubuntu 10.10 server from an usb stick. I do not have access to a wired connection and do not have a CD drive, so now I need to configure the wireless connection.for that I need to have wireless-tools which if i am not wrong are not installed by default so the question is: how can I install the wireless-tools package from an usb using only command line? note: I got internet access from another ubuntu-desktop PC so i can download any package needed, etc.
View 3 Replies
View Related
Mar 16, 2010
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.
View 1 Replies
View Related
Mar 17, 2010
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
View 1 Replies
View Related
Apr 15, 2016
I 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.
View 2 Replies
View Related
Nov 5, 2009
I have a problem with yum installer every time i want to install a new package it gets error:
View 2 Replies
View Related
Dec 16, 2010
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.
View 7 Replies
View Related
Apr 26, 2011
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?
View 7 Replies
View Related
Aug 3, 2010
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 Related
Oct 6, 2010
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?
View 1 Replies
View Related
Jan 29, 2011
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 Related
Oct 2, 2010
I 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 ?
View 4 Replies
View Related
Jan 7, 2011
I 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 Related
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
May 6, 2011
g++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.....
View 5 Replies
View Related
Jan 21, 2011
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]....
View 6 Replies
View Related
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
Jul 6, 2010
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.
View 4 Replies
View Related
Apr 3, 2010
I am trying to install centos on two servers. The first a dell power edge p4 2.4 ghz 512 ram, the other is a supermicro with almost the exact specs. I tried to install the centos cd, using roxio to create the disk, (then just for measures tested the cd on my laptop and it loaded just fine into the centos install gui.) But it says media error when I try it on the dell and blue screens the other server. However if I put the windows cd in on both the servers, the windows install goes perfect. Apologies again if this is misplaces but I just joined the site and have had a difficult time trying to find where to post. What I am trying to do in the end is run web servers using apache.
View 6 Replies
View Related