0
votes
1answer
37 views

Is there any YUM to APT-GET tool?

I have a big source code where it wants to install everything where shown of YUM (Fedora, CentOS, Red hat package manager). Example: $ yum install bzip2 cpio curl curl-devel fileutils gettext-devel ...
1
vote
1answer
36 views

Install same packages from one server on another

I have a legacy Ubuntu Server 12.04 (i386) and a new Ubuntu Server 12.04 LTS (AMD64) How do I use the same list of packages from the legacy server on the AMD64 server? I tried this: dpkg ...
0
votes
0answers
11 views

error: parsing file '/var/lib/dpkg/available' near line 13 package 'python-pkg-resources' [duplicate]

Possible Duplicate: dpkg: error: parsing file ‘/var/lib/dpkg/available’ near line 13 package 'python-pkg-resources error dpkg: error: parsing file '/var/lib/dpkg/available' near line 13 ...
0
votes
0answers
291 views

dpkg: error: parsing file '/var/lib/dpkg/available' near line 13 package 'python-pkg-resources error

I got frustraded and re-installed ubuntu server. I'm at the point in the cmd line: sudo apt-get update .. done sudo apt-get upgrade .. done sudo apt-get install linux-image-server ...
0
votes
0answers
180 views

E:sub-process /usr/bin/dpkg returned an error code (2) error [duplicate]

I got frustrated and re-instaled Ubuntu server .. I'm at the CLI sudo apt-get update .. done sudo apt-get upgrade .. done sudo apt-get install linux-image-server linux-headders-server ...
0
votes
1answer
351 views

Offline MySQL installation (Using deb file and no internet connection)

I downloaded MySQL's installation package and ran the following command after installing a fresh Ubuntu server. dpkg -i mysql-5.5.28-debian6.0-x86_64.deb It installed fine and then I tried starting ...
4
votes
2answers
201 views

Enabling unattended-upgrades from a shell script

I have a shell script to automatically configure new Ubuntu virtual machines for my purposes. I would like this script to install and enable unattended-upgrades, but I cannot figure out how to do so ...
0
votes
0answers
54 views

dpkg in uninterruptible sleep

I have several Ubuntu servers 10.04. Today, I tried to upgrade some packages on one of these servers and the process got stuck. I logged in using another SSH session and I found that dpkg is in D ...
2
votes
1answer
311 views

Unable to free space in /boot

Running: Linux ips-svf-1 3.0.0-22-server #36-Ubuntu SMP Tue Jun 12 17:56:20 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux I'm trying to free space in /boot with apt-get -y purge, but every time I run the ...
0
votes
1answer
320 views

How to completely remove other versions of Java on 11.10?

I have been trying to install Java on my dedicated server. I have partially installed multiple versions of Java and now cannot un-install them as they all have dependencies. Whenever I try and ...
0
votes
1answer
142 views

Unable to upgrade Ubuntu Server as psa-imp won't uninstall

When I try to upgrade Ubuntu using apt-get upgrade I get the message (Reading database ... 67729 files and directories currently installed.) Removing psa-imp ... Where it will hang for ages ...
2
votes
3answers
125 views

can apt do everthing dpkg can?

As I understand things apt uses dpkg are there any operations that you can do with dpkg that can't be done with apt? as a new User to Ubuntu server do I need to learn anything about dpkg?
3
votes
1answer
335 views

Bypassing excessive dependencies when installing r-base-core

I'm trying to install R (via r-base-core) on an ubuntu 10.10 server. It is trying to install all of the following: The following NEW packages will be installed: apt-xapian-index apturl ...
5
votes
1answer
2k views

Can't upgrade packages, it gets stuck on openjdk-6-jre-headless

I am using Ubuntu Maverick (server). When I run: apt-get upgrade it gets stuck on: Setting up openjdk-6-jre-headless (6b20-1.9.7-0ubuntu1) ... Why? And what can I do to stop it? I tried ...
7
votes
1answer
324 views

Cloud server stuck on dpkg --configure -a

I have an amazon micro instance which runs one or two things for me. The config is minimal, it mainly acts as a host for a java application and couchdb. I tried to install curl today and got this ...
9
votes
4answers
641 views

Does installing packages manually with dpkg prevent a future upgrade path?

I manage a private network which has no internet connectivity due to the security policy of the customer. This network has a single Ubuntu 10.04 LTS Server installation (soon to be several more) and ...