F5F Stay Refreshed Software Operating Systems You need to extract the tar.gz file and follow the installation instructions provided.

You need to extract the tar.gz file and follow the installation instructions provided.

You need to extract the tar.gz file and follow the installation instructions provided.

Pages (2): Previous 1 2
T
TheExmax223
Member
132
12-25-2023, 03:14 PM
#11
I understand. I tested it a few times but it didn't work. Keeping the deprecated PPA also causes issues when updating software, so I removed it. Many features aren't available with 18.04.
T
TheExmax223
12-25-2023, 03:14 PM #11

I understand. I tested it a few times but it didn't work. Keeping the deprecated PPA also causes issues when updating software, so I removed it. Many features aren't available with 18.04.

D
DigitaLRainboW
Junior Member
1
12-28-2023, 01:16 PM
#12
It's good to hear it's functioning now. I realized the installation steps for a tar.gz file again: start by opening Terminal, move into the directory containing the archive, then execute the commands: tar -xzf archive-name.tar.gz cd archive-name ./configure make sudo make install. This is exactly how I installed ZNC on my Ubuntu VPS previously.
D
DigitaLRainboW
12-28-2023, 01:16 PM #12

It's good to hear it's functioning now. I realized the installation steps for a tar.gz file again: start by opening Terminal, move into the directory containing the archive, then execute the commands: tar -xzf archive-name.tar.gz cd archive-name ./configure make sudo make install. This is exactly how I installed ZNC on my Ubuntu VPS previously.

Z
zack4252
Junior Member
14
12-29-2023, 11:53 AM
#13
Thanks! I just looked at your "Hi I am newbie dont eat me" post. LOL. System admin in IT? Followed.
Z
zack4252
12-29-2023, 11:53 AM #13

Thanks! I just looked at your "Hi I am newbie dont eat me" post. LOL. System admin in IT? Followed.

J
JackSwordMan
Junior Member
21
01-03-2024, 09:31 AM
#14
Distros often replace older libraries with newer ones, leaving some legacy software outdated. While dependencies can usually be installed, picking the right ones can be tricky. AAPT search helps; the provided tarball is already compiled without a makefile. The author suggests creating a .desktop file for the app in /usr/share/applications or ~/.local/share/applications.
J
JackSwordMan
01-03-2024, 09:31 AM #14

Distros often replace older libraries with newer ones, leaving some legacy software outdated. While dependencies can usually be installed, picking the right ones can be tricky. AAPT search helps; the provided tarball is already compiled without a makefile. The author suggests creating a .desktop file for the app in /usr/share/applications or ~/.local/share/applications.

P
pootiehead
Junior Member
14
01-03-2024, 12:10 PM
#15
I understand. It's not uncommon for some tar files to behave this way. That makes sense why the OP could run it after extraction. I guess I'm getting a bit rusty with Linux, hehe.
P
pootiehead
01-03-2024, 12:10 PM #15

I understand. It's not uncommon for some tar files to behave this way. That makes sense why the OP could run it after extraction. I guess I'm getting a bit rusty with Linux, hehe.

T
TrilogyXO
Member
154
01-10-2024, 09:07 AM
#16
This instruction applies only when installing from source. It seems the executable was already compiled. Users should place the files in a directory included in their $PATH, or update the current location to that directory. Further details are available.
T
TrilogyXO
01-10-2024, 09:07 AM #16

This instruction applies only when installing from source. It seems the executable was already compiled. Users should place the files in a directory included in their $PATH, or update the current location to that directory. Further details are available.

D
Dolgor
Member
51
01-12-2024, 09:33 AM
#17
This installation approach is quite traditional.
D
Dolgor
01-12-2024, 09:33 AM #17

This installation approach is quite traditional.

H
hersheykiss75
Junior Member
2
01-15-2024, 09:50 PM
#18
Absolutely, the diamond icon is a binary format ready to use.
H
hersheykiss75
01-15-2024, 09:50 PM #18

Absolutely, the diamond icon is a binary format ready to use.

Pages (2): Previous 1 2