- How To Install powerpc-linux-gnuspe-gcc on Debian 11
- One-liner install command
- What is powerpc-linux-gnuspe-gcc and what are the ways to install it?
- Install powerpc-linux-gnuspe-gcc using apt-get
- Install powerpc-linux-gnuspe-gcc using apt
- Install powerpc-linux-gnuspe-gcc using aptitude
- How to upgrade (update) a single package powerpc-linux-gnuspe-gcc using apt-get?
- How To Uninstall powerpc-linux-gnuspe-gcc from Debian 11
- Uninstall powerpc-linux-gnuspe-gcc and all its dependencies
- Remove powerpc-linux-gnuspe-gcc with all configurations and data
- Remove powerpc-linux-gnuspe-gcc completely (configurations, data and all of its dependencies)
- Extra info and code examples
- Conclusion
- Пакет: gcc-powerpc-linux-gnuspe (4:8.3.0-1)
- Другие пакеты, относящиеся к gcc-powerpc-linux-gnuspe
- Загрузка gcc-powerpc-linux-gnuspe
- How To Install powerpc-linux-gnuspe-gcc on Ubuntu 22.04
- One-liner install command
- What is powerpc-linux-gnuspe-gcc and what are the ways to install it?
- Install powerpc-linux-gnuspe-gcc using apt-get
- Install powerpc-linux-gnuspe-gcc using apt
- Install powerpc-linux-gnuspe-gcc using aptitude
- How to upgrade (update) a single package powerpc-linux-gnuspe-gcc using apt-get?
- How To Uninstall powerpc-linux-gnuspe-gcc from Ubuntu 22.04
- Uninstall powerpc-linux-gnuspe-gcc and all its dependencies
- Remove powerpc-linux-gnuspe-gcc with all configurations and data
- Remove powerpc-linux-gnuspe-gcc completely (configurations, data and all of its dependencies)
- Extra info and code examples
- Conclusion
- Пакет: gcc-powerpc-linux-gnuspe (4:8.3.0-1)
- Другие пакеты, относящиеся к gcc-powerpc-linux-gnuspe
- Загрузка gcc-powerpc-linux-gnuspe
How To Install powerpc-linux-gnuspe-gcc on Debian 11
In this guide, we’ll discuss How To Install powerpc-linux-gnuspe-gcc on Debian 11. Also, we will demonstrate how to uninstall and update powerpc-linux-gnuspe-gcc .
One-liner install command
For those in a hurry, here’s a one-line installation command:
sudo apt-get update && sudo apt -y install gcc-powerpc-linux-gnuspe
But if you are interested in the detailed steps with descriptions, the following information is for you.
What is powerpc-linux-gnuspe-gcc and what are the ways to install it?
Short description: GNU C compiler for the powerpcspe architecture
Before beginning this tutorial, you will need access to a server or computer running Debian 11. This guide was written specifically with a server running Debian 11 in mind, although it should also work on older, supported versions of the operating system.
Also, make sure you are running a regular, non-root user with sudo privileges configured on your server. When you have an account available, log in as your non-root user to begin.
There are several ways to install powerpc-linux-gnuspe-gcc on Debian 11. You can use (links are clickable):
In the following sections, we will describe each method in detail. You can choose one of them or refer to the recommended one.
Install powerpc-linux-gnuspe-gcc using apt-get
First, update apt database with apt-get using the following command.
After updating apt-get database, You can install powerpc-linux-gnuspe-gcc using apt by running the following command:
sudo apt -y install gcc-powerpc-linux-gnuspe
Install powerpc-linux-gnuspe-gcc using apt
Because powerpc-linux-gnuspe-gcc is available in Debian 11’s default repositories, it is possible to install it from these repositories using the apt packaging system.
To begin, update apt database with apt using the following command.
After updating apt database, You can install powerpc-linux-gnuspe-gcc using apt by running the following command:
sudo apt -y install gcc-powerpc-linux-gnuspe
Install powerpc-linux-gnuspe-gcc using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian 11. Update apt database with aptitude using the following command.
After updating aptitude database, You can install powerpc-linux-gnuspe-gcc by running the following command:
sudo aptitude -y install gcc-powerpc-linux-gnuspe
How to upgrade (update) a single package powerpc-linux-gnuspe-gcc using apt-get?
First, you will need to update packages index. Run update command as usual:
Next, to upgrade only the powerpc-linux-gnuspe-gcc, e.g. single package, you should use the following format with the apt-get command/apt command:
sudo apt-get --only-upgrade install gcc-powerpc-linux-gnuspe
Note that this command will not install any new packages! If you wish to install the package if it doesn’t exist you may leave out —only-upgrade part.
It’s Good to Know:
sudo apt-get install gcc-powerpc-linux-gnuspe
This will upgrade the package even if is already installed.
How To Uninstall powerpc-linux-gnuspe-gcc from Debian 11
To uninstall only the powerpc-linux-gnuspe-gcc package you can execute the following command:
sudo apt-get remove gcc-powerpc-linux-gnuspe
Uninstall powerpc-linux-gnuspe-gcc and all its dependencies
To uninstall powerpc-linux-gnuspe-gcc and its dependencies that are no longer needed by Debian 11, you can use the command below:
sudo apt-get -y autoremove gcc-powerpc-linux-gnuspe
Remove powerpc-linux-gnuspe-gcc with all configurations and data
To remove powerpc-linux-gnuspe-gcc configuration and data from your system you can run the following purge command:
sudo apt-get -y purge gcc-powerpc-linux-gnuspe
Remove powerpc-linux-gnuspe-gcc completely (configurations, data and all of its dependencies)
And lastly, you can run the next command to remove absolutely everything related to powerpc-linux-gnuspe-gcc package, e.g.: configurations, data and all of its dependencies. Just use this command:
sudo apt-get -y autoremove --purge gcc-powerpc-linux-gnuspe
Extra info and code examples
This is the GNU C compiler, a fairly portable optimizing compiler for C. This is a dependency package providing the default GNU C cross-compiler for the powerpcspe architecture.
- Maintainer: Debian GCC Maintainers
- Sources url: unknown
- Section/Category: unknown
Conclusion
You now have a full guide on how to install powerpc-linux-gnuspe-gcc using apt, apt-get and aptitude tools. Also, we showed how to update as a single package and different ways to uninstall the powerpc-linux-gnuspe-gcc from Debian 11.
Пакет: gcc-powerpc-linux-gnuspe (4:8.3.0-1)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
This is a dependency package providing the default GNU C cross-compiler for the powerpcspe architecture.
Другие пакеты, относящиеся к gcc-powerpc-linux-gnuspe
- зависимости
- рекомендации
- предложения
- enhances
- dep: cpp-powerpc-linux-gnuspe (= 4:8.3.0-1) GNU C preprocessor (cpp) for the powerpcspe architecture
- dep: gcc-8-powerpc-linux-gnuspe (>= 8.3.0-1~) GNU C compiler
- rec: libc6-dev-powerpcspe-cross GNU C Library: Development Libraries and Header Files (for cross-compiling) или libc-dev-powerpcspe-cross виртуальный пакет, предоставляемый libc6-dev-powerpcspe-cross
- sug: autoconf automatic configure script builder
- sug: automake Tool for generating GNU Standards-compliant Makefiles
- sug: bison YACC-compatible parser generator
- sug: flex fast lexical analyzer generator
- sug: gcc-doc Пакет недоступен
- sug: gdb-powerpc-linux-gnuspe Пакет недоступен
- sug: libtool Сценарий сопровождения общих библиотек
- sug: make утилита управления компиляцией
- sug: manpages-dev Manual pages about using GNU/Linux for development
Загрузка gcc-powerpc-linux-gnuspe
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
amd64 | 1,4 Кб | 24,0 Кб | [список файлов] |
i386 | 1,4 Кб | 24,0 Кб | [список файлов] |
Эта страница также доступна на следующих языках (Как установить язык по умолчанию):
Чтобы сообщить о проблеме, связанной с веб-сайтом, отправьте сообщение (на английском) в список рассылки debian-www@lists.debian.org. Прочую контактную информацию см. на странице Debian Как с нами связаться.
Авторские права © 1997 — 2023 SPI Inc.; См. условия лицензии. Debian это торговый знак компании SPI Inc. Об этом сайте.
How To Install powerpc-linux-gnuspe-gcc on Ubuntu 22.04
In this guide, we’ll discuss How To Install powerpc-linux-gnuspe-gcc on Ubuntu 22.04. Also, we will demonstrate how to uninstall and update powerpc-linux-gnuspe-gcc .
One-liner install command
For those in a hurry, here’s a one-line installation command:
sudo apt-get update && sudo apt -y install gcc-powerpc-linux-gnuspe
But if you are interested in the detailed steps with descriptions, the following information is for you.
What is powerpc-linux-gnuspe-gcc and what are the ways to install it?
Short description: GNU C compiler for the powerpcspe architecture
Before beginning this tutorial, you will need access to a server or computer running Ubuntu 22.04. This guide was written specifically with a server running Ubuntu 22.04 in mind, although it should also work on older, supported versions of the operating system.
Also, make sure you are running a regular, non-root user with sudo privileges configured on your server. When you have an account available, log in as your non-root user to begin.
There are several ways to install powerpc-linux-gnuspe-gcc on Ubuntu 22.04. You can use (links are clickable):
In the following sections, we will describe each method in detail. You can choose one of them or refer to the recommended one.
Install powerpc-linux-gnuspe-gcc using apt-get
First, update apt database with apt-get using the following command.
After updating apt-get database, You can install powerpc-linux-gnuspe-gcc using apt by running the following command:
sudo apt -y install gcc-powerpc-linux-gnuspe
Install powerpc-linux-gnuspe-gcc using apt
Because powerpc-linux-gnuspe-gcc is available in Ubuntu 22.04’s default repositories, it is possible to install it from these repositories using the apt packaging system.
To begin, update apt database with apt using the following command.
After updating apt database, You can install powerpc-linux-gnuspe-gcc using apt by running the following command:
sudo apt -y install gcc-powerpc-linux-gnuspe
Install powerpc-linux-gnuspe-gcc using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu 22.04. Update apt database with aptitude using the following command.
After updating aptitude database, You can install powerpc-linux-gnuspe-gcc by running the following command:
sudo aptitude -y install gcc-powerpc-linux-gnuspe
How to upgrade (update) a single package powerpc-linux-gnuspe-gcc using apt-get?
First, you will need to update packages index. Run update command as usual:
Next, to upgrade only the powerpc-linux-gnuspe-gcc, e.g. single package, you should use the following format with the apt-get command/apt command:
sudo apt-get --only-upgrade install gcc-powerpc-linux-gnuspe
Note that this command will not install any new packages! If you wish to install the package if it doesn’t exist you may leave out —only-upgrade part.
It’s Good to Know:
sudo apt-get install gcc-powerpc-linux-gnuspe
This will upgrade the package even if is already installed.
How To Uninstall powerpc-linux-gnuspe-gcc from Ubuntu 22.04
To uninstall only the powerpc-linux-gnuspe-gcc package you can execute the following command:
sudo apt-get remove gcc-powerpc-linux-gnuspe
Uninstall powerpc-linux-gnuspe-gcc and all its dependencies
To uninstall powerpc-linux-gnuspe-gcc and its dependencies that are no longer needed by Ubuntu 22.04, you can use the command below:
sudo apt-get -y autoremove gcc-powerpc-linux-gnuspe
Remove powerpc-linux-gnuspe-gcc with all configurations and data
To remove powerpc-linux-gnuspe-gcc configuration and data from your system you can run the following purge command:
sudo apt-get -y purge gcc-powerpc-linux-gnuspe
Remove powerpc-linux-gnuspe-gcc completely (configurations, data and all of its dependencies)
And lastly, you can run the next command to remove absolutely everything related to powerpc-linux-gnuspe-gcc package, e.g.: configurations, data and all of its dependencies. Just use this command:
sudo apt-get -y autoremove --purge gcc-powerpc-linux-gnuspe
Extra info and code examples
This is the GNU C compiler, a fairly portable optimizing compiler for C. This is a dependency package providing the default GNU C cross-compiler for the powerpcspe architecture.
- Maintainer: Debian GCC Maintainers
- Sources url: unknown
- Section/Category: unknown
Conclusion
You now have a full guide on how to install powerpc-linux-gnuspe-gcc using apt, apt-get and aptitude tools. Also, we showed how to update as a single package and different ways to uninstall the powerpc-linux-gnuspe-gcc from Ubuntu 22.04.
Пакет: gcc-powerpc-linux-gnuspe (4:8.3.0-1)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
This is a dependency package providing the default GNU C cross-compiler for the powerpcspe architecture.
Другие пакеты, относящиеся к gcc-powerpc-linux-gnuspe
- зависимости
- рекомендации
- предложения
- enhances
- dep: cpp-powerpc-linux-gnuspe (= 4:8.3.0-1) GNU C preprocessor (cpp) for the powerpcspe architecture
- dep: gcc-8-powerpc-linux-gnuspe (>= 8.3.0-1~) GNU C compiler
- rec: libc6-dev-powerpcspe-cross GNU C Library: Development Libraries and Header Files (for cross-compiling) или libc-dev-powerpcspe-cross виртуальный пакет, предоставляемый libc6-dev-powerpcspe-cross
- sug: autoconf automatic configure script builder
- sug: automake Tool for generating GNU Standards-compliant Makefiles
- sug: bison YACC-compatible parser generator
- sug: flex fast lexical analyzer generator
- sug: gcc-doc Пакет недоступен
- sug: gdb-powerpc-linux-gnuspe Пакет недоступен
- sug: libtool Сценарий сопровождения общих библиотек
- sug: make утилита управления компиляцией
- sug: manpages-dev Manual pages about using GNU/Linux for development
Загрузка gcc-powerpc-linux-gnuspe
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
amd64 | 1,4 Кб | 24,0 Кб | [список файлов] |
i386 | 1,4 Кб | 24,0 Кб | [список файлов] |
Эта страница также доступна на следующих языках (Как установить язык по умолчанию):
Чтобы сообщить о проблеме, связанной с веб-сайтом, отправьте сообщение (на английском) в список рассылки debian-www@lists.debian.org. Прочую контактную информацию см. на странице Debian Как с нами связаться.
Авторские права © 1997 — 2023 SPI Inc.; См. условия лицензии. Debian это торговый знак компании SPI Inc. Об этом сайте.