/srv/irclogs.ubuntu.com/2023/02/09/#xubuntu.txt

moi_hello02:00
unskilledcbHello, I'm super new to all of linux which means also xubuntu and I've been consistently running into an issue with running downloads from browsers. I generally find a way around because many sites give you the command to manually run it in terminal, or I've just given up and forgot about downloading that app. Now I feel it is finally time to02:22
unskilledcbfigure out what I'm doing wrong. Any suggestions?02:22
conrawhat is the actual issue unskilledcb 02:36
unskilledcbFor more info I have used chrome and brave. When you go to an apps download page there is a download button that adds the file to your downloads which then goes to the directory you choose. My issue is when using this method the download file gets stored but when trying to run it the install process doesn't seem to happen.02:39
unskilledcbLike on windows which like many normies such as myself are used to you get the download file then run it go through the prompts and the application gets installed. So I'm not sure if there are extra steps for a linux based OS that I am unaware of.02:41
arraybolt3unskilledcb: Ah, I see what you're saying.02:42
arraybolt3With Linux, you usually don't download installers for software.02:42
arraybolt3Most software is available through a thing called a "package manager", which is like an app store.02:43
arraybolt3You can use a package manager either through an app store program like Ubuntu Software, or you can use it from the command line if you prefer.02:43
arraybolt3I assume you've typed "sudo apt install <program name>" into a terminal? That's downloading that particular software from your distro's package repository, and installing it. This is how you usually will install software.02:44
arraybolt3There are some pieces of software that aren't available in your distro's repositories, and in those instances you may be given other instructions - sometimes there's a .apt file that you can download, double-click, and install. Sometimes there's a sequence of commands you run in a terminal to add a third-party repository and then install the software from there.02:44
arraybolt3Many Linux applications will also give you the option of downloading an app's source code so you can compile it yourself, but that's an advanced method of software installation that you should usually avoid if at all possible. (Most of the time, if you download a .tar.gz or .tar.xz file, that's source code. Rarely you'll see ready-to-use programs distributed as .tar.gz files, but it's rare.)02:45
unskilledcbMy question here is specific to the software download pages that only give you the .apt file download button with no other instructions or a command for the terminal02:46
arraybolt3unskilledcb: And just double-clicking those doesn't let you install the software?02:47
unskilledcbWhen ever I do the clicky click and I get the download file like a .deb file then even if I try to run/open the file nothing happens with02:48
arraybolt3unskilledcb: Hmm, odd. In that instance, try moving the .deb file to an otherwise empty folder, then open a terminal in that folder and run "sudo apt install ./*" and that should install it.02:49
unskilledcbOkay how would I install it from home directory? like sudo apt install ~/Downloads/<file-name.deb>02:50
unskilledcbNot that I need to because I could go to to the directory it's housed in. I'm just curious02:51
arraybolt3Then "sudo apt install ./Downloads/<file-name.deb>".02:52
arraybolt3The ./ at the beginning is important.02:52
unskilledcbAlright I'll try them. Thank you.02:52
arraybolt3Without it, `apt` might think you're trying to install a package from a repository, with it, apt knows you're trying to install a package from the local filesystem. At least that's been my experience, I don't know if it can sometimes behave differently in some edge cases, but that's what I've had to do.02:52
unskilledcbAlright02:53
unskilledcbThanks arraybolt3 doing it how you said didn't seem to work at first as there was in error message in terminal. Then looking around to see what caused it I saw the app was in fact installed.03:13
arraybolt3Yeah, it's normal for there to be a "W: <gripe>" message at the end when doing that - it's just a warning (thus the W), not an error (which would have an E).03:14
arraybolt3Something about "Download performed unsandboxed as root" something or other. You can just ignore that.03:14
unskilledcbMy issue the whole time was thinking I could operate xubuntu like windows and do everything via GUI just because the download was started that way. In conclusion I didn't know that one the file was downloaded I had to run sudo apt intall03:15
arraybolt3unskilledcb: You *should* be able to install a .deb by just double-clicking on it, I'm not sure why that didn't work. Maybe the package installer isn't present on Xubuntu.03:16
arraybolt3(There's some app called GDebi that lets you install .deb files by double-clicking on them.)03:16
arraybolt3You might be able to do "sudo apt install gdebi" and then be able to install .deb files by double-clicking.03:16
unskilledcbWell the only reason I believed it was a system issue overall was I have had this issue with multiple apps. Just coincidence that every one03:18
unskilledcbI tried to install via .apt file download button must not have been present as you say.03:18
unskilledcbSo basically if it's not present I just need to save the file locally and run install on the local file03:19
arraybolt3Yeah I just checked, Xubuntu does *not* include GDebi by default, so that's probably why double-clicking deb files wasn't working. Anyway, now you know how to install them with the terminal, and how you may be able to get the GUI to work.03:19
unskilledcbYes sir, super helpful thank you. This had many the source of quite a few hours of racking my brain to understand something new.03:20
unskilledcbbeen*03:20
roberto_Ciao13:26
=== ingenius2k is now known as ingenius
xubuntu97iHallo, need some help for Xubutu installation..17:05
xubuntu97iAnybody out there?17:06
arraybolt3xubuntu97i: o/17:06
arraybolt3What's happening?17:06
xubuntu97iTried to install Xub via a Debian rescue insstallation and iso-file in a /boot/grml folder...17:08
arraybolt3Hmm... ok so what is the end goal you're going for here? This sounds like a very non-standard installation, and I'm not sure how some of it makes sense, so some background may be helpful.17:09
xubuntu97ididn get the option to install via my Debian BackUp-install17:09
arraybolt3Are you trying to install Xubuntu on the whole disk? Alongside an existing OS? In the same partition as another Linux distro?17:10
xubuntu97iI bought a SSD for my Laptop. A friend told me, a good setup would be to have a sort of Rescue-System (in my case Debian)... and alongside this system I could install Xubuntu...17:11
arraybolt3Oh, so like you have Xubuntu as your main OS, and have GRML or similar installed alongside it so you can recover the system if needed?17:12
xubuntu97iMy BiOS is old, cant boot form usb, so he told me about the possiblity to install via Debian "boot"-menu and grml17:13
xubuntu97iyep17:13
arraybolt3OK, so judging from the documentation, it sounds like you install Xubuntu *first*, then put GRML into the /boot/grml folder inside the Xubuntu installation.17:14
arraybolt3You can't boot from USB... is this a 32-bit system?17:14
* arraybolt3 hopes you come back17:15
Cydermastercan anybody help? I want to automount a disk when I startup18:35
gnrp!ask18:47
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience18:47
gnrpCydermaster: What is the question?18:47
gnrpCydermaster: Just ask the question and if osmebody knows, they'll answer18:47
CydermasterHow do I setup xubuntu to automount a drive18:47
gnrpCydermaster: You put it in the /etc/fstab18:48
gnrpbut be careful. When it is in there and failing to mount, the whole system boot will fail18:48
Cydermasterok, thanks18:48
gnrpThere is a manpage for fstab18:48
gnrpotherwise, you can also ask here18:48
gnrpis it an internal drive to the computer?18:49
Cydermasteryes, internal, its a 1tb hdd, my os is installed on a ssd18:49
Cydermastercan manualy mount it in thunar but wondered if there was a way of automounting it at startup (without resorting to fstab editing)18:50
gnrpwhere do you want it to be mounted?18:52
gnrpand run the command `lsblk` and paste its output18:52
gnrp!paste18:52
ubottuFor posting multi-line texts into the channel, please use https://dpaste.com | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:52
Cydermasterwill do it via fstab editing, just wondered if there was a 'tickbox' or gui setting to do it18:54
gnrpah, no, fstab is the "true" way to do it system-wide18:54
=== tomg_ is now known as tomg
=== keypushe- is now known as keypusher

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!