otrott
#1
hi there, good day dear Endeavour-Experts,
fairly new to EndeavouOS -
i have just installed EOS - and i am very happy.
now i am putting some additional things to the notebook:
what about the linux editor featherPad - this is not included - i think i need to add this
BTW- also i want to add the following things
a python environment
VSCodium
JupyterNotebook
FileZilla
LibreOffice
which methods - to add this?
i look forward to hear from you
Yours Otrott
Note: Vivaldi i allready have added - it runs like a charme.
dalto
#2
yay -Syu featherpad vscodium jupyter-notebook filezilla libreoffice-fresh
Your system should already have a working Python environment.
3 Likes
Triby
#3
@otrott, I hope you’re enjoying your journey on EndeavourOS.
You can search packages with this command in terminal:
pacman -Ss <package_name>
For example:
[triby@eos ~]$: pacman -Ss featherpad
# Output for that command
community/featherpad 1.1.1-1
Lightweight Qt plain text editor
With that output you know that the package exists on repositories and can be installed:
[triby@eos ~]$: sudo pacman -S featherpad
Other way is to use yay
as @dalto suggested in his answer, but, wait a minute, you can also use pacseek for search, select and install packages.
Very important: Before installing software, please be sure your system is up to date by executing yay
(no parameters).