0
votes
1answer
24 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
0answers
32 views

How to install xnviewmp using package management aptitude `apt-get` on Ubuntu 12.10?

How to install xnviewmp using package management aptitude apt-get on Ubuntu 12.10? Visiting https://apps.ubuntu.com/cat/applications/xnviewmp/ and clicking through to software center ends results in ...
0
votes
1answer
31 views

apt authentication failure on self-signed package

I did create a gpg key using "gpg --gen-key", here is the listing: > gpg --list-keys /home/<user>/.gnupg/pubring.gpg -------------------------------- pub 2048R/99EDE0B7 2013-02-05 uid ...
0
votes
0answers
18 views

Package Error When Upgrading or Installing anything

I've been dealing with this issue for a while now and have serched for weeks but can't find anyway to fix it. I basically can't install any programs or packages from anywhere. Everytime I do it gives ...
4
votes
1answer
60 views

How do I delete all packages which match a certain pattern?

I want to uninstall libreoffice. This program consists of about three dozen modules. Ideally, they could be removed with: aptitude remove libreoffice3.6* libreoffice-debian-menus libobasis3.6-* but ...
0
votes
1answer
81 views

uninstall packages using dpkg

I want to uninstall openoffice package and want to do this using single command or regular expression i.e dpkg -r openoffice-org* but dpkg doesnot accept wild cards how can i uninstall all the ...
0
votes
0answers
20 views

How to restore lost status file for packages?

I removed content of /var/lib/dpkg/status by accident. Now synaptic shows no installed package and I can't install any new package; every single package tries to get everything from scratch. Even libc ...
1
vote
1answer
37 views

Creating a multiarch meta package

I'm trying to create a meta-package to install various dependencies (for Android build system), some of the packages should use the i386 version so I tried to use the "Multi-Arch" option but it fails ...
0
votes
1answer
111 views

Update Manager cannot update due to dpkg error… (Ubuntu 12.10)

I just downloaded the updates to Ubuntu 12.10; however, when I attempt to install these packages, I get this error [via Update Manager]: installArchives() failed: Preconfiguring packages ... ...
1
vote
1answer
114 views

Cannot install any package using apt

It seems that some packages on my Ubuntu (Ubuntu 10.04.4 LTS, lucid) are broken, preventing me from installing any new packages. I have gone through similar questions in this site, but all proves ...
0
votes
0answers
20 views

Fixing apt-get and dpkg? Again [duplicate]

Possible Duplicate: Broken dependencies due to libjackd Okay, so i'm running Ubuntu 12.04 (precise) 64-bit. I've run into this problem several times, each time find another solution for it: ...
2
votes
2answers
36 views

Finding diff to conffile?

Suppose some package foo... $ apt-get install foo ..installs a dpkg blessed conffile /etc/foo.conf (ie package maintainer version) Now suppose after the package is installed /etc/foo.conf is ...
4
votes
1answer
343 views

How can I fix dependency problems with firefox? [duplicate]

Possible Duplicate: How do I resolve unmet dependencies? I can't do anything from Ubuntu Software Center or from Terminal This is what i get from command line: deus@comp:~$ sudo apt-get ...
0
votes
1answer
66 views

Having a Problem After Installing Mac-osx Theme and setting it up With Cairo dock

When i write sudo apt-get upgrade This message Shows Up:"dpkg: error: cannot scan updates directory `/var/lib/dpkg/updates/': No such file or directory E: Sub-process /usr/bin/dpkg returned an error ...
3
votes
2answers
311 views

Install usblib package - Ubuntu

I need the package libusb for another package I am installing. I tried the following which seemed to install the package, sudo apt-get install libusb-dev but when I try to install the other ...
1
vote
0answers
54 views

dpkg error getting while upgrading from 12.04 to 12.10

How to solve this error: dpkg: error: parsing file '/var/lib/dpkg/status' near line 15356 package 'libogg0': package has field 'Multi-Arch: same' but is missing architecture
1
vote
3answers
2k views

How to reinstall a package

I am getting this while installing libebml3: Errors were encountered while processing: libebml3:i386 Error in function: dpkg: error processing libebml3:i386 (--configure): Package is in a very bad ...
0
votes
0answers
39 views

Installing SystemTap errors

I am trying to install SystemTap but I get the following error: dpkg: error processing samba4 (--configure): subprocess installed post-installation script returned error exit status 126 Errors were ...
3
votes
3answers
332 views

always purge on remove in package

I am maintaining a debian package, which includes some config files that are installed under /etc/. Is there a way I can somehow make the package to always automatically --purge itself whenever a user ...
1
vote
0answers
33 views

Terminal Errors/Package Erros

After running some updates a week ago or so, I've noticed that after any installations via the Ubuntu Software Center or any installed in the GUI have given an error message stating that there was a ...
0
votes
0answers
206 views

is dpkg -i some-older-version.deb --force-all dangerous?

Note that this is not a question about "how to install an older package" but instead on the reversibility of the possible damage this might do to my system. I am running 12.04LTS. The version of ...
0
votes
2answers
559 views

Package operation failed when updating 12.04

Whenever I try to update 12.04, I get the "Package Operation Failed" message. I haven't been able to update my system. In the "Details" section it says: installArchives() failed: Extracting ...
0
votes
4answers
3k views

dpkg reports error on package icaclient

I installed the icaclient (it's a client for Citrix) a while back. I don't exactly remember what I did to get it working but it was enervating. I had to install some old packages not even avaiable for ...
11
votes
3answers
1k views

Why do some packages conflict with themselves?

After an upgrade to Oneiric I have had some troubles with the package manager (it wanted to remove half of my system, including libc6, zlib1g packages etc). During the fight with aptitude I've noticed ...
0
votes
1answer
671 views

How to install synaptics clickpad patch?

I'm affected by this bug, which means my ClickPad is not working properly. The bug-description says, there are patches for this, which can be found here. But when I download the newest version of ...
3
votes
4answers
2k views

Script to only execute during first install of a package

I recently started packaging up some of my software and publishing it on Launchpad. The installation and removal works fine, but upgrading the package form one version to the next version is ...
0
votes
3answers
236 views

Removing packages through a list [closed]

I'm running Peppermint OS Two and it uses natty packages. I want to introduce some oneiric packages. As I go along I backup my list of packages and /var/cache/apt/archives. The plan is if I install ...
1
vote
0answers
434 views

How to make a deb install only when the dependency is installed, or the conflicting packages aren't? [closed]

I'm making a package for Cydia, but since it uses APT/dpkg, I thought I'd ask this question here. I want my package to only install if gsc.wildcat (represents an iPad) is installed, or if ...
5
votes
2answers
3k views

Find (and reinstall) packages with corrupted files (without breaking anything)

I usually prefer to fix a Linux system than to reinstall from scratch. My computers have seen many distribution upgrades and a list of PPAs or third-party repositories. APT usually makes sure that ...
3
votes
3answers
233 views

How to find the most recent version of a package in the repositories?

How do I find the most recent version of a package in the repositories in a shell script? If I use apt-cache-policy, I get the installed version as "Candidate", not the most recent one from the ...
12
votes
5answers
3k views

Is it possible to install a .deb from a URL?

Is there a way to install a deb package directly from a URL, using a shell? Something like dpkg -i http://domain.com/path/to/package.deb (I know I could use wget and then dpkg, I'm just wondering ...
2
votes
0answers
378 views

Creating .deb with javahelper [closed]

I have already lost the full day trying to figure out what I'm doing bad. I can't package my Java application into .deb package. The steps I'm doing are: 1) Copy the src files into folder with name: ...
24
votes
1answer
1k views

How to create a meta-package that automatically installs other packages?

I'd like to be able to create a package that doesnt contain any code or programs itself, but instead installs other packages that exist in the repositories onto a computer, sort of how the ...
1
vote
1answer
48 views

File added to project doesn't get added to packages

I'm creating customized binary versions of OpenStack nova packages (lp:nova) using their packaging scripts (lp:~openstack-ubuntu-packagers/ubuntu/natty/nova/ubuntu). I create binaries by doing: ...
4
votes
2answers
1k views

How to trick apt dependencies? [duplicate]

Possible Duplicate: How to create a meta-package that automatically installs other packages? I want to use Frescobaldi (an editor for Lilypond), but the packaged release of lilypond ...
1
vote
2answers
97 views

Recovering package metadata info

From the console, is there a way to recover the architecture of a package when it is not currently installed ? I know the name and version of the package.
4
votes
1answer
67 views

How to find and back up only files not part of a package

How can I find a list of every file that is modified or added outside the debian package management system? Cruft is unmaintained and doesn't know about the way today's debian package management ...
5
votes
3answers
243 views

Find minimal equivalent of packages currently installed

I have used a tool that calculates the minimal set of packages you can install to get the current set of packages you have. This is different than telling you what your selections are. It literally ...
3
votes
1answer
325 views

Filenames in the apt cache directory

Why the packages in the directory /var/cache/apt/archives/ have names like: *x11proto-damage-Dev_1%3a1.2.0-1_all.deb* where the "strange" in this case is "%3". In fact, if I download it ...
9
votes
4answers
638 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 ...