If you use Linux in any depth, you’re eventually have to install a program from source code. Normally the process is pretty quick and painless, but it still has some drawbacks. To help resolve this, we’ve got checkinstall.
Read more »Better Linux Package Management with Checkinstall
http://maketecheasier.com –
Created by LinuxPwns 14 years 32 weeks ago – Made popular 14 years 32 weeks ago
Category: End User Tags:
Category: End User Tags:
- Login to post comments
Howto make deb file from source code in ubuntu / debian Linux with Checkinstall
http://shibuvarkala.blogspot.com –
Lot of users want to make deb files from source code. It is not a difficult job. Try the following steps to make deb from source files.
First You have to install checkinstall
$ sudo apt-get install checkinstall
Download the source file, such as example.tar.gz and extract it.
$ wget http://www.example.com/downloads/example.tar.gz
Created by panayara 14 years 49 weeks ago – Made popular 14 years 49 weeks ago
Category: End User Tags:
Category: End User Tags:
- Login to post comments