Showing posts with label .deb package. Show all posts
Showing posts with label .deb package. Show all posts

Tuesday, June 24, 2008

GPRS Easy Connect for Ubuntu Hardy Heron

Many members of an Ubuntu Community that I am a member of on Orkut seem to have problems getting their GPRS connections working. Someone found a tool call GPRS Easy Connect which seems to work well for some, especially in India.

This application is quite old and is not undergoing further development. The author, Simon Péter, informed me that he is rewriting the application from scratch but it will only be done around the end of 2008. Also the new version will work perfectly on Ubuntu as this is the distribution he is currently working on. The currently available version was built on Mandriva and requires a few fixes to get working in Ubuntu.

To make life easier for the newer users, I built a .deb package that incorporates these fixes for Ubuntu Hardy Heron. As far as I know, it has worked for at least two people and I thought I'd put it up for download for the benefit of others who would like a simple and easy solution.

The obligatory disclaimer: Use at your own risk!

Download GPRS Easy Connect - gprsec_1.0.1_i386.deb

Thursday, May 08, 2008

AcetoneISO2: The CD/DVD image manipulator for Linux

According to the AcetoneISO2 website,

AcetoneISO2, is a feature-rich and complete software application to manage CD/DVD images. Thanks to powerful open source tools such as fuseiso, AcetoneISO2 will let You mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things. Everything will be done inside a handy GUI.


Their website as of now does not offer a .deb package for Ubuntu and I wanted to try it out so I compiled and built a .deb package for Ubuntu 'Hardy Heron'. My .deb package can be downloaded from here.

** Users who are to use AcetoneISO2 should be added to the group 'fuse'
This is done with the command:
sudo addgroup *your-username* fuse
(example: "sudo addgroup johndoe fuse")

The only downside I can see to this application is that it depends on Qt libraries which means that it will be a rather big download including dependencies. Otherwise, the interface is simple to use and makes mounting of the more dubious image formats a breeze. However, it did not mount the DAA format the reason for which I installed this program. Some other functions include image encrypting and compression, md5sum file creation and verification, converting from other formats (including Mac OS images) to ISO, floppy drive emulation and Video/DVD ripping and encoding.

The project's homepage is http://www.acetoneiso.netsons.org/.

P.S. The obligatory disclaimer: Use this package at your own risk!

[EDIT] I made some changes to the package on 2nd June, 2008 at the request of the AcetoneISO2 team. Basically, the change was concerning dependencies so that KDE4 users do not have to download KDE3 libraries. I have updated the link above.

Monday, May 28, 2007

Pidgin for Dapper

Hi everybody!

The popular Linux instant messaging program GAIM has changed its name to Pidgin with the introduction of version 2.0. I had been looking for a Pidgin .deb package for Ubuntu Dapper and couldn't find one. So instead of waiting around for one to appear I built one today from source. I have installed it and it seems to be working fine and it has 'adopted' the settings and accounts from the previous GAIM installation.

I would like to share this package with anyone who might need it. But first let me warn you that I am not an expert at building packages. I do not know what dependencies are required by Pidgin but I would suppose they would be the same as for the GAIM 2.0 betas. This package will not tell apt-get to resolve dependencies so I strongly suggest you install the GAIM 2.0 beta packages and handle the dependencies that way.

Use this package at your own risk!

Pidgin 2.0.1-1 for Ubuntu Dapper [Link 1]
Pidgin 2.0.1-1 for Ubuntu Dapper [Link 2]

P.S. Please let me know if there are any problems with the download links.

[EDIT] Installing the following packages should resolve any problems with dependencies. Copy and paste this command in a Terminal window... and run it, of course.
sudo apt-get install libgtk2.0-dev libxml2-dev gettext libnss-dev libnspr-dev libgtkspell-dev