Search found 6 matches

by mplex
Fri Mar 25, 2011 12:37 am
Forum: MP - Suggestions
Topic: How to create xnview deb package for Ubuntu
Replies: 24
Views: 27962

Re: How to create xnview deb package for Ubuntu

If you have installed a package with unmet dependencies using dpkg (e.g., installing xnviewmp without ia32-libs) you can use the command below to correct the dependencies.

Code: Select all

sudo apt-get -f install
by mplex
Thu Mar 24, 2011 6:09 am
Forum: MP - Suggestions
Topic: How to create xnview deb package for Ubuntu
Replies: 24
Views: 27962

Re: How to create xnview deb package for Ubuntu

I've updated the install script to test the architecture of the xnview binary prior to creating the deb package. If you're downloading the 64-bit version of xnviewmp then you don't need to install the ia32-libs package which is only necessary for installing a 32-bit application on a 64-bit system ...
by mplex
Sun Sep 12, 2010 10:48 pm
Forum: MP - Suggestions
Topic: How to create xnview deb package for Ubuntu
Replies: 24
Views: 27962

Re: How to create xnview deb package for Ubuntu 10.04

I've updated and simplified this guide for Ubuntu Lucid (10.04). A bash script has been created and attached to the first post in this thread that will auto-generate and install the deb package. Please post any bugs you discover in the install script.
by mplex
Sat Mar 20, 2010 8:03 pm
Forum: MP - Suggestions
Topic: How to create xnview deb package for Ubuntu
Replies: 24
Views: 27962

Re: How to create xnview deb package for Ubuntu Karmic (9.10)

You may want to update the package for v0.25. There are only a couple of lines that need changing.

In the xnviewmp/usr/sbin/xnviewmp file change vers="0.21" to vers="0.25".

In the xnviewmp/DEBIAN/control file change "Version: 0.21b" to "Version: 0.25".
by mplex
Mon Nov 30, 2009 7:28 am
Forum: MP - Suggestions
Topic: How to create xnview deb package for Ubuntu
Replies: 24
Views: 27962

Re: How to create xnview deb package for Ubuntu Karmic (9.10)


If you're running Ubuntu 32-bit then change the Architecture line to "Architecture: i386" and remove the "Depends:" line.

The control file for 32-bit systems should look like the following.

Package: xnviewmp
Version: 0.21b
Architecture: i386
Installed-Size: 37213
Section: graphics
Priority ...
by mplex
Tue Nov 24, 2009 3:15 pm
Forum: MP - Suggestions
Topic: How to create xnview deb package for Ubuntu
Replies: 24
Views: 27962

How to create xnview deb package for Ubuntu

You can use the attached script to create a deb package for xnviewmp. Prior to running this script please make sure you have the following packages installed.

sudo apt-get install wget tar gzip dpkg coreutils sed gdebi



Download the attachment to this post
Extract the install-xnviewmp script ...