Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 1498 online users. » 0 Member(s) | 1495 Guest(s) Applebot, Bing, Google
|
Latest Threads |
Set Home Folder
Forum: Installing Linux Lite
Last Post: LanceCorporal
5 hours ago
» Replies: 2
» Views: 37
|
Updates Error Log - no re...
Forum: Updates
Last Post: Valtam
Today, 04:57 AM
» Replies: 3
» Views: 100
|
NEW Wiki replaces Help Ma...
Forum: On Topic
Last Post: Valtam
Yesterday, 11:12 AM
» Replies: 0
» Views: 50
|
New Website Design
Forum: On Topic
Last Post: Valtam
Yesterday, 11:01 AM
» Replies: 11
» Views: 965
|
Install Error Log - No Pu...
Forum: Updates
Last Post: Valtam
08-14-2025, 11:18 AM
» Replies: 2
» Views: 407
|
Help me, please! - CDROM ...
Forum: Updates
Last Post: stevef
08-10-2025, 01:44 PM
» Replies: 26
» Views: 4,225
|
Linux Lite 7.6 RC1 Releas...
Forum: Release Announcements
Last Post: Valtam
08-09-2025, 11:05 AM
» Replies: 5
» Views: 1,815
|
Intel HD Graphics Not Wor...
Forum: Installing Linux Lite
Last Post: Abhi_245
08-08-2025, 06:44 PM
» Replies: 10
» Views: 1,311
|
installing 5.8 Lunix lite...
Forum: Installing Software
Last Post: Ren
08-01-2025, 03:34 PM
» Replies: 0
» Views: 322
|
VERY ODD install Issue
Forum: Installing Linux Lite
Last Post: Azoic
08-01-2025, 05:34 AM
» Replies: 0
» Views: 365
|
|
|
apt update warnings |
Posted by: AposChatz382 - 09-10-2022, 07:37 AM - Forum: Other
- Replies (2)
|
 |
Hello everyone,
I recently did an "apt update" from terminal and afterwards i started receiving these warnings:
W: Skipping acquire of configured file 'contrib/binary-amd64/Packages' as repository 'http://security.ubuntu.com/ubuntu focal-security InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/binary-amd64/Packages' as repository 'http://security.ubuntu.com/ubuntu focal-security InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
full log
sources.list
I don't really understand what the issue is and how to get rid of these warning.
Thank you in advance!
EDIT:
To be more specific:
I was trying to install libncurses-dev but for some reason it was not available so i did the following steps: - Enabled sources on software-properties-gtk
- Changed mirror location
- Updated from terminal
|
|
|
every some days using Linux lite, suddenly i lose the connection |
Posted by: HichemKanon - 09-07-2022, 07:48 PM - Forum: Network
- Replies (2)
|
 |
Hello Linux lite world, this is a chance to thank you very much for this great OS and for your effort.
as long as i loved Linux lite, i need to report the problems and share any idea to you, some days before a problem of internet happened with me 3 times, while i'm using the OS and browsing ..etc, suddenly the network lost !, and i didn't find any way to fix, except i turn off and then on my machine, is there any solution to do without turn off or restart my PC ???
thanks in advance
|
|
|
system operation, not popping OUT subwindows on normal demand. |
Posted by: Lloyd McDaniel - 09-06-2022, 06:26 PM - Forum: Other
- Replies (1)
|
 |
Hello All, and thanks in advance for any help.
I am a Toughbook hobby guy who has loaded and used LL 5.8 on a couple Panasonic Toughbooks and just wiped and did a clean install on his CF-31 MKI of LL 6.0
These TB's have BOTH touchpad and screen so I have to set xinput to kill the numerics started what I once would have thought of as IRQ's. No problem it lets my usb mouse work and I doubt that is the trouble.
the problem is that I am not getting any popout subwindows in browsers in the default installed desktop. As in when I try to save off any image I get no popout with menu or location.
It's acting a little wonky in other ways too but nothing I can put a finger on.
Ideas?, Claims of grandeur? suggestions besides do-dah-ing the thing again?
HA! a case in point when I clicked on preview this post absodamnlutely nothing happened.
|
|
|
Directorio y Archivos de configuración ~/.ssh/config no existen |
Posted by: Strikstorno tototo - 08-29-2022, 12:07 AM - Forum: Spanish [Spanish]
- Replies (1)
|
 |
Estoy usando Linux Lite 6.0 para conectarme por SSH a equipos remotos por medio de SSH y una clave privada (id_rsa).
Genero la clave privada, pero no encuentro el directorio donde se almacenan: "~/.ssh", tampoco encuentro el archivo de configuración "~/.ssh/config".
Por ende no logro realizar las conexiones, alguna manera de solucionarlo? en otras distros existen estos directorios y archivos por defecto.
|
|
|
problems using npm install in vscode |
Posted by: stephan84 - 08-28-2022, 01:38 PM - Forum: Installing Software
- Replies (2)
|
 |
after typing npm install in my vscode terminal for running a cloned react project i get:
npm ERR! code EPERM
npm ERR! syscall symlink
npm ERR! path ../@babel/parser/bin/babel-parser.js
npm ERR! dest /media/stephan/WDD 500/udemyCoding/react_the_complete_guide/02-starting-project/node_modules/.bin/parser
npm ERR! errno -1
npm ERR! Error: EPERM: operation not permitted, symlink '../@babel/parser/bin/babel-parser.js' -> '/media/stephan/WDD 500/udemyCoding/react_the_complete_guide/02-starting-project/node_modules/.bin/parser'
npm ERR! [Error: EPERM: operation not permitted, symlink '../@babel/parser/bin/babel-parser.js' -> '/media/stephan/WDD 500/udemyCoding/react_the_complete_guide/02-starting-project/node_modules/.bin/parser'] {
npm ERR! errno: -1,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'symlink',
npm ERR! path: '../@babel/parser/bin/babel-parser.js',
npm ERR! dest: '/media/stephan/WDD 500/udemyCoding/react_the_complete_guide/02-starting-project/node_modules/.bin/parser'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/stephan/.npm/_logs/2022-08-28T13_22_21_771Z-debug-0.log
can anyone help me?
thanks for any support :045:
|
|
|
mid-2011 macbook air stuck on "updates and other offers" |
Posted by: nleco - 08-28-2022, 01:01 AM - Forum: Installing Linux Lite
- Replies (2)
|
 |
I am trying to install the latest version of Linux Lite. I used BalenaEtcher to burn the ISO on a USB. I was able to boot the USB and begin the install, but it hangs on "updates and other software" after I uncheck all boxes and hit "next".
I tried loading the live version off the usb and removed all partition on the hard drive.
Im not sure if I'm missing a step.
|
|
|
|