Y
Y
yitzhakv2012-01-13 14:38:33
linux
yitzhakv, 2012-01-13 14:38:33

Updating a package from source in Debian?

Somewhere on Habré there was a command in the comments that updates the sources of the deb package from the tarball.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
yitzhakv, 2012-01-13
@yitzhakv

Found.
apt-get source transmission
apt-get build-dep transmission
wget lalalala/transmission-super.new.version-2.2.2.tar.gz
cd transmission*
uupdate --upstream-version 2.2.2 ../transmission-super.new.version-2.2.2.tar.gz
debuild -i -us -uc
cd ../
dpkg -i *2.2.2*deb

G
Gregory, 2012-01-13
@difiso

checkinstall -D

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question