Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1727  / 2 Years ago, wed, december 29, 2021, 4:52:03

I have a problem with installing a new package in Ubuntu, I want to install library pcrafter, and I have downloaded the files from here (crafter-0.2.tar.gz) but when I use this command "
sudo apt-get install libpcap0.8 libpcap0.8-dev
Ubuntu gives me this error:



E: Couldn't find package libpcap0.8-dev


now I don't know what should I do? where is the problem?
and I have another question too, I want to use MPI in my program to make it parallel, can I do this with programming in Ubuntu? I mean is it possible?


More From » apt

 Answers
1

Why don't you try?



sudo apt-get update


Also you can download the .deb file for libpcap0.8-dev here.



Once you download that file you can run this command



dpkg -i libpcap0.8-dev_1.1.1-10_amd64.deb

[#27421] Wednesday, December 29, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tatoethin

Total Points: 377
Total Questions: 110
Total Answers: 98

Location: Saudi Arabia
Member since Sat, Aug 20, 2022
2 Years ago
;