![]() |
![]() |
#1 |
52×53 Posts |
![]()
hi folks... i am quite new to linux and run ubuntu 10.04 as a 64 version. I don't honestly know how to install the tar file and get it running. I couldn't find mersenne in the ubuntu software center (which might be a good idea) to get it installed automatically.
would anybody please be so kind as to extend me the correct syntax i have to enter to get it installed and running? thanks |
![]() |
![]() |
#2 | |
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
245448 Posts |
![]() Quote:
tar xvf stuff.tar If the tar file is also compressed you need to uncompress it too. The most common forms of compression are gzip and bzip2. The former will generally be indicated by the tar file having either a tgz or a .gz suffix. The command in these cases is: tar zxvf stuff.tgz or tar zxvf stuff.tar.gz If it is compressed with bzip2, use a command tar jxvf stuff.tar.bz2 Paul |
|
![]() |
![]() |
![]() |
#3 |
Jun 2010
Kiev, Ukraine
3×19 Posts |
![]()
Ubuntu usually comes with some built-in archive manager. Just try "Open with" on the stuff.tar.gz file.
You can unpack all the data by simply drag-and-dropping data from the archive manager window into file browser window (i.e. nautilus). To avoid access right problems, unpack your data into any folder inside your \home\<user>\ folder. Last fiddled with by Commaster on 2011-03-02 at 17:43 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How I Install GMP-ECM onto my Ubuntu Machines | EdH | EdH | 12 | 2019-04-16 09:28 |
How I Install msieve onto my Ubuntu Machines | EdH | EdH | 0 | 2018-02-23 14:43 |
How I Install ggnfs onto my Ubuntu Machines | EdH | EdH | 0 | 2018-02-22 03:31 |
How I Install GMP onto my Ubuntu Machines | EdH | EdH | 0 | 2018-02-21 23:48 |
How do I get my ubuntu install past minimal install? | jasong | Linux | 2 | 2006-12-07 00:38 |