Ubuntu Forums Archive Viewer

Debian packages

Archived thread 1053822 from Ubuntu Customization Guide. Markdown source: Ubuntu_Customization_Guide/thread_1053822_Debian_packages.md

Original URL About this archive
#1

Hello...

Im new to ubuntu. I have some doubts about debian packages. Is there a way to compile debian packages (.deb files) not using apt-get for getting dependencies??

#2

Hi and welcome to the forums.

In your question above, did you mean compile or install? If you meant "install", you can use the command "dpkg -i" to install deb files.

#3

I know that 'dpkg -i' installs and 'dpkg -b' builds .deb packages. but I need to recompile the source and get new binaries.. Is it possible??