How to install a pacjage I compiled
Ralf Mardorf
silver.bullet at zoho.com
Sun Apr 5 19:18:16 UTC 2020
On Sun, 5 Apr 2020 15:00:31 -0400, stan wrote:
>I am trying to get a package I compiled with changes installed:
>
>root at openssl-test:~/src# apt-get install --reinstall
>./openssl_1.1.1d-0+deb10u2_amd64.deb
'apt-get' can not be used to install a local package.
As root use 'apt' if dependencies from repos are needed, 'dpkg' only if
no dependencies from repos should be neede, you also could use 'gdebi'
to install a local package and it's dependencies from repositories.
More information about the ubuntu-users
mailing list