dabear
October 30th, 2005, 08:57 PM
This tool is not in development anymore, please look at Gdebi for Ubuntu Dapper Drake instead!
Some months ago I was thinking; what is ubuntu currently missing? A graphical frontend to third party debs offcourse, so I made one for myself. It works, but it isn't the most well-written script you will see (lots of dirty hacks and bugs).
When a buddy of mine today complained that you «can't just double click the deb to install the f* program, like you can in Windows», I just gave him my script, and he suggested that I shoul post it here :p This script was (and still is) my first attempt ever at a GUI (gtk) in python, so be nice with it:)
Notes:
I am using the English and Norwegian version of Breezy, if you are not- please report to me
if «dpkg -I /path/to/a/debfile.deb» returns these section names localized: 'Package', 'Version', 'Section' and 'Description'. They aren't localized in the Norwegain version, but if you find yours are, DO NOT- I repeat- DO NOT use this script. Thanks
There seems to be some issues left with upgrading and degrading packages
Does not handle dependencies
I know I have som bugs left
Installing:
1.download the tar.gz file:
wget http://ubuntuforums.org/attachment.php?attachmentid=3268&stc=1&d=1130720167
2.extract and put dadebstaller in /usr/sbin/ :
gunzip dadebstaller.gz
tar -xvf dadebstaller.tar
cd dadebstaller/
sudo cp dadebstaller /usr/sbin/
Restart X by pressing ctrl + alt + backspace.
Download a deb of any kind, right click on it and select «properties». Now select the «add» tab and «Use a custom command». Write «dadebstaller» and select «add». Make sure the radio-button is checked to use dadebstaller as the program for opening .debs
screenie:
http://img257.imageshack.us/img257/3663/screenshotdadebstaller6fc.th.png (http://img257.imageshack.us/my.php?image=screenshotdadebstaller6fc.png)
This tool is not in development anymore, please look at Gdebi for Ubuntu Dapper Drake instead!
Some months ago I was thinking; what is ubuntu currently missing? A graphical frontend to third party debs offcourse, so I made one for myself. It works, but it isn't the most well-written script you will see (lots of dirty hacks and bugs).
When a buddy of mine today complained that you «can't just double click the deb to install the f* program, like you can in Windows», I just gave him my script, and he suggested that I shoul post it here :p This script was (and still is) my first attempt ever at a GUI (gtk) in python, so be nice with it:)
Notes:
I am using the English and Norwegian version of Breezy, if you are not- please report to me
if «dpkg -I /path/to/a/debfile.deb» returns these section names localized: 'Package', 'Version', 'Section' and 'Description'. They aren't localized in the Norwegain version, but if you find yours are, DO NOT- I repeat- DO NOT use this script. Thanks
There seems to be some issues left with upgrading and degrading packages
Does not handle dependencies
I know I have som bugs left
Installing:
1.download the tar.gz file:
wget http://ubuntuforums.org/attachment.php?attachmentid=3268&stc=1&d=1130720167
2.extract and put dadebstaller in /usr/sbin/ :
gunzip dadebstaller.gz
tar -xvf dadebstaller.tar
cd dadebstaller/
sudo cp dadebstaller /usr/sbin/
Restart X by pressing ctrl + alt + backspace.
Download a deb of any kind, right click on it and select «properties». Now select the «add» tab and «Use a custom command». Write «dadebstaller» and select «add». Make sure the radio-button is checked to use dadebstaller as the program for opening .debs
screenie:
http://img257.imageshack.us/img257/3663/screenshotdadebstaller6fc.th.png (http://img257.imageshack.us/my.php?image=screenshotdadebstaller6fc.png)
This tool is not in development anymore, please look at Gdebi for Ubuntu Dapper Drake instead!