#[SOLVED] How to use a .deb file?
86 messages · Page 1 of 1 (latest)
are you trying to install discord?
run the command:
sudo pacman -S discord
in terminal
to install discord
okay
also, software installation is not the same in linux as compared to windows. You have to install softwares which are known as packages through the terminal, to search for a package name just google the name of the package and add arch after it, you will see something like this:
this will be the package name:
oh, so I would need to use the command prompt when I want to install something?
just add the name after sudo pacman -S package-name to install it
yup
IT WORKED!
expected
can I do the same thing like you said sudo pacman-S <package for things that have an AUR besides their name?
for aur, you need a tool called yay
only official packages can be installed through pacman
here's how to install yay
Install Dependencies:
Before installing Yay, you need to ensure that you have the basic development tools and libraries required for building software. Open a terminal and run the following command to install the necessary packages:
Clone the Yay Repository:
Next, you'll need to clone the Yay repository from the AUR to your local system. In the terminal, run the following command:
Build and Install Yay:
Navigate to the newly cloned yay directory using the terminal:
cd yay
Then, build and install Yay using the makepkg command:
makepkg -si
then you will be able to install aur packages through aur
okay :))
I ran all of them, so now if I want to install an aur package I would do yay -S <package>?
yup
use ```sudo pacman -R package_name
okay
if I want to update an app would I Uninstaller and reinstall it?
uninstall(
no, if you want to update everything including aur packages kernel and other updates, just run
yay
if you want to update everything else instead of aur packages, run
sudo pacman -Syu
okay
ty sooo much
but I heard WINE can run windows .exes, so can I download the windows installer and run them thru WINE?
hm, okay :)
in windows there's this directory called Program Files, where applications install themselves. Is there an Arch equivalent?
depends, how are you planning to use it?
to make shortcuts on my desktop
you are using KDE right?
yep
right click the application in the application menu and click on add to desktop
got it :D
... solved
#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
I accidentally removed the title bar... so I can't move/minimize discord..
sorry 😭
it worked :)
... solved
#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
I was wondering if I can hide the link in the title bar and only show the name of the application(?)
hide what link
no idea, I dont see it
also, you can disable title bar and still drag windows using windows key + left click and drag, to resize window use windows key + right click
yup
not sure what it does
... solved
#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
[SOLVED] How to use a .deb file?
@mellow jacinth welcome to the community btw
ty :D
@mellow jacinth what distro were you using btw?
arch :D
is arch your first distro?