On Tue, Sep 05, 2023 at 01:40:55PM +0800, jeremy ardley wrote:
> 
> On 5/9/23 12:23, Maureen L Thomas wrote:
> >   I have tried every witch way to install it but am at a complete loss.
> 
> 
> Assuming you downloaded a deb file, the usual mechansim is
> 
> sudo dpkg - i <yourfile>.deb
> 
> sudo apt --fix-broken install
That's the old way.  The newer way is:

    sudo apt install ./<yourfile>.deb

The leading ./ is required.  The pathname must begin with "/" or "./"
or "../", or else apt assumes you're typing a package name.

Reply via email to