Main Menu

neofetch

Started by saleem, Mon Oct 22 18:04:46 2018

Previous topic - Next topic

saleem

Hi,
Can we have neofetch binary available on repos please?

fungalnet

Have you tried screenfetch?

Thierry


saleem

#3
Quote from: Thierry on Tue Oct 23 05:29:05 2018
Please use the bugs.nutyx.org tool

Thanks Tnut , I will use that next time and for neofetch I downloaded screenfetch as suggested.

I registered an account but did not receive a code.

saleem

Finally created account in https://bugs.nutyx.org/ but it is all in French , I do not know how to put a request there.

Thierry

Will change the title that are in French and put them in english

saleem

Quote from: Thierry on Thu Oct 25 12:08:23 2018
Will change the title that are in French and put them in english

Thanks , It is better now and have placed request for some packages I need.

oyim

#7
Edited to add: Neofetch is now in the repositories! So it can now be installed with...

sudo cards install neofetch

saleem,

If you don't want to wait on the binary, neofetch can be easily installed on your system.  :)

First, make sure you have the dependencies. Open your terminal, and enter...

sudo cards install git make

Next, we want to clone neofetch. The following command will clone the "latest bleeding edge version". So, issue the following command in your terminal to clone neofetch...don't use sudo.

git clone https://github.com/dylanaraps/neofetch

Next, we want to cd into the newly created directory...so enter this in your terminal...

cd neofetch

Next, enter this in your terminal...

sudo make install

When it's finished, run this in your terminal...

neofetch

...and you should have the wonderful NuTyX logo (with information) in your terminal...like this...

(click the picture to enlarge it)



Hope that helped!  :)


oyim

I have edited the opening of my post above after discovering that neofetch is now available in the repositories!  :D

sudo cards install neofetch

saleem

Quote from: saleem on Tue Oct 23 13:37:40 2018
Quote from: Thierry on Tue Oct 23 05:29:05 2018
Please use the bugs.nutyx.org tool

Thanks Tnut , I will use that next time and for neofetch I downloaded screenfetch as suggested.

I registered an account but did not receive a code.

Tnut I can not login to my account to reply to your post there , by the way Opera browser is working for me now and figlet can be found here

https://github.com/cmatsuoka/figlet

saleem

Quote from: oyim on Thu Nov 08 07:48:18 2018
Edited to add: Neofetch is now in the repositories! So it can now be installed with...

sudo cards install neofetch

saleem,

If you don't want to wait on the binary, neofetch can be easily installed on your system.  :)

First, make sure you have the dependencies. Open your terminal, and enter...

sudo cards install git make

Next, we want to clone neofetch. The following command will clone the "latest bleeding edge version". So, issue the following command in your terminal to clone neofetch...don't use sudo.

git clone https://github.com/dylanaraps/neofetch

Next, we want to cd into the newly created directory...so enter this in your terminal...

cd neofetch

Next, enter this in your terminal...

sudo make install

When it's finished, run this in your terminal...

neofetch

...and you should have the wonderful NuTyX logo (with information) in your terminal...like this...

(click the picture to enlarge it)



Hope that helped!  :)

I followed the same step to install Viewnior but I get following error

saleem [ ~ ]$ git clone https://github.com/hellosiyan/Viewnior.git
Cloning into 'Viewnior'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 2438 (delta 0), reused 2 (delta 0), pack-reused 2422
Receiving objects: 100% (2438/2438), 5.51 MiB | 584.00 KiB/s, done.
Resolving deltas: 100% (1710/1710), done.
saleem [ ~ ]$ cd viewnior
bash: cd: viewnior: No such file or directory
saleem [ ~ ]$ cd Viewnior
saleem [ ~/Viewnior ]$ sudo make install
make: *** No rule to make target 'install'.  Stop.

does this mean these steps will not work for every package installation?


overlock

The basics for compiling would be ;

cd /patch/of/program/
make
sudo make install

but for the whole program to be compiled the developer leaves a readme and an install inside the folder at a glance and follow the instructions, as there may be dependencies too, if you do not have them installed it will generate errors as well.

https://www.google.com.br/search?q=como+compilar+programas+no+linux&oq=como+compilar+programas+no+linux&aqs=chrome..69i57j0l2.7999j0j8&sourceid=chrome&ie=UTF-8

oyim

Indeed, I just looked at the readme file on the github page, and it lists some required dependencies (modules). It also has a link to an installation guide, and the installation steps are different than for neofetch.

overlock

hum, ok if you have any questions or problems just post here we help you.