How to install a package
#1
I want to use Moeditor. I downloaded its 7z package, installed pk7zip, and unpacked it into its own directory.

How do I now install it? There is an executable Moeditor file in the directory.

Thanks.
#2
(12-04-2019, 10:20 PM)mjcohen Wrote: I want to use Moeditor. I downloaded its 7z package, installed pk7zip, and unpacked it into its own directory.

How do I now install it? There is an executable Moeditor file in the directory.

Thanks.

If its compiled for your distro (debian 9, ubuntu 18.04) and for arm you can just run it by making the binary executable and typing ./executable_name in the terminal while you are in the directory of the executable file. To "install" it you could copy it to /usr/bin/.

Generally you would install software on linux by using your package manager.
On the debian build you can find a graphical program to search for and install packages called synaptic.
Or you can use the terminal:
apt search [search term]
to search for packages and:
sudo apt install [package name]
to install packages (type without the brackets).

If you want software thats not in the package manager look for .deb archives that are specifically made for armhf. generally speaking: software compiled for the raspberry pi will often work.
.deb-files can be installed by double-clicking on most desktops or if that doesn't work from the terminal with:
sudo dpkg -i [filename.deb]
(again, type without brackets)

Hope that helps!


Possibly Related Threads…
Thread Author Replies Views Last Post
  Doing a fresh install docFarto 5 430 02-09-2025, 02:58 PM
Last Post: mikehenson
  new manjaro install: wlan0 stuck in setting network address zkajdan 4 357 02-03-2025, 12:00 PM
Last Post: zkajdan
  Attempting to install Void Linux, boots into a black screen 9a3eedi 1 1,486 09-28-2024, 09:23 AM
Last Post: throwawayforvoid
  install debian on pbp jsch 7 5,935 11-22-2023, 04:22 PM
Last Post: TRS-80
  Install deepin OS on pinebook pro wangyukunshan 4 2,811 08-07-2023, 01:12 PM
Last Post: myself600
  Unable to install Debian Bullseye because of missing wifi firmware Pino64 7 5,946 07-15-2023, 02:58 PM
Last Post: u974615
  Blank screen after Armbian 20.04 install to emmc? psychoacoustic 3 4,752 04-01-2023, 03:22 PM
Last Post: TRS-80
  unsuccessful re-install of OS for PineBookPro Valiance 3 2,173 02-14-2023, 12:49 PM
Last Post: Valiance
  Tow Boot install help Paulie420 7 5,470 11-24-2022, 10:24 AM
Last Post: myself600
  How can I install Debian? ImmyChan 1 3,044 10-19-2022, 03:09 AM
Last Post: alpopa

Forum Jump:


Users browsing this thread: 1 Guest(s)