Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions INSTALL-McStas/Linux/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ the simple apt-get command
sudo apt-get install mcstas-suite-python
```

# Important note wrt. Debian packages:
If you install both of mcstas and mcxtrace on the same Debian/Ubuntu system, you will get a collision for the file `/usr/bin/cif2hkl`. As a workaround you may allow joint installation via overriding `cif2hkl`:
`sudo apt-get -f install -o Dpkg::Options::="--force-overwrite"`
# KDSource on Ubuntu:
We generally recommed to opt for the [conda-forge](../../conda/README.md)
method for using McStas with KDSource on Debian. You may alternatively
experiment with e.g. `pipx install kdsource`

# Using mcdoc on modern Ubuntu systems
Ubuntu is shipping its browsers as "snap" packages, meaning that
Expand Down
4 changes: 0 additions & 4 deletions INSTALL-McXtrace/Linux/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ the simple apt-get command
sudo apt-get install mcxtrace-suite-python
```

# Important note wrt. Debian packages:
If you install both of mcstas and mcxtrace on the same Debian/Ubuntu system, you will get a collision for the file `/usr/bin/cif2hkl`. As a workaround you may allow joint installation via overriding `cif2hkl`:
`sudo apt-get -f install -o Dpkg::Options::="--force-overwrite"`

# Using mcdoc on modern Ubuntu systems
Ubuntu is shipping its browsers as "snap" packages, meaning that
e.g. the components can not be browsed from /usr/share/mcxtrace/.
Expand Down
Loading