Установка pkg linux mint

Linux Mint Forums

Trying to convert/install .pkg file, help please

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Trying to convert/install .pkg file, help please

Post by srhode14 » Sat Sep 29, 2012 6:55 pm

I have a .pkg file which I downloaded from the internet, which I am trying to install. The software source (Microsoft) (yeah, I know, boo and hiss) says that this type of file is compatible with Mac, but I am trying to convert it to .rpm so that I may install it in Linux Mint. I

sudo apt-get install alien

, which downloaded and installed the alien package converter, and everything went smooth until I tried

, which returns «Unknown type of package, SDM.pkg.»

I have already tried downloading the Windows version and running it through Wine, which was unsuccessful as Wine couldn’t install the program. SDM stands for Secure Download Manager, which Microsoft issues through E-Academy and the Dreamspark program. Overall, its a terrible piece of software to download anything, but a partnership between University and Microsoft enables me to get a lot of free software. If anyone could help me in this matter, or tell me what I’m doing wrong, it would be graciously appreciated.

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

kyphi Level 9
Posts: 2733 Joined: Sat Jul 09, 2011 1:14 am Location: The Hunter Valley, Australia

Re: Trying to convert/install .pkg file, help please

Post by kyphi » Sat Sep 29, 2012 7:03 pm

Re: Trying to convert/install .pkg file, help please

Post by srhode14 » Sat Sep 29, 2012 7:07 pm

Thanks for the quick reply!

Would you recommend that I try again to run the windows file through Wine? (I think its a .msi file)

Re: Trying to convert/install .pkg file, help please

Post by cwsnyder » Sat Sep 29, 2012 8:15 pm

Читайте также:  Не устанавливается grub при установке linux mint

To repeat the earlier reply, with more details. Mac OS X is BSD based, with a different kernel. You would have to get the source code, modify it for the Linux kernel, then recompile. Alien won’t work for that translation. Alien is only for (possibly) conversion from a Linux .rpm (Red Hat Package Manager) style package to a .deb (Debian) style package manager, both of which are binary (pre-compiled), both of which are dependent on the same compiler, kernel source, & API which are different from the BSD compiler, kernel & API.

Your best bet, if you STILL insist on trying this ‘free’ software, would be to run a virtual machine instance of Windows and the Windows version of the software, since it won’t run under WINE. This would require an actual, licensed copy of Windows to install as a virtual machine.

Or dual-boot Windows & Linux.

kyphi Level 9
Posts: 2733 Joined: Sat Jul 09, 2011 1:14 am Location: The Hunter Valley, Australia

Re: Trying to convert/install .pkg file, help please

Post by kyphi » Sat Sep 29, 2012 8:27 pm

To elaborate further: MSI = Microsoft installer is an engine for the installation, maintenance, and removal of software on windows systems

Источник

Установка pkg linux mint

Метод создания chroot-окружения подходит для создания окружения с любым дистрибутивом, использующим репозиторий основанный на .rpm пакетах.

¶ DEB пакеты

Метод создания chroot-окружения подходит для создания окружения с любым дистрибутивом, использующим репозиторий основанный на .deb пакетах.

¶ Установка .apk пакетов

¶ Установка .pkg.tar.zst, .tgz, .tbz, .tbz2, .pkg.gz пакетов

Для установки .tgz, .tbz, .tbz2, .pkg.gz необходимо имеющийся пакет разархивировать с помощью утилиты tar:

#Для архивов сжатых с помощью GZIP (.gz, .gz2 и т.д.): tar -xvzf имя_файла #Для архивов сжатых с помощью BZIP (.bz, .bz2 и т.д.): tar -xvjf имя_файла #Для архивов сжатых с помощью XZ (.tar.xz, .txz): tar -xvJf имя_файла 
  • x — извлечь файлы из архива;
  • v — подробный вывод информации на экран;
  • f — Обязательная опция. Если не указать, Tar будет пытаться использовать магнитную ленту вместо файла;
  • z — обработать архив сжатый gzip’ом;
  • j — обработать архив сжатый bzip’ом.

После выполнения команды, будет создан каталог с именем, идентичным названию пакета .

Переход в созданный каталог:

Далее, все зависит от того, как была собрана программа: в виде исполняемого файла , или в исходном коде .

Перед установкой прочитать инструкцию (README), которая присутствует в каждом архиве.

Если программа собрана в виде исполняемого файла , в папке будет находиться файл, с расширением .sh или же с названием необходимой программы (например, firefox). Его достаточно просто запустить на исполнение:

Читайте также:  Дистрибутивы линукс linux mint

Если же программа представлена в исходном коде , выполнить следующие команды:

./configure # Поиск необходимых для компиляции библиотек и заголовочных файлов make # компиляция программы sudo make install # установка программы 

После установки выполнить очистку каталога от всех файлов полученных в результате компиляции:

¶ Пример установки

Для примера приведена установка GParted.

Клонируем актуальную версию GParted с GitHub:

git clone https://github.com/GNOME/gparted.git 

В файле README указаны необходимые зависимости для устанавливаемой программы, если они отсутствуют в системе, то их необходимо установить.

Далее следует запустить формирование установочного файла:

Затем необходимо запустить:

Программа GParted установлена.

Источник

How to install .pkg file in ubuntu?

According to wiki, .pkg is the Mac OSX-specific package type. As little (again, according to wiki) is known about the format, it is not surprising dpkg cannot support it.

If there are other versions of the software you have, other than the .pkg file, you should probably pick the .deb file. That would be handled by dpkg.

We cant install .pkg files in Ubuntu .Please find out windows version of application and we can install using Wine

regards,
Christain
clouddesktoponline

Similar topics

Hey PHP Fans! If you’re a Linux fan and haven’t installed Screem to see if that doesn’t become your favorite PHP editor, I highly recommend it. It’s a snap to install on Ubuntu Linux, which has.

Over the last few days, I reinstalled Win2kSP2 to a spare harddrive I had just swapped into my Fujitsu LifeBook P1120 (long story ). Subsequently, I DL’ed the newest Python alpha (2.4a2), and.

I love pexpect because it means I may never have to use expect again (I don’t do any heavy expect lifting — I just need simple tty control)! As a python advocate I find it embarassing how.

I am a perl newbie who is trying to write a script to automate a task. I have a large collection of compressed archives (mostly .tar.gz, tar.bz2, tar.Z, .tgz etc). This are stored in a number.

Hello I have recently installed DB2 express on UBUNTU and am not able to get it to start. I decided to uninstall and reinstall DB2. When I enter the command sudo ./db2_deinstall it says «No DB2.

Hi, This is the log file for my SP1 on 2005 install. Can anyone please look at this and tell me if this looks normal? I’m concerned about the following in the log: «Failed to read registry.

Читайте также:  Скриншот командной строки linux

hi, I have got a batch file where i have written the following modules from CPAN: ppm install DBI ppm install DBD::mysql ppm install Config::Properties ppm install Net::SMTP ppm.

Dear all, I am trying to install File server Resource Manager to apply user level directory quota. Tried to use this link for help , it is as below: I checked the GIF file But on my.

Hello everyone: I met a problem when install blt2.4z. I have installed tcl8.4 and tk8.4 in my linux-x86 system. I install blt follow the step in INSTALL file. 1.tar zxvf BLT2.4z.tar.gz .

The next Access Europe meeting will be on Wednesday 7 June 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central.

At BluePanda Dev, we’re passionate about building high-quality software and sharing our knowledge with the community. That’s why we’ve created a SaaS starter kit that’s not only easy to use but also.

hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.

I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent.

I have a table that can contain up to 12 entries for an individual in the number field each number can be different number I want only to add up the top 7 numbers for each individual. What’s the.

Hello, I have a tabbed form. On each tab there is a subform. On Subform1 I have a series of combo boxes whose names are Combo1, Combo2, Combo3, etc. and button that if the user clicks will write.

Ⅱ. Download AntDB Community Version Download at: http://www.antdb.net/download, choose X86 version under Open Euler https://img1.imgtp.com/2023/06/14/hn1P9Kz2.png Ⅲ. Deploy AntDB Community.

B.Distributed Deployment 1). Deploy the distributed software sh antdb_install.sh ### the difference between distributed and centralized software deployment is as follows.

I am new to Access VBA. We have an Access database which 20 staff are working together . i want a anyone to help me set up the popup message and notification to all the active users. The backend.

By using Bytes.com and it’s services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.

Источник

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