Posts: 739
Threads: 17
Joined: Nov 2014
Reputation:
0
Found this Jerry ;
http://smxi.org/site/install.htm , by ppa
& this one ;
https://code.google.com/p/inxi/wiki/inxiFAQs
I use inxi but I use this command from time to time in order to have the latest release in Terminal :
cd /usr/local/bin && wget -Nc smxi.org/inxi && chmod +x inxi && inxi
It s a little time consuming , but I don t really mind .
Thanx for the latest Tweak update , love this one .
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit
Dell Inspiron 1720 CrunchBang 11
Duckduckgo ( for now )
Posts: 8,981
Threads: 564
Joined: Feb 2014
Reputation:
10
@altman inxi is already in Linux Lite. What does your post refer to?
Posts: 739
Threads: 17
Joined: Nov 2014
Reputation:
0
03-02-2015, 12:47 PM
(This post was last modified: 03-02-2015, 12:52 PM by altman.)
Ah , was refering to this post results from austintexas s Terminal results :
sudo inxi -U
Error 17: All inxi self updater features have been disabled by the distribution
package maintainer. This includes the option you used: -U
I also have the same results .
It can t be updated .
It s a nice LL feature I must say .
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit
Dell Inspiron 1720 CrunchBang 11
Duckduckgo ( for now )
Posts: 688
Threads: 49
Joined: Jul 2014
to enable inxi update feature run
Code:
sudo sed -i 's/^B_ALLOW_UPDATE=false/B_ALLOW_UPDATE=true/' /etc/inxi.conf
Posts: 739
Threads: 17
Joined: Nov 2014
Reputation:
0
Thanx misko , will be handy for some users in the Forum .
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit
Dell Inspiron 1720 CrunchBang 11
Duckduckgo ( for now )
Posts: 688
Threads: 49
Joined: Jul 2014
Well, it will stick at least until Ubuntu updates the inxi package.
Posts: 89
Threads: 4
Joined: Jan 2015
Reputation:
0
Liking the update, it just keeps getting better and better.
I have another question or suggestion tho, is there a way or can it be added that when i use Lite Tweaks, it remembers what i have checked each time i use it or open it up? Lets say if i want to do a quick clean, i don't want to have to keep checking things and looking at the list each time i use it.
I think it would be nice if it will remember the settings i previously had checked.
Posts: 25
Threads: 0
Joined: Feb 2015
Reputation:
0
Thank you, misko_2083
Your command:
sudo sed -i 's/^B_ALLOW_UPDATE=false/B_ALLOW_UPDATE=true/' /etc/inxi.conf
worked to update inxi to Version 2.2.19 (which gives better results)
I like the improvements to Lite Tweaks. Keep up the great work!
Linux Lite 2.2 (64 bit), Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Microsoft-free environment since 1996
Posts: 739
Threads: 17
Joined: Nov 2014
Reputation:
0
(03-02-2015, 01:59 PM)misko_2083 link Wrote: to enable inxi update feature run
Code:
sudo sed -i 's/^B_ALLOW_UPDATE=false/B_ALLOW_UPDATE=true/' /etc/inxi.conf
Thanx mate , just did the command .
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit
Dell Inspiron 1720 CrunchBang 11
Duckduckgo ( for now )