Installing source package of a speicified version (the one installed) in Ubuntu
Nils Kassube
kassube at gmx.net
Thu Nov 21 19:20:25 UTC 2013
Kevin Wilson wrote:
> I ran apt-get buikd-dep lxc
> And then
> dpkg-buildpackage -us -uc -nc
> And it built the package.
> No errors were displayed in the build. However, when i type lxc-create
> it says that the
> program lxc-create is not installed, whereas after an ordinary install
> by apt-get install lxc it responds to lxc-creare.
> Is there any further step I should do after dpkg-build -us -uc -nc so
> that it will recognize lxc-create ?
Did you install the package after building it? If you don't install it,
you can't use it. You can install the new package with the command
sudo dpkg -i filename.deb
where you replace the filename.deb with the newly created package file.
> Btw, lxc-create does exist under src/lxc in my tree.
That may be the case, however the shell doesn't look there but only in
the directories in your $PATH.
> On Thursday, November 21, 2013, sktsee wrote:
Please don't top-post on this list, thanks. It makes it difficult to
follow the discussion.
Nils
More information about the ubuntu-users
mailing list