How to install a pacjage I compiled

stan stanb at panix.com
Sun Apr 5 12:09:10 UTC 2020


On Sat, Apr 04, 2020 at 10:07:06PM +0200, Ralf Mardorf via ubuntu-users wrote:
> On Sat, 4 Apr 2020 15:26:43 -0400, Gene Heskett wrote:
> >Have you looked in /usr/local/bin? Generally, locally built stuff gets 
> >installed there, but its also not generally in the users $PATH, so 
> >re-arranging the order of the $PATH is often all you need to do, 
> >put /usr/local/bin as the first entry and it will find that copy by 
> >default.
> 
> Installing the new package with the same name, does remove the
> old package, IOW it removes the files of the old package, excepted of
> edited configuration files. Even it the new files should be installed to
> another path, the old files, excepted of probably edited configs in
> /etc, shouldn't exist anymore.
> 

That is the behavior I expected, and that I desire, but as you can see the
openssl binary still has the old datestamp.

I suspect that the issue may have something to do with the fact that I have
not found the directions as to how to build a package with a custom package
name using the quilt mechanism, only the prior mechanism, which does not
work on this package, as it has bee updated to use the quilt mechanism.
Thus I wind up with a package with the exact same name,as the one
originally installed form the Ubuntu repositories.

I considered removing the original package, but this package is so core to
the OS, that I suspect I would break the machine doing that.

I also tried adding the --force-all option to the dpkg -i command.

Suggestions?
-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
						-- Benjamin Franklin




More information about the ubuntu-users mailing list