Jun
27
2009
27
2009
Create a deb file from source on Ubuntu
To create a .deb package file on Ubuntu you need a utility called checkinstall.
sudo apt-get install checkinstall
1. Extract the source of the application in a folder.
2. Run : ./configure
3. Run : make
4. Now run : sudo checkinstall
checkinstall will ask for some information most of which you can skip except the version of the package being created.
Once finished a .deb file would be created which can be used to install the package by simple double clicking. Packages installed from deb files will get listed in Synaptic Package Manager and can also be uninstalled very easily.
Popularity: 4% [?]
Leave a comment
Subscribe
Recent Posts
- Compile wxwebconnect on Ubuntu 11.04 64 bit
- Disqus Comments Importer Script in PHP
- Beginners’ guide to socket programming with winsock
- Handle multiple socket connections with fd_set and select on Linux
- Beginners guide to socket programming in C on Linux
- Gui whois client in python with wxpython
- Whois client code in C with Linux sockets
- str_replace for C
- Easy to use C/C++ IDE for Ubuntu Linux
- Get local ip in C on linux
Binarytides
Tags
apache
applications
box2d
bsnl
c
chrome
cron
css
database
dns
firefox
flash
freelance
game programming
gd
graphs
hacking
htaccess
html
html5
imagemagick
java
javascript
libpcap
linux
mod rewrite
moneybookers
mootools
mvc
mysql
networking
payment
paypal
php
phpmyadmin
python
ruby
security
Sockets
software
swing
ubuntu
winpcap
winsock
xdebug
An article by Binary Tides




