| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1774 online users. » 0 Member(s) | 1770 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
5 Minute Boot
Forum: Other
Last Post: frank4360
5 hours ago
» Replies: 0
» Views: 19
|
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
11-15-2025, 04:37 PM
» Replies: 10
» Views: 309
|
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
11-15-2025, 02:20 PM
» Replies: 19
» Views: 331
|
Hello!!!
Forum: Introductions
Last Post: stevef
11-15-2025, 05:35 AM
» Replies: 1
» Views: 59
|
No authentication when i ...
Forum: Start up and Shutdown
Last Post: stevef
11-15-2025, 05:33 AM
» Replies: 1
» Views: 58
|
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-13-2025, 11:52 PM
» Replies: 5
» Views: 430
|
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 904
|
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 214
|
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,273
|
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 473
|
|
|
| A question for LL 3.6 - 3.8 users |
|
Posted by: kpanic - 07-28-2018, 05:39 PM - Forum: Linux Lite Software Development
- Replies (7)
|
 |
Hi,
I'm writing a small desktop plugin app for LL and I have a question for LL 3.6 and 3.8 users.
(I guess there is no 3.7 version...)
If you are using either version, can you please run the terminal command:
Code: cat /etc/lsb-release
and post the output here? Thank you in advance!
|
|
|
| A fix to a probably a bug? "Linux Lite cannot check for Updates" |
|
Posted by: Roy - 07-28-2018, 04:26 PM - Forum: Installing Software
- Replies (10)
|
 |
So recently I've noticed 'lite-updates' won't run and shout at me that there's no internet connection even though there actually is.
After digging in the internet I was led into that post from Nov' 17 where Jerry uploaded a script for updates-gui
I've noticed the script contains a connection check:
Code: # Check Internet access
if eval "curl -sk google.com" >> /dev/null 2>&1; then :; else # Prompt ERROR internet connection check failed and exit
yad --center --borders=15 --info --width="320" --height="120" --window-icon="$_ICON" --button=gtk-ok:1 --title="$_APPNAME" \
--text="\n<b>Your computer is not connected to the Internet.</b> \n \nLinux Lite cannot check for Updates.\nPlease check your internet connection and try again.\n" --text-align center 2>/dev/null
rm_temp_files; exit 0
fi
So I tried running the check myself. I did:
Only to found out that 'curl' has been removed from my system and the output of the command didn't evaluated to TRUE
In my case the fix was just reinstall it:
Code: sudo apt-get install curl
This is the second time this is happened to me, sometimes 'curl' get removed when upgrading or installing software that don't need curl as a dependency and overrides it with different version of curl (libcurl3 something?)
I don't know if its a bug but maybe there's a better way to check for internet connection than 'curl'?
|
|
|
| How to get absolute value of integer? abs command does not work, man pages exist |
|
Posted by: Vera - 07-27-2018, 11:14 PM - Forum: Other
- Replies (3)
|
 |
I'm trying to get the absolute value of an integer on my LL 4.0 machine. I'd like to use it in the command line. I looked up the man pages for the abs command, and it comes up there. But when I try to use the abs command, it says:
Command 'abs' not found, did you mean...
Then it lists some other things.
I'm puzzled why abs comes up in man pages but it won't work on command-line.
Anyway, the problem is, I can't find how to actually get the absolute value of an integer. Is there a different method I should use?
|
|
|
| Iinstall LL directlD |
|
Posted by: eikelein - 07-26-2018, 08:11 PM - Forum: Suggestions and Feedback
- No Replies
|
 |
Hi;a question and suggestion:Most Linux versions I have tried so far had in the ISO version, I mean the first GRUB menu that is loaded, an entry to directly install to the disc drive.
I have that situation very often when I KNOW that I want to install LL on an older computer that I am refurbishing.Can that option be included in LL?TIA
|
|
|
|