📜 ⬆️ ⬇️

Rebuilding packages for Ubuntu (Debian)

I think almost everyone understands the benefits of package managers over installation with ./configure && make && make install.

Using the example of the recently appeared patch for Pidgin, I want to show how easy it is to rebuild packages in deb-based distributions.



')

After this operation, pidgin (after reboot) starts to connect to ICQ.

PS It's time to switch to Jabber :)

UPD : For ubunt, it seems, there is already a package for ppa . However, my main task was to show how to rebuild the packages.

Source: https://habr.com/ru/post/28366/


All Articles