Sunday, April 28, 2024
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 2903  / 1 Year ago, fri, february 17, 2023, 8:51:57

I wanted to install Flarget. I visted the website and dowloaded the the file



flareGet_1.0-1(beta)_deb_rpm.tar.gz


and saved it in the location



/home/suhailcholassery/Download/flareGet_1.0-1(beta)_deb_rpm.tar.gz


How do I go about installing it? I tried typing the following command in terminal as per the readme's instruction enclosed in file.



yum install flareGet-1.0-1.i386.rpm


but the reply was the following:




You need to be root to perform this command




And I don't know how that is to be done. Isn't there any simpler way for installing this package?


More From » installation

 Answers
3

Tutorial: Step by Step




  1. Go to http://www.flareget.com/download/ and download the newest version of the program.


  2. After download finished you will have a .tar.gz file, but note that this is not the source code.


  3. Extract it with a right click and choosing "Extract Here", after that you'll see a two folders: one called "debs" and another called "RPMS", open the "debs" folder. Or if you'd like to use the Terminal to do that you can run the following command:



    $ tar xzvf flareget_[version]_deb_rpm.tar.gz


  4. If your system is 32 bits install the package flareGet_[version]i386.deb, else if it's 64 bits install the package flareget[version]_amd64.deb.


  5. In both cases to install it you can use GDebi Package Installer, by right clicking on the package and choosing "GDebi Package Installer" or from the Terminal with the following command:




Go to the folder "debs".



32 bits:



$ sudo dpkg -i flareget_[version]_i386.deb


64 bits:



$ sudo dpkg -i flareget_[version]_amd64.deb

[#35182] Sunday, February 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
motivengry

Total Points: 459
Total Questions: 112
Total Answers: 108

Location: Bonaire
Member since Sat, May 1, 2021
3 Years ago
motivengry questions
Tue, Oct 4, 22, 10:02, 2 Years ago
Wed, May 31, 23, 14:33, 12 Months ago
;