Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2178  / 1 Year ago, fri, march 10, 2023, 6:40:38

I am trying to follow some instructions given to me for downloading AFNI on ubuntu. The first thing it tells me to do in the terminal is:



sudo yum install libXp tcsh
sudo yum install PyQt4 R


but it says yum: command not found. So I found, online, this command:



sudo apt-get install libXp tcsh


but it tells me E: unable to locate package libXp



also, for PyQt4 and for R



I read online to do:



sudo apt-get update 


and



sudo apt-get upgrade


but it still doesn't work. I read other things about changing sources.list file, but I'm not understanding what I should change in this file. How do I get this to work?



Thanks for any help!


More From » apt

 Answers
5

To install AFNI you shall install the following:



sudo apt-get install libxp6 tcsh python-qt4 r-base


the libXp package is called libxp6 in Debian/Ubuntu.


[#28181] Friday, March 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
turhizz

Total Points: 82
Total Questions: 106
Total Answers: 96

Location: South Korea
Member since Mon, Dec 6, 2021
2 Years ago
;