Linuxlover Do you have the development packages installed? If not, you'll need to install them with sudo eopkg install -c system.devel
in order to compile programs.
How i can install .deb files?
Hello dear Solus users ,
I've installed debian-bridge with everything it need :
shoryu@shoryu ~ $ debian_bridge test
System settings:
Docker version ===> 1.41
Window manager ===> X11
Sound driver ===> PulseAudio
Available features:
Display ===> available
Sound ===> available
Devices ===> available
Notification ===> available
Timezone ===> available
Home persistent ===> available
Then i type :
shoryu@shoryu ~ $ debian_bridge --command 'opera-developer-desktop' ~/Downloads/opera-developer_76.0.4016.0_amd64.deb
pas d'entrée control.tar.gz dans l'archive
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
ERROR debian_bridge_cli::starter > Program errors occured: Can not parse an input package
Did i make an error of writing or something else?
shoryuken777 Normally you should restart your computer to make debian_bridge
work.
I made opera-developer work fine with downhill post at this Solus forum link :
https://discuss.getsol.us/d/5597-how-can-i-install-programs-that-only-offer-rpm-deb-and-tar-gz
But still don't know why my debian-bridge still not working , interested of your help , if you find something
algent hello , thanks you , they said disconnect and reconnect , so i didn't reboot i think , i try it and tell you if it solve
algent same result with reboot
Anyway , it's working fine with other way so i'm happy , thank for your help algent
DataDrake
i want install tixati
- Edited
bnademahmed About tixati
you can do the manual install.
Download tixati-2.81-1.x86_64.manualinstall.tar.gz
(if your system is 64-bit) from https://www.tixati.com/download/linux.html. In the README.txt
file you will find all the instructions. For system wide install the first three steps are enough to make it work.
and i recently download qbittorrent and successfully download but when i open it the software dosent start
in this website https://www.fosslinux.com/218/4-best-free-torrent-clients-for-linux.htm
i bypass this sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable because i dont now how to do that in solus terminal
and what about virtual box https://www.virtualbox.org/wiki/Linux_Downloads?
bnademahmed Solus doesn't use ppa, those are Debian/Ubuntu thing.
Solus has it's own package manager.
Install it with this command: sudo eopkg it qbittorrent
bnademahmed What about it. Just install it. Find it on Software Center as virtualbox-current
, or install it from terminal sudo eopkg it virtualbox-current
if you are using linux-current
kernel.
algent thank it helpful
i will see some youtube video to learn solus
im using solus as daily use in my comuter
bnademahmed The first place you should look when you want to learn about Solus is the Help Center (Docs).
Junglist
ok i will check
thank for reply
virtual box installed but it dosent run
i remove it and installed again and still the same problem
bnademahmed I have no idea. I installed and it is running fine for me.
Try to run sudo systemctl status vboxdrv.service
and later journalctl -xe
as suggested.
Installing virtualbox in my pc trows the same error, I know why and it's because my pc doesn't support virtualization, maybe that's the reason for you too, make sure your pc support virtualization, kvm or something like that.
bnademahmed Also make sure that your system is fully up-to-date sudo eopkg up -y
. Virtualbox ships with kernel modules -> if there is a version mismatch between the kernel and the virtualbox kernel modules, it will fail.