F5F Stay Refreshed Software Operating Systems What to do with Lubuntu

What to do with Lubuntu

What to do with Lubuntu

Pages (2): 1 2 Next
B
byAnarchy
Junior Member
2
04-07-2025, 04:14 PM
#1
You're stuck after installing Lubuntu on your Dell Inspiron Mini 910. Let's troubleshoot together. Check the system logs for errors, ensure your hardware meets the requirements, and verify you have enough resources. If issues persist, consider reinstalling or upgrading your setup.
B
byAnarchy
04-07-2025, 04:14 PM #1

You're stuck after installing Lubuntu on your Dell Inspiron Mini 910. Let's troubleshoot together. Check the system logs for errors, ensure your hardware meets the requirements, and verify you have enough resources. If issues persist, consider reinstalling or upgrading your setup.

D
darkspeed002
Member
143
04-09-2025, 04:41 PM
#2
The issue is clear if it exists.
D
darkspeed002
04-09-2025, 04:41 PM #2

The issue is clear if it exists.

D
domm0nkey
Member
154
04-24-2025, 03:01 AM
#3
It seems the app isn't loading from the .deb file, even though it's available. This could be due to compatibility issues or system restrictions.
D
domm0nkey
04-24-2025, 03:01 AM #3

It seems the app isn't loading from the .deb file, even though it's available. This could be due to compatibility issues or system restrictions.

R
Rad_ish
Junior Member
42
04-24-2025, 10:36 AM
#4
No, there is no error. The command executed successfully.
R
Rad_ish
04-24-2025, 10:36 AM #4

No, there is no error. The command executed successfully.

R
roydemooij9
Member
54
04-26-2025, 04:23 AM
#5
Actually no! I'll try it!
R
roydemooij9
04-26-2025, 04:23 AM #5

Actually no! I'll try it!

B
bossmode05
Member
52
04-26-2025, 04:56 AM
#6
I encountered an issue with the gdebi installer that stopped after clicking the install button. I resolved it by manually accessing the downloads folder, right-clicking the .deb file, checking its properties, and setting Software Installer as the default to open them. Once done, installing through the standard software installer became straightforward.
B
bossmode05
04-26-2025, 04:56 AM #6

I encountered an issue with the gdebi installer that stopped after clicking the install button. I resolved it by manually accessing the downloads folder, right-clicking the .deb file, checking its properties, and setting Software Installer as the default to open them. Once done, installing through the standard software installer became straightforward.

N
NachoBeast
Junior Member
2
04-27-2025, 09:03 AM
#7
Alright, I'll give it another shot!
N
NachoBeast
04-27-2025, 09:03 AM #7

Alright, I'll give it another shot!

P
143
04-28-2025, 03:51 AM
#8
When working with a Linux system, it's important not to just grab any random .deb package and install it. This should be the final option. The best approach is to install everything from the repository. For example, if you want Libreoffice, run: sudo apt install libreoffice. If you're unsure of the package name (like OpenOffice), use apt search openoffice and pick a suitable option. APT automatically handles all dependencies, whereas installing a standalone .deb might require you to fix missing ones manually. If you must use a .deb file, try installing it with dpkg and share the output for assistance. It will likely highlight any missing dependencies that need resolving through APT.
P
psychiiik_king
04-28-2025, 03:51 AM #8

When working with a Linux system, it's important not to just grab any random .deb package and install it. This should be the final option. The best approach is to install everything from the repository. For example, if you want Libreoffice, run: sudo apt install libreoffice. If you're unsure of the package name (like OpenOffice), use apt search openoffice and pick a suitable option. APT automatically handles all dependencies, whereas installing a standalone .deb might require you to fix missing ones manually. If you must use a .deb file, try installing it with dpkg and share the output for assistance. It will likely highlight any missing dependencies that need resolving through APT.

M
Miyuumi
Senior Member
543
05-13-2025, 02:53 AM
#9
Based on your hardware, a lighter option than Lubuntu is suggested. I recommend something more tailored to your system. Consider using AntiX-19.3_386-base.iso from the provided link. I installed it on a friend's old Compaq mini with similar specs using Ventoy on a USB drive without any issues. You can use Ventoy to copy multiple ISOs to the first partition, or try Slax as a Live-USB running only in RAM (avoid installing on HDD). LibreOffice 32bit should work on AntiX-19.3_386-base, though it might run slowly.
M
Miyuumi
05-13-2025, 02:53 AM #9

Based on your hardware, a lighter option than Lubuntu is suggested. I recommend something more tailored to your system. Consider using AntiX-19.3_386-base.iso from the provided link. I installed it on a friend's old Compaq mini with similar specs using Ventoy on a USB drive without any issues. You can use Ventoy to copy multiple ISOs to the first partition, or try Slax as a Live-USB running only in RAM (avoid installing on HDD). LibreOffice 32bit should work on AntiX-19.3_386-base, though it might run slowly.

S
sant10
Member
69
05-17-2025, 10:26 AM
#10
Consider using apt, a package manager included with Ubuntu (Lubuntu). It helps remove apps easily and handles their dependencies. This is useful when installing packages with dpkg fails due to missing dependencies. You can install .deb files with apt by running the command below (make sure you're in the correct folder): sudo apt install ./<installer_name>.deb. Just replace <installer_name> with the actual name of the file. Let me know if you run into issues or need further assistance.
S
sant10
05-17-2025, 10:26 AM #10

Consider using apt, a package manager included with Ubuntu (Lubuntu). It helps remove apps easily and handles their dependencies. This is useful when installing packages with dpkg fails due to missing dependencies. You can install .deb files with apt by running the command below (make sure you're in the correct folder): sudo apt install ./<installer_name>.deb. Just replace <installer_name> with the actual name of the file. Let me know if you run into issues or need further assistance.

Pages (2): 1 2 Next