Don't know what to say but hey all
Why isn't it possible to upgrade from for example series 3 to series 4 while it is possible to upgrade pure ubuntu? Will LL ever get upgrade option between series?
I've just been asked [color=rgb(0, 0, 0)][/color]
Has anyone had experience with this? Thoughts?
The bluetooth speaker connected correctly until this error message appeared: HOST IS DOWN. I'm new with Linux Lite 4.6 and can't find information on how to fix it. Thank you for your answers.
Level: Serious
Affects: Everyone on Series 4.x only that still has the Gimp PPA.
If you get the following error with Install Updates:
===========================
Install Updates Error log
===========================
Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.
============ Log ===========
Hit:1 http://mirror.nl.leaseweb.net/ubuntu bionic InRelease
Hit:2 http://mirror.nl.leaseweb.net/ubuntu bionic-security InRelease
Hit:3 http://mirror.koddos.net/linuxlite diamond InRelease
Hit:4 http://mirror.nl.leaseweb.net/ubuntu bionic-updates InRelease
Hit:5 http://mirror.nl.leaseweb.net/ubuntu bionic-backports InRelease
Hit:6 https://repo.skype.com/deb stable InRelease
Hit:8 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:9 http://archive.canonical.com/ubuntu bionic InRelease
Get:7 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic InRelease [15,4 kB]
Reading package lists...
E: Repository 'http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic InRelease' changed its 'Label' value from 'gimp' to 'gimp stable'Apply the following fix:
Open a Terminal, do:
sudo apt-get --allow-releaseinfo-change updateignore any errors relating to gimp.
Now run Install Updates as per usual.
TRied updating but got this error log
===========================
Install Updates Error log
===========================
Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.
============ Log ===========
Hit:1 http://mirror.nl.leaseweb.net/ubuntu bionic InRelease
Hit:2 http://mirror.nl.leaseweb.net/ubuntu bionic-security InRelease
Hit:3 http://mirror.koddos.net/linuxlite diamond InRelease
Hit:4 http://mirror.nl.leaseweb.net/ubuntu bionic-updates InRelease
Hit:5 http://mirror.nl.leaseweb.net/ubuntu bionic-backports InRelease
Hit:6 https://repo.skype.com/deb stable InRelease
Hit:8 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:9 http://archive.canonical.com/ubuntu bionic InRelease
Get:7 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic InRelease [15,4 kB]
Reading package lists...
E: Repository 'http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic InRelease' changed its 'Label' value from 'gimp' to 'gimp stable'

I have just installed Linux Lite on an old Laptop with a Realtek FE Ethernet card. The card is only recognized every other reboot. The activity LED that is on the Ethernet port is on still when it doesn't work which tells me that the Ethernet has no hardware fault. When running ifconfig and the ethernet card is not working, the card does not show up. Wi-Fi works just fine.
Also, I have already tried doing everything on this page: [size=78%]https://ubuntuforums.org/showthread.php?t=2400056[/size]
i have a inbuilt Bluetooth and Wifi adapter in my PC but it does not found and working in Linux lite 4.6.please help me to solve the issue
I've made a script to put a file or folder into a recycle bin instead of a deleting it with rm (which could be problematic if you make an error).
In a file called usr/bin/trash, I've put the following:
#!/bin/bash
# move a file or folder to a __trash__ folder (within the same directory)
if [ "$1" = "" ]; then
echo "You need a file or folder name.";
exit 1;
elif [ "$1" = "/" ]; then
echo 'You cannot put "/" in trash.';
exit 1;
fi
trashParentDir="$(dirname $1)";
mkdir -p "$trashParentDir/__trash__";
mv -vft "$trashParentDir/__trash__" "$1";
exit 0;Then I created 2 aliases:
alias rm="trash"
alias empty-trash="sudo find / -depth -type d -name \"__trash__\" -exec rm -r '{}' ';'"When using rm, you actually put a file or folder into a __trash__ folder within the same directory. (Note: it will overwrite a pre-existing file of the same name previously 'deleted')
In case of a mistake, just move the file out of the __trash__ folder.
When using empty-trash, you delete all __trash__ folders on the computer. You need root privilege to do so.
You could make a Cron job to empty-trash regularly.
Some feedback for the program Linux Lite Updates (LLU) on LL 4.4.
I encounter a special case where I had to answer a question before updating and, of course, the program couldn't handle it, so it ended without updating. I ended up doing a 'sudo apt update' on the terminal with the following output (the question I answered is on line 16):
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://repo.linuxliteos.com/linuxlite diamond InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:4 http://archive.canonical.com/ubuntu bionic InRelease
Hit:5 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic InRelease
Hit:6 http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:8 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Ign:9 http://downloads.mariadb.com/MaxScale/2.2/ubuntu bionic InRelease
Hit:10 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic InRelease
Get:11 http://downloads.mariadb.com/Tools/ubuntu bionic InRelease [1,464 B]
Hit:12 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:13 http://downloads.mariadb.com/MaxScale/2.2/ubuntu bionic Release
E: Repository 'http://downloads.mariadb.com/Tools/ubuntu bionic InRelease' changed its 'Origin' value from 'MariaDB Enterprise' to 'MariaDB Enterprise Tools'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:14 http://downloads.mariadb.com/Tools/ubuntu bionic/main amd64 Packages [1,502 B]
Fetched 2,966 B in 24s (123 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
16 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic InRelease' doesn't support architecture 'i386'
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://downloads.mariadb.com/Tools/ubuntu bionic InRelease' doesn't support architecture 'i386'Afterwards, I was able to upgrade the 16 packages with LLU.
