[chimerax-users] Problem Installing ChimeraX

Greg Couch gregc at cgl.ucsf.edu
Wed Apr 12 10:39:12 PDT 2023


It's important to use "apt" instead of "dpkg" to install ChimeraX.  
"apt" is needed to install the dependencies.

The problem with:

      sudo apt install ucsf-chimerax_1.5ubuntu20.04_amd64.deb

is that there is no / in the name, so "apt" thinks it is a package name 
instead of a file name.  Change it to:

     sudo apt install ./ucsf-chimerax_1.5ubuntu20.04_amd64.deb

Or if it is in your Downloads directory, use the example on the ChimeraX 
download page:

     sudo apt install ~/Downloads/ucsf-chimerax_1.5ubuntu20.04_amd64.deb

HTH,

     Greg

On 4/12/2023 5:20 AM, Rudy Richardson via ChimeraX-users wrote:
> I think you would need to issue the following command:
>
> sudo dpkg -i ucsf-chimerax_1.5ubuntu20.04_amd64.deb
>
>
>
> On Wed, Apr 12, 2023 at 7:56 AM Stephen P. Molnar via ChimeraX-users 
> <chimerax-users at cgl.ucsf.edu> wrote:
>
>     I am running an up-to-date installation of Debian Bullseye on my
>     Linux
>     platform.
>
>     My attempt to install ucsf-chimerax_1.5ubuntu20.04_amd64.deb
>     generated
>     an interesting error message:
>
>          sudo apt install ucsf-chimerax_1.5ubuntu20.04_amd64.deb [sudo]
>     password for comp:
>          Reading package lists... Done
>          Building dependency tree... Done
>          Reading state information... Done
>          E: Unable to locate package
>     ucsf-chimerax_1.5ubuntu20.04_amd64.deb
>
>     I have managed to install Chimera, both Linux and Windows
>     versions, many
>     times without any problems.
>
>     Guidance would be much appreciated.
>
>     Thanks in advance,
>
>     -- 
>     Stephen P. Molnar, Ph.D.
>     https://insilicochemistry.net
>     (614)312-7528 (c)
>     Skype:  smolnar1
>
>     _______________________________________________
>     ChimeraX-users mailing list
>     ChimeraX-users at cgl.ucsf.edu
>     Manage subscription:
>     https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users
>
>
> _______________________________________________
> ChimeraX-users mailing list
> ChimeraX-users at cgl.ucsf.edu
> Manage subscription:
> https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.rbvi.ucsf.edu/pipermail/chimerax-users/attachments/20230412/f9c6f350/attachment.html>


More information about the ChimeraX-users mailing list