This shows you the differences between two versions of the page.
|
programming:free_pascal [2022/03/18 20:34] nanodano created |
programming:free_pascal [2022/03/20 05:30] (current) nanodano |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| sudo apt install lazarus | sudo apt install lazarus | ||
| </ | </ | ||
| + | |||
| + | ===== Units ===== | ||
| + | |||
| + | For other packages, search: | ||
| + | |||
| + | <code bash> | ||
| + | # Search for other FreePascal packages | ||
| + | apt-cache search fp- | ||
| + | </ | ||
| + | |||
| + | Some notable ones are: | ||
| + | |||
| + | < | ||
| + | fp-units-db | ||
| + | fp-units-math | ||
| + | fp-units-multimedia | ||
| + | fp-units-net | ||
| + | </ | ||
| + | |||
| + | |||