-
So I've been using the
And fair enough when I checkout Packages.xz I can only see dhcpcd5 and some others like dhcpcd-gtk, dhcpcd-dbus, etc.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
you can start with https://askubuntu.com/questions/246690/how-to-use-apt-to-get-source-code-and-then-do-separate-compile and then checkout https://packaging.ubuntu.com/singlehtml/ and http://www.debian.org/doc/manuals/maint-guide/build.en.html or if you ignore the packaging for a second, you could just fetch the latest source here, |
Beta Was this translation helpful? Give feedback.
-
Here are the latest versions of dhcpcd in Ubuntu: https://packages.ubuntu.com/search?keywords=dhcpcd5 So to get newer you need to upgrade your Ubuntu. To get newer than dhcpcd-9 you'll need to install it yourself until Debian (and then Ubuntu) get around to it. |
Beta Was this translation helpful? Give feedback.
you can start with https://askubuntu.com/questions/246690/how-to-use-apt-to-get-source-code-and-then-do-separate-compile
and then checkout https://packaging.ubuntu.com/singlehtml/ and http://www.debian.org/doc/manuals/maint-guide/build.en.html
or if you ignore the packaging for a second, you could just fetch the latest source here,
./configure && make && sudo make install