You are not logged in.

#1 2019-09-23 08:21:14

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 107

[Solved] Packettracer install; .tar.gz not found

I wanted to install packettracer like the Wiki suggest it.
I cloned the AUR

Now i wanted to build it via

 makepgk PKGBUILD 

But here i get the following error:

 ==> ERROR: Packet Tracer 7.2.1 for Linux 64 bit.tar.gz was not found in the build directory and is not a URL. 

Note: i also tried to execute the other files in the directory (linguist, packettracer, packettracer.sh, pt.install) but they all do nothing or give an error (do you need those errors?).

Now how do i get the .tar.gz file?

Last edited by Stefan_xyz (2019-09-23 09:56:21)

Offline

#2 2019-09-23 08:31:12

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 107

Re: [Solved] Packettracer install; .tar.gz not found

Okay. I'm an idiot. Found the .tar.gz download at the OFFICIAL page. Just needed to scroll down... yeah..

Offline

#3 2019-09-23 08:31:54

hcjl
Member
From: berlin
Registered: 2007-06-29
Posts: 330

Re: [Solved] Packettracer install; .tar.gz not found

Offline

#4 2019-09-23 08:43:05

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 107

Re: [Solved] Packettracer install; .tar.gz not found

Well i did that. (After installing the .tar.gz) but now it still shows the same error. (Even though the downloaded tarball is in the same directory (i even named it bit.tar.gz)

Offline

#5 2019-09-23 08:54:32

loqs
Member
Registered: 2014-03-06
Posts: 19,052

Re: [Solved] Packettracer install; .tar.gz not found

Stefan_xyz wrote:

Well i did that. (After installing the .tar.gz) but now it still shows the same error. (Even though the downloaded tarball is in the same directory (i even named it bit.tar.gz)

Why did you name it bit.tar.gz?  What is the contents of the directory now?

Offline

#6 2019-09-23 08:56:49

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 107

Re: [Solved] Packettracer install; .tar.gz not found

Stefan_xyz wrote:

Well i did that. (After installing the .tar.gz) but now it still shows the same error. (Even though the downloaded tarball is in the same directory (i even named it bit.tar.gz)

Okay now i just went ahead and edited the PKGBUILD file and changed

 source=('packettracer' 'linguist' 'packettracer.sh' 'local://Packet Tracer 7.2.1 for Linux 64 bit.tar.gz') 

to:

source=('packettracer' 'linguist' 'packettracer.sh' 'bit.tar.gz')

Note: my tar file was named bit.tar.gz. So just include there your tarball. Also it creates all of that in this directory not real /opt/...

Offline

#7 2019-09-23 12:34:46

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,518
Website

Re: [Solved] Packettracer install; .tar.gz not found

Stefan_xyz wrote:

Also it creates all of that in this directory not real /opt/...

That is how makepkg works.  You need to install the built package.
https://wiki.archlinux.org/index.php/Ar … Repository


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

Board footer

Powered by FluxBB