Antix linux установка пакетов

How does one install *.deb files on AntiX ?

:: Watch some videos https://www.youtube.com/channel/UCFWlej2CSKlXW5uE9opXukQ or sudo dpkg < path to deb file downloaded goes here>If you watch the videos. You will learn about synaptic and gdebi. Sure don’t why you posted though, with no info included. Happy Trails Rok.

Sometimes I drive a crooked road to get my mind straight.
Not all who Wander are Lost.
Motorcycle racing is rocket science. Linux Registered User # 475019
How to Search for AntiX solutions to your problems

:: A number of ways. Rocky pointed out the usual way though this will not update the menus as well as dependencies sometimes.
Running as root or with sudo, you can run
apt install /path/to/deb/file
which should take care of the menu building and dependencies.
For example with a deb package in the user Downloads folder
apt install ~/Downloads/myapp-1.0.0_amd64.deb

VERY useful information re *.deb files… many thanks

wildstar84

sudo dpkg -i [your-deb-file.deb]

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit «Cookie Settings» to provide a controlled consent.

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.

Читайте также:  Acrobat pro for linux

Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.

Cookie Duration Description
cookielawinfo-checkbox-analytics 11 months This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category «Analytics».
cookielawinfo-checkbox-functional 11 months The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category «Functional».
cookielawinfo-checkbox-necessary 11 months This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category «Necessary».
cookielawinfo-checkbox-others 11 months This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category «Other.
cookielawinfo-checkbox-performance 11 months This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category «Performance».
viewed_cookie_policy 11 months The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.

Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.

Читайте также:  Linux только одно разрешение экрана

Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.

Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.

Источник

GUI to install .deb packages in antiX 21

For now, antiX 21 comes without a GUI .deb package installer. There’s a solution for that (that I implemented myself):
Download and install “contribs-goodies”, either using Synaptic or on the terminal:

curl https://gitlab.com/antix-contribs/contribs-goodies/-/raw/master/contribs-goodies_0.1.0_all.deb --output contribs-goodies_0.1.0_all.deb sudo apt install ./contribs-goodies_0.1.0_all.deb
  • This topic was modified 1 year, 7 months ago by PPC.
  • This topic was modified 1 year, 7 months ago by PPC.

Thanks PPC, but from teminal

All packages are up to date.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package contribs-goodies

@caprea- sorry, I messed up the original instructions, I already fixed them, they should work for antiX 32 or 64 bits…

Wallon

Thank you PPC for this thread.
Do you know why there is no more GUI .deb package installer with antiX 21?
I think this should be added to the tips and tricks for new antiX users.

Brian Masinick

Thanks PPC, but from terminal

All packages are up to date.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package contribs-goodies

Isn’t the package called antix-goodies? There are also antix-goodies-core and debian-goodies; each of these is a meta-package that installs a group of convenience packages; when I install antiX 21 Base runit, the antix-goodies package is installed.

Читайте также:  Linux find количество файлов

@Wallon – as far as I understood, anticapitalista removed gdebi because it is increasingly failing to correctly install packages- the same is happening in some other distros. Anti didn’t add any new alternative, as far as he told me in the forum, to check out how antiX users would react- because we can always install opening a terminal, typing “sudo apt install” and dragging the .deb file to the terminal window and pressing enter (and entering the password, if asked).
My script is tiny because it’s really a front end for apt, much like antix-updater- it runs the commands, so you don’t have to, and you just see the cli do it’s thing and install the package…

@Mr Masinick – no, they are different packages- antix-contribs is a gitlab page where some scripts that are meant for antix but not part of it are installed. Contribs-goodies also includes antiX-cloud (developed with Spook’s older brother 🙂 )- a GUI to mount cloud drives so they can be accessed using the default file manager. Both were meant to be included in antiX, but didn’t make the cut, so, they found a new home in antiX-contribs…

Brian Masinick

Thanks for filling in the missing details for a second time so forgetful
people like me get it right!
🙂

Источник

Оцените статью
Adblock
detector