Skip to content

Website & Server Help

Unlimited Webspace Help

Menu
  • Home
  • Apps
  • Website
    • Sending email from a WordPress website hosted on an IONOS server
    • How to increase Upload Max Filesize
    • How to reset a WordPress password
    • 22 Ways To Speed-Up A Plesk Website
  • Server
    • Linux or Plesk Server Error 500
    • Windows Server: File cannot be loaded. The file is not digitally signed.
    • Adding or modifying IP addresses on a Linux server
    • Installing Remote Desktop on Debian 12
    • Installing Remote Desktop on Ubuntu 22.04
    • How To Install a Let’s Encrypt SSL in Apache on Debian/Ubuntu
  • Favs
    • How to Connect to a Server
    • The Ultimate Guide to Setting Up a Proper Plesk Email Server With IONOS
    • The Ultimate IONOS Migration Guide
    • Help! My Plesk Websites Are Down!
    • Running tests for a slow server or dropped packets
    • Checking File System and Hard Drive Health
Menu

A Useful Linux Package Manager Table

Posted on June 12, 2024June 12, 2024 by admin
DistributionPackage Manager(s)Installation ExampleAlternative(s)
Debian
(Ubuntu)
apt

apt-get

dpkg
sudo apt install libreofficesudo apt-get install libreoffice

sudo dpkg -i whois_5.4.2_amd64.deb
Red Hat
(CentOS/
Rocky/
Fedora/
Alma)
dnf (current)

RPM

yum (deprecated)
sudo dnf install libreofficesudo rpm -i libreoffice.rpm

sudo yum install libreoffice
Slackwareslapt-get

pkgtool
slapt-get -i openofficepkgtool -i openoffice

installpkg openoffice.tgz

upgradepkg –install-new openoffice.tgz
Arch
(Manjaro)
pacmansudo pacman -S libreoffice
openSUSEZyppersudo zypper install libreoffice

Install Software From Source

First, make sure that you have the necessary development tools installed:
Debian-based:
sudo apt install build-essential checkinstall libcurl-devel
RHEL-based:
sudo dnf group install -y "Development tools"

Next, extract the archive:
tar -xzvpf example.tar.gz

Navigate into the extracted folder:
cd example/

If there is no ./configure file available yet (for example you’ve downloaded from Git), create one.
If there is an autogen.sh file present:
autogen.sh
If there is not an autogen.sh file:
make configure

Run the configuration script, in this example installing the binary file in /usr/local:
./configure --prefix=/usr/local

Compile the source code and then installs:
sudo make install

Check that the program is installed:
/usr/local/bin/example --version

Note: as a newer alternative, Ubuntu has replaced make install with checkinstall.  Look here for more info:
https://help.ubuntu.com/community/CompilingEasyHowTo


Special Offer

The internet's fastest, cheapest, unlimited bandwidth VPS

VPS
1core | 1GB RAM | 10GB NVMe
Unlimited Bandwidth | 1Gbps
$2/month - risk free