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
  Attempting to install Void Linux, boots into a black screen 9a3eedi 0 310 02-18-2024, 08:54 AM
Last Post: 9a3eedi
  install debian on pbp jsch 7 3,981 11-22-2023, 04:22 PM
Last Post: TRS-80
  Install deepin OS on pinebook pro wangyukunshan 4 1,530 08-07-2023, 01:12 PM
Last Post: myself600
  Unable to install Debian Bullseye because of missing wifi firmware Pino64 7 3,975 07-15-2023, 02:58 PM
Last Post: u974615
  Blank screen after Armbian 20.04 install to emmc? psychoacoustic 3 3,439 04-01-2023, 03:22 PM
Last Post: TRS-80
  unsuccessful re-install of OS for PineBookPro Valiance 3 1,276 02-14-2023, 12:49 PM
Last Post: Valiance
  Tow Boot install help Paulie420 7 3,716 11-24-2022, 10:24 AM
Last Post: myself600
  How can I install Debian? ImmyChan 1 2,005 10-19-2022, 03:09 AM
Last Post: alpopa
Information Install Void Linux with near-full-disk encryption dumetrulo 3 3,040 09-05-2022, 12:00 PM
Last Post: petersen77
  Install of ArchARM on latest pbp batch tallfrye 0 673 08-22-2022, 02:36 PM
Last Post: tallfrye

Forum Jump:


Users browsing this thread: 1 Guest(s)